How to plot output y(t) of LTI system, where impulse response h(t) and input x(t) are given?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to determine and plot a LTI system's output [ y(t) ] .
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/777023/image.png)
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 Kommentare
Antworten (1)
Yongjian Feng
am 24 Okt. 2021
Do you mean:
- create a list of t
- compute y for the list of t above
- plot(t, y)
2 Kommentare
Yongjian Feng
am 25 Okt. 2021
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.
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!