Fir2ss: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Convert a finite impulse response model into an equivalent state-space model. | Convert a finite impulse response model into an equivalent state-space model. | ||
===Synopsis=== | ===Synopsis=== | ||
:[phi,gamma,c,d] = fir2ss(b) | :[phi,gamma,c,d] = fir2ss(b) | ||
===Description=== | ===Description=== | ||
[phi,gamma,c,d] = fir2ss(b) takes a vector of FIR coefficients b and outputs the phi, gamma, c and d matrices for a equivalent discrete state-space model. | [phi,gamma,c,d] = fir2ss(b) takes a vector of FIR coefficients b and outputs the phi, gamma, c and d matrices for a equivalent discrete state-space model. | ||
===See Also=== | ===See Also=== | ||
[[autocor]], [[crosscor]], [[plspulsm]], [[wrtpulse]] | [[autocor]], [[crosscor]], [[plspulsm]], [[wrtpulse]] |
Revision as of 14:25, 3 September 2008
Purpose
Convert a finite impulse response model into an equivalent state-space model.
Synopsis
- [phi,gamma,c,d] = fir2ss(b)
Description
[phi,gamma,c,d] = fir2ss(b) takes a vector of FIR coefficients b and outputs the phi, gamma, c and d matrices for a equivalent discrete state-space model.