How to generate model output given a transfer function and input signal
Ältere Kommentare anzeigen
Hello all,
I have used the systemIdentification toolbox to generate a transfer function from u to y as:
0.002879 s + 2.306e-05
----------------------------
s^2 + 0.003373 s + 0.0002227
Checking the box "Output model" gives an output y given the input vector as:

My question is how can I generate this output in code?
Thank you in advance!
Akzeptierte Antwort
Weitere Antworten (1)
Sulaymon Eshkabilov
am 20 Feb. 2023
0 Stimmen
use tfestimate() - here is documentation how to use it:
Kategorien
Mehr zu Linear Model Identification 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!
