Editing Signal package

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
The {{Forge|signal}} package is part of the [[Octave Forge]] project and provides signal processing algorithms for use with Octave. The functions provided by the signal package include creation of waveforms, FIR and IIR filter design, spectral analysis, Fourier and other transforms, window functions, and resampling and rate changing. There are also some wavelet functions included, because there is no separate wavelet package, at least for now.
The {{Forge|signal}} package is part of the [[Octave Forge]] project and provides signal processing algorithms for use with Octave.


You may also be interested in the [http://ltfat.sourceforge.net/ LTFAT] package.
[[Category:OctaveForge]]
 
[[Category:Packages]]
== 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 Tests ===
 
Octave functions can be written to include their own built-in self tests that work with the {{manual|test}} function, see [[Tests]].
 
Several functions in the signal package do not have exhaustive test suites or do not include any built-in self tests at all. This is a list of functions in the signal package that do not yet have any tests.
 
* ar_psd
* arburg
* aryule
* besselap
* bilinear
* buttap
* cceps
* cheb
* cheb1ap
* cheb2ap
* clustersegment
* cmorwavf
* cohere
* cpsd
* csd
* dct
* dct2
* dctmtx
* dftmtx
* diric
* dwt
* ellipap
* firls
* freqs
* freqs_plot
* gmonopuls
* hilbert
* idct
* idct2
* iirlp2mb
* interp
* invfreq
* invfreqs
* invfreqz
* kaiserord
* levinson
* mexihat
* meyeraux
* morlet
* movingrms
* mscohere
* ncauer
* pburg
* polystab
* primitive
* pwelch
* pyulear
* qp_kaiser
* sampled2continuous
* sawtooth
* schtrig
* sftrans
* sgolayfilt
* shanwavf
* sigmoid_train
* square
* ss2tf
* ss2zp
* tf2ss
* tf2zp
* tfe
* tfestimate
* wconv
* wkeep
* wrev
* xcorr
* xcov
* zp2ss
* zp2tf
* zplane
 
 
=== 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.
 
==== Signal Generation ====
 
* demod
* modulate (see patch {{patch|9409}})
* seqperiod
* strips
* vco
 
==== Correlation and Convolution ====
 
* corrmtx
* dtw (please refer to open feature request bug {{bug|51572}}, only pseudocode so far)
 
==== Signal Measurement ====
 
* bandpower (see patch {{patch|8697}})
* dutycycle
* enbw
* falltime
* midcross
* overshoot
* pulseperiod
* pulsesep
* pulsewidth
* risetime
* settlingtime
* sfdr
* slewrate
* statelevels (see patch {{patch|9199}})
* undershoot
 
==== Filter Analysis ====
 
* filternorm
* filtord
* firtype
* impzlength
* isallpass
* islinphase
* ismaxphase
* isminphase
* isstable (see patch {{patch|9265}})
* phasedelay
* phasez
* stepz (see patch {{patch|8630}})
* zerophase
 
==== Filter Conversion ====
 
* cell2sos
* filt2block
* latc2tf
* latcfilt
* realizemdl
* sos2cell
* sos2ss
* ss2sos
* tf2latc
* tf2zpk
 
==== FIR Filter Design ====
 
* cfirpm
* equiripple
* fircls
* fircls1
* firpm (see patch {{patch|8535}})
* firpmord (see patch {{patch|8535}})
* <s>firrcos</s> (superseded by rcosdesign)
* freqsamp
* gaussfir
* intfilt
* kaiserwin
* maxflat
* polyscale
* rcosdesign
* <s>remezord</s> (superseded by firpmord)
 
==== 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}})
* icceps
 
==== Spectral Analysis ====
 
* db
* pcov
* peig
* pmcov
* pmtm (please refer to open feature request bug {{bug|55714}})
* pmusic
* rooteig
* rootmusic
* spectrogram (please refer to open feature request bug {{bug|45232}})
 
==== Window Functions ====
 
* dpss
* dpssclear
* dpssdir
* dpssload
* taylorwin (see patch {{patch|8506}})
 
==== System Identification ====
 
* ac2poly
* ac2rc
* arcov
* armcov
* is2rc
* lar2rc
* lpc (see patch {{patch|8575}})
* lsf2poly (see patch {{patch|8726}})
* poly2ac
* poly2lsf (see patch {{patch|8726}})
* poly2rc
* prony
* rc2ac
* rc2is
* rc2lar
* rc2poly
* rlevinson
* schurrc
* stmcb
 
==== Object Oriented Filter Design ====
 
* design
* designmethods
* designopts
* fdesign
* fdesign.arbmag
* fdesign.bandpass
* fdesign.bandstop
* fdesign.differentiator
* fdesign.highpass
* fdesign.hilbert
* fdesign.lowpass
* fdesign.pulseshaping
* setspecs
* validstructures
 
==== Interactive Design Tools ====
 
* dspfwiz
* fdatool
* filterbuilder
* sptool
* wintool
* wvtool
 
 
[[Category:Octave Forge]]
[[Category:Missing functions]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)