Signal package: Difference between revisions

From Octave
Jump to navigation Jump to search
(remove duplicates and functions already implemented)
Line 102: Line 102:


* cconv
* cconv
* corrmtx
* db
* db
* db2mag
* db2pow
* db2pow
* mag2db
* pcov
* pcov
* peig
* peig
Line 139: Line 136:
* poly2lsf
* poly2lsf
* poly2rc
* poly2rc
* polyscale
* prony
* prony
* rc2ac
* rc2ac
Line 165: Line 161:
* setspecs
* setspecs
* validstructures
* validstructures
* window


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

Revision as of 18:37, 12 March 2018

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

You may also be interested in the LTFAT package.

Missing Functions

This is a list of functions that are not yet implemented in the Octave signal package. 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

  • demod
  • modulate
  • seqperiod
  • shiftdata
  • strips
  • udecode
  • uencode
  • unshiftdata
  • vco

Signal Measurement

  • bandpower
  • dutycycle
  • enbw
  • falltime
  • midcross
  • overshoot
  • peak2peak
  • peak2rms
  • pulseperiod
  • pulsesep
  • pulsewidth
  • risetime
  • rms
  • rssq
  • settlingtime
  • sfdr
  • slewrate
  • statelevels
  • undershoot

Filter Analysis

  • filternorm
  • filtord
  • firtype
  • impzlength
  • isallpass
  • islinphase
  • ismaxphase
  • isminphase
  • isstable
  • phasedelay
  • phasez
  • stepz
  • zerophase

Filter Conversion

  • cell2sos
  • filt2block
  • latc2tf
  • latcfilt
  • realizemdl
  • sos2cell
  • sos2ss
  • ss2sos
  • tf2latc
  • tf2zpk

IIR Filter Design

  • lp2bp
  • lp2bs
  • lp2hp
  • lp2lp
  • yulewalk

FIR Filter Design

  • cfirpm
  • equiripple
  • fircls
  • fircls1
  • firpm
  • firpmord
  • firrcos
  • freqsamp
  • gaussfir
  • intfilt
  • kaiserwin
  • maxflat
  • polyscale

Transforms

  • goertzel
  • icceps

Spectral Analysis

  • cconv
  • db
  • db2pow
  • pcov
  • peig
  • pmcov
  • pmtm
  • pmusic
  • pow2db
  • rooteig
  • rootmusic
  • spectrogram

Window Functions

  • dpss
  • dpssclear
  • dpssdir
  • dpssload
  • taylorwin

System Identification

  • ac2poly
  • ac2rc
  • arcov
  • armcov
  • corrmtx
  • is2rc
  • lar2rc
  • lpc
  • lsf2poly
  • poly2ac
  • poly2lsf
  • poly2rc
  • prony
  • rc2ac
  • rc2is
  • rc2lar
  • rc2poly
  • rlevinson
  • schurrc
  • stmcb

Classdef-based 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