User:Mtmiller/TODO: Difference between revisions
Jump to navigation
Jump to search
(→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) | ||
Revision as of 02:35, 15 September 2015
These are my todo lists for tracking things I am working on or want to work on. You can add to my lists to assign me things or give me ideas, but please sign anything you add to this page with "~~~~".
Core
- Add urlread and urlwrite tests using file:// URLs with temporary files
Forge
Signal Package
- Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
- Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
- Add spectrogram function, make specgram a deprecated wrapper around spectrogram
- Convert help texts to texinfo (work in progress)
- Convert style to Octave coding style standards (work in progress)
- Add test blocks for all functions (work in progress)
Communications Package
- Write vitdec
- Write rcosine, rcosfir, rcosflt, rcosiir functions
- Add useful test blocks for all functions (work in progress)