How to change the timebase of a discrete-time model.
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!