How to generate model output given a transfer function and input signal
Show older comments
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!
Accepted Answer
More Answers (1)
Sulaymon Eshkabilov
on 20 Feb 2023
0 votes
use tfestimate() - here is documentation how to use it:
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!