Is it possible to use an FRD (Frequency Response Data) model in Simulink?
Mostrar comentarios más antiguos
Hello,
I am using Simulink to develop models of a dynamic structural system, and wish to use FRD estimates of the structural response in my simulations. However, I am unclear as to whether or not it is possible to use FRD objects in Simulink.
Can anyone advise me one way or the other? This doesn't seem to be covered in the Simulink documentation.
Thanks,
Chris
Respuesta aceptada
Más respuestas (2)
Joan Vazquez
el 23 de En. de 2020
This may work:
sys = frd(response, frequency, 'FrequencyUnit', 'Hz');
opt = tfestOptions('EnforceStability', true);
TF = tfest(sys, n, opt);
and then use a transfer function block
Nils Schmidt
el 7 de Feb. de 2020
0 votos
I am facing the same challenge, but it looks like you either need the controls and/or the identification toolbox to do the job.
I'm looking forward to other suggestions.
Regards
Nils
Categorías
Más información sobre Numeric Linear Time-Invariant Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!