How to plot output y(t) of LTI system, where impulse response h(t) and input x(t) are given?
30 次查看(过去 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!