How to change the timebase of a discrete-time model.

1 view (last 30 days)
I have identified a model, e.g. like this:
tf1 = tfest(data, 2, 1, 'Ts', data.Ts, 'Feedthrough', true);
Now I want to apply this model to filter data, which was sampled at a different timebase, but I dont want to resample the data. Is there a way to translate a model to a different timebase?

Accepted Answer

Paul
Paul on 12 Aug 2021
This function might be what you're looking for:
doc d2d

More Answers (0)

Categories

Find more on Dynamic System Models 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!