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

2 次查看(过去 30 天)
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

回答(1 个)

Star Strider
Star Strider 2014-5-13
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 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Filter Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by