How to generate model output given a transfer function and input signal
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (1)
Sulaymon Eshkabilov
le 20 Fév 2023
0 votes
use tfestimate() - here is documentation how to use it:
Catégories
En savoir plus sur Linear Model Identification dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
