User:Mtmiller/TODO: Difference between revisions
Jump to navigation
Jump to search
(→Core: Incorporate specfun packages into Octave) |
(→Signal Package: Add another item from bug tracker) |
||
Line 23: | Line 23: | ||
* Fix zp2sos documentation (behavior too? look at other "x2y" functions?) | * Fix zp2sos documentation (behavior too? look at other "x2y" functions?) | ||
** http://sourceforge.net/p/octave/bugs/123/ | ** http://sourceforge.net/p/octave/bugs/123/ | ||
* Add spectrogram function, make specgram a deprecated wrapper around spectrogram | |||
** http://sourceforge.net/p/octave/bugs/152/ | |||
=== Communications Package === | === Communications Package === |
Revision as of 05:42, 16 February 2013
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
- Fix and test wavwrite with a few changes suggested on the mailing lists:
- Improve Qt detection: require >= 4.6 or add more feature tests?
- Restore FPU state after return from calls in to Java runtime on i386
- Incorporate ellipj, ellipke, and expint from specfun into Octave
Forge
Signal Package
- Fix window functions to be consistent, handle degenerate cases, symmetric vs. FFT options
- Investigate dependencies on other Forge packages, remove as many as possible to make installation less burdensome
- Fix tfestimate command-line compatibility, other problems (return value, plot if no return value)
- Fix zp2sos documentation (behavior too? look at other "x2y" functions?)
- Add spectrogram function, make specgram a deprecated wrapper around spectrogram
Communications Package
- Rewrite convenc to use trellis from poly2trellis, test for same results
- Write vitdec
- Write rcosine, rcosfir, rcosflt, rcosiir functions
Ideas
- Can urlread and urlwrite be tested using file:// URLs with temporary files?
- Octave 4.0 release goals...