296
edits
(→Hydra Autobuild: update progress on autobuild) |
(prune Octave todo list) |
||
Line 3: | Line 3: | ||
== Core == | == Core == | ||
* Add urlread and urlwrite tests using file:// URLs with temporary files | * Add urlread and urlwrite tests using file:// URLs with temporary files | ||
Line 12: | Line 9: | ||
=== [[Signal Package]] === | === [[Signal Package]] === | ||
* Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown? | * Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown? | ||
* Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent | * Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent | ||
* Add spectrogram function, make specgram a deprecated wrapper around spectrogram | * Add spectrogram function, make specgram a deprecated wrapper around spectrogram | ||
** http://sourceforge.net/p/octave/bugs/152/ | ** http://sourceforge.net/p/octave/bugs/152/ | ||
* Convert help texts to texinfo (in progress) | * Convert help texts to texinfo (work in progress) | ||
* Convert style to Octave coding style standards (in progress) | * Convert style to Octave coding style standards (work in progress) | ||
* Add test blocks for all functions | * Add test blocks for all functions (work in progress) | ||
=== [[Communications Package]] === | === [[Communications Package]] === | ||
Line 26: | Line 21: | ||
* Write vitdec | * Write vitdec | ||
* Write rcosine, rcosfir, rcosflt, rcosiir functions | * Write rcosine, rcosfir, rcosflt, rcosiir functions | ||
* Add useful test blocks for all functions | * Add useful test blocks for all functions (work in progress) | ||
edits