Using estimated transfer function which has estimated through tfestimate !
이전 댓글 표시
Dear friends,
I have a question regards to ''tfestimate'' command in MATLAB. I have calculated the transfer function between input and output signals of a system through this command.
TRF=tfestimate(input,output,[],[],2048,1/Ts);
Ts= 0.4
now, this transfer function should be used for another input signal for calculating the output. So, could you please tell me how can I do this ?
Regards Amir
답변 (1개)
Rajiv Singh
2012년 6월 7일
0 개 추천
You need a parametric transfer function (that delivers numerator/denominator polynomials) estimator.
카테고리
도움말 센터 및 File Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!