imrep2ssstate-space realization of an impulse responseCalling Sequence[sl]=imrep2ss(v [,deg])Argumentsv
vector coefficients of impulse response, v(:,k) is the kth sample
deginteger (order required)slsyslin list
Description
Impulse response to linear system conversion (one input).
v must have an even number of columns.
Examples rep=ldiv(H('num'),H('den'),20)
w=z*imrep2ss(rep) //Realization with shifted impulse response
// i.e strictly proper to proper
H2=ss2tf(w);
]]>See Also
frep2tf
arl2
time_id
armax
markp2ss
ldiv