How to create time varying filters in MATLAB?

3 views (last 30 days)
Rafet
Rafet on 17 May 2017
Hi,
I have a Simulink model for filtering some sort of signals and my model includes time varying IIR filter blocks. Now, I am trying to create the same model on MATLAB. But, I have problems with time varying filter parameters. First I used "filter" command wihch applies to whole signal vector and changing filter parameters with time is not possible as far as I know. Then, I tried "step" command but it does not work, I mean I cannot get the same (or approximate) results from the two approaches.
How should I use "step/filter" command to model filters with time varying parameters? Or which command should I use?
Thanks

Answers (0)

Categories

Find more on Get Started with DSP System Toolbox in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!