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!