MATLAB: DSP questeion (filter design from estimated transfer function)

filter

Is there any way how to design filter (a,b coeffs) from transfer function estimated by "tfestimate"?

Best Answer

Not easily, if at all.
Use the Signal Processing Toolbox invfreqz function if you want filter coefficients.