Clear Filters
Clear Filters

How to obtain FIR filter coefficients from Laplace equation?

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

Answers (1)

Star Strider
Star Strider on 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!