i have a DAT file from real measurement how can i get the transfer function in matlab ??

2 vues (au cours des 30 derniers jours)
hello everyone !!
i"m dealing with thermal fusion panel,i did a step responce for the heat source and got the graphs but i need to extract the transfer function from DAT file that i got from the target PC .
is it possible to get the transfer function from the DAT file ??
Regards

Réponses (1)

Star Strider
Star Strider le 13 Mai 2014
If you simply want the frequency transfer function, and not to identify the system (that requires the System Identification Toolbox):
H = fft(output)./fft(input);
where H is the complex frequency transfer function.
  3 commentaires
Star Strider
Star Strider le 13 Mai 2014
Did my answer solve your problem? Did it do what you needed?
Murtadha Abushahin
Murtadha Abushahin le 14 Mai 2014
i'm not sure how to do that!!
but the only thing i have right now is a .DAT file and a simulink model

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by