How to plot output y(t) of LTI system, where impulse response h(t) and input x(t) are given?
조회 수: 25 (최근 30일)
이전 댓글 표시
I would like to determine and plot a LTI system's output [ y(t) ] .
I know that y(t) can be determined by convolving input and impulse response, or y(t) = x(t) * h(t), but I can't figure out how to plot output correctly.
댓글 수: 3
답변 (1개)
Yongjian Feng
2021년 10월 24일
Do you mean:
- create a list of t
- compute y for the list of t above
- plot(t, y)
댓글 수: 2
Yongjian Feng
2021년 10월 25일
Well one way to verify is to pick several points of t, compute x(t), h(t) and y(t) by hand (or say use a calculator). Then verify y(t) on the figure is correct.
참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!