[r,p,f,m]=residued(b,a)
Real or complex valued vector or matrix
Real or complex valued vector or matrix
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.