Frequency response of a FIR filter

3 views (last 30 days)
Chloe Tr
Chloe Tr on 19 May 2020
Hello,
I'm trying to get a frequency response of a filter which I implemented with an object from the DSP toolbox, which is this one : a static/time-varying FIR filter.
Unfortunately, the property NumeratorSource, which specify the source of the coefficients of the FIR filter is turned to "Input port' because I have my own coefficients. Hence, I can't use the tools that can plot the frequency response like freqz or fvtool.
How can I do ? Does it exist a way to plot the frequency response of a time-varying FIR filter ?
Thank you very much.

Answers (0)

Community Treasure Hunt

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

Start Hunting!