Fir2ss

From Eigenvector Research Documentation Wiki
Revision as of 12:10, 9 October 2008 by imported>Bob
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Convert a finite impulse response model into an equivalent state-space model.

Synopsis

[phi,gamma,c,d] = fir2ss(b)

Description

FIR2SS takes a vector of FIR coefficients b and outputs the phi, gamma, c and d matrices for a equivalent discrete state-space model.

Inputs

  • b = vector of FIR coefficients.

Outputs

  • [phi,gamma,c,d] = matrices for equivalent discrete state-space model.

See Also

autocor, crosscor, plspulsm, wrtpulse