about transfer function regarding use of tf
1 回表示 (過去 30 日間)
古いコメントを表示
i have input signal (199400*1) and output signal(199400*1) can i directly use
Transfer function=tf(transpose(input signal),transpose(output signal));???
but it is showing me error.is there any use of time lag etc in this???
1 件のコメント
C.J. Harris
2014 年 11 月 27 日
See the documentation from the command 'tf'. Since you are using it completely wrong.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!