How does tfest estimate the transfer function of a system given input and output in time domain?
이전 댓글 표시
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
2014년 6월 5일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Transfer Function Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!