필터 지우기
필터 지우기

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
Star Strider
Star Strider 2014년 5월 13일
Did my answer solve your problem? Did it do what you needed?
Murtadha Abushahin
Murtadha Abushahin 2014년 5월 14일
i'm not sure how to do that!!
but the only thing i have right now is a .DAT file and a simulink model

댓글을 달려면 로그인하십시오.

카테고리

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