Azzera filtri
Azzera filtri

How to obtain FIR filter coefficients from Laplace equation?

5 visualizzazioni (ultimi 30 giorni)
How can I obtain FIR coefficients given a Laplace equation, so that both amplitude and phase are accurately modeled in the resulting FIR filter?

Risposte (1)

Star Strider
Star Strider il 13 Feb 2017
If you are using the Symbolic Math Toolbox to get the Laplace domain transfer function, the sym2poly function will give you the coefficients. Use the freqs function (with a continuous filter) to get the Bode plot (passband and phase response of the filter). You will have to experiment to get the result you want. See the documentation for the various functions.
With the filtfilt function all discrete filters have a maximally flat phase response, so phase distortion is irrelevant if you use it.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by