Signal package: Difference between revisions

450 bytes added ,  2 April 2018
reorganize sections on contributing
(→‎Missing Functions: cconv is done)
(reorganize sections on contributing)
Line 3: Line 3:
You may also be interested in the [http://ltfat.sourceforge.net/ LTFAT] package.
You may also be interested in the [http://ltfat.sourceforge.net/ LTFAT] package.


== Missing Functions ==
== Contribution ==
 
There are many ways to contribute to the development and maintenance of the signal processing package, including but not limited to testing, writing new test cases, reviewing and editing documentation, creating useful demos or examples of how to use the functions in the package, fixing bugs in existing functions, improving compatibility with Matlab, and writing completely new functions.
 
=== Missing Functions ===


This is a list of functions that are not yet implemented in the Octave signal package. Patches for some of these functions are available on the patch tracker and are undergoing review. You could help us by implementing the missing functions and adding them to the patch tracker, or by helping us review the ones that are already there. This list is subject to change and may not be complete in any sense. However, it is a starting point when looking for missing functionality or for possible projects to work on.
This is a list of functions that are not yet implemented in the Octave signal package. Patches for some of these functions are available on the patch tracker and are undergoing review. You could help us by implementing the missing functions and adding them to the patch tracker, or by helping us review the ones that are already there. This list is subject to change and may not be complete in any sense. However, it is a starting point when looking for missing functionality or for possible projects to work on.


=== Signals ===
==== Signal Generation ====


* demod
* demod
Line 15: Line 19:
* vco
* vco


=== Correlation and Convolution ===
==== Correlation and Convolution ====


* corrmtx
* corrmtx
* dtw (please refer to open feature request bug {{bug|51572}}, only pseudocode so far)
* dtw (please refer to open feature request bug {{bug|51572}}, only pseudocode so far)


=== Signal Measurement ===
==== Signal Measurement ====


* bandpower (see patch {{patch|8697}})
* bandpower (see patch {{patch|8697}})
Line 39: Line 43:
* undershoot
* undershoot


=== Filter Analysis ===
==== Filter Analysis ====


* filternorm
* filternorm
Line 55: Line 59:
* zerophase
* zerophase


=== Filter Conversion ===
==== Filter Conversion ====


* cell2sos
* cell2sos
Line 68: Line 72:
* tf2zpk
* tf2zpk


=== IIR Filter Design ===
==== FIR Filter Design ====
 
* lp2bp
* lp2bs
* lp2hp
* lp2lp (please refer to open feature request bug {{bug|46440}}, only partial code snippets so far)
* yulewalk
 
=== FIR Filter Design ===


* cfirpm
* cfirpm
Line 92: Line 88:
* polyscale
* polyscale


=== Transforms ===
==== IIR Filter Design ====
 
* lp2bp
* lp2bs
* lp2hp
* lp2lp (please refer to open feature request bug {{bug|46440}}, only partial code snippets so far)
* yulewalk
 
==== Transforms ====


* goertzel (see patch {{patch|8495}})
* goertzel (see patch {{patch|8495}})
* icceps
* icceps


=== Spectral Analysis ===
==== Spectral Analysis ====


* db
* db
Line 111: Line 115:
* spectrogram
* spectrogram


=== Window Functions ===
==== Window Functions ====


* dpss
* dpss
Line 119: Line 123:
* taylorwin (see patch {{patch|8506}})
* taylorwin (see patch {{patch|8506}})


=== System Identification ===
==== System Identification ====


* ac2poly
* ac2poly
Line 141: Line 145:
* stmcb
* stmcb


=== Classdef-based Filter Design ===
==== Object Oriented Filter Design ====


* design
* design
Line 158: Line 162:
* validstructures
* validstructures


=== Interactive Design Tools ===
==== Interactive Design Tools ====


* dspfwiz
* dspfwiz
296

edits