User:Mtmiller/TODO: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Core: fixed FPU state after Java)
(→‎Signal Package: Update signal package todos after latest release)
Line 14: Line 14:
=== Signal Package ===
=== Signal Package ===


* Fix window functions to be consistent, handle degenerate cases, symmetric vs. FFT options
* Add symmetric and FFT window options to the appropriate window functions
** http://octave.1599824.n4.nabble.com/fir1-question-on-symmetry-td4633018.html
** http://octave.1599824.n4.nabble.com/fir1-question-on-symmetry-td4633018.html
* Investigate dependencies on other Forge packages, remove as many as possible to make installation less burdensome
* Compare pwelch wrapper functions (cpsd, tfestimate) to Matlab, change plot type shown?
* Fix tfestimate command-line compatibility, other problems (return value, plot if no return value)
* Look at sos2*, ss2*, tf2*, zp2* functions and make more consistent
** https://savannah.gnu.org/bugs/?38303
* Fix zp2sos documentation (behavior too? look at other "x2y" functions?)
** http://sourceforge.net/p/octave/bugs/123/
* 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
* Convert style to Octave coding style standards


=== Communications Package ===
=== Communications Package ===

Revision as of 03:45, 18 March 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

Forge

Signal Package

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...