How to obtain FIR filter coefficients from Laplace equation?

5 次查看(过去 30 天)
How can I obtain FIR coefficients given a Laplace equation, so that both amplitude and phase are accurately modeled in the resulting FIR filter?

回答(1 个)

Star Strider
Star Strider 2017-2-13
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.

类别

Help CenterFile Exchange 中查找有关 Filter Design 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by