How does tfest estimate the transfer function of a system given input and output in time domain?

조회 수: 13 (최근 30일)
i want to get the transfer function of a system given input s1 and output s2 in time domain, in matlab. i am getting it correctly with the help of iddata and tfest.
tfdata = iddata(s2,s1,0.01); sys = tfest(tfdata,3); [numd,dend] = bilinear(sys.num,sys.den,Fs); fvtool(numd,dend)
Kindly help me understand the work done by tfest in estimation of transfer function.

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014년 6월 5일
Please take a look at the reference page and scroll to the very bottom: "More about: Algorithms".

카테고리

Help CenterFile Exchange에서 Transfer Function Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by