Borrar filtros
Borrar filtros

How to obtain FIR filter coefficients from Laplace equation?

5 visualizaciones (últimos 30 días)
GG
GG el 13 de Feb. de 2017
Respondida: Star Strider el 13 de Feb. de 2017
How can I obtain FIR coefficients given a Laplace equation, so that both amplitude and phase are accurately modeled in the resulting FIR filter?

Respuestas (1)

Star Strider
Star Strider el 13 de Feb. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by