pyFDN.impz_to_res#

pyFDN.impz_to_res(impulse_response, poles, is_conjugate_pole_pair)[source]#

Estimate residues from impulse response and known poles via least squares.

Return type:

tuple[ndarray, ndarray, ndarray]

Notes

This function follows fdnToolbox’s impz2res.m and is currently implemented for SISO impulse responses.