Clear Filters
Clear Filters

How to find FIR approximation of an IIR function?

19 views (last 30 days)
Hi all,
I have an IIR frequency response function which I need to convert to a FIR function. How do I convert such function? The function is as the following:
L,u,sigma squared, bw and theta zero are costants.

Answers (1)

Star Strider
Star Strider on 15 Dec 2021
If it is possible to calculalte (and ideally plot) the magnitude response as a function of frequency, use the firls funciton to simulate a FIR filter design that matches it with reasonable precision. The firpm function is also an option.
.

Categories

Find more on Digital and Analog Filters in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!