matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively
조회 수: 2 (최근 30일)
이전 댓글 표시
matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively
댓글 수: 0
답변 (1개)
Prasad Parameswaran
2019년 10월 23일
First step is to identify the system. This can be done using "iddata" documentation link given below:
Then find the transfer function using "tfest", refer documentation:
Once the transfer function is estimated the step response can be found out using "step", refer documentation:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Transfer Function Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!