residued
Calling Sequence
[r,p,f,m]=residued(b,a)
Parameters
b:
Real or complex valued vector or matrix
a:
Real or complex valued vector or matrix
Description
This is an Octave function.
Similar to the "residuez" function. The difference being in the function "residuez", the IIR part (poles p and residues r) is driven in parallel with the FIR part(f) whereas in the function "residued", the IIR part is driven by the output of the FIR part. In signal modeling applications, this structure can be more accurate.
Examples