Impulse Response Convolution Plot

4 Ansichten (letzte 30 Tage)
Joseph Mohane
Joseph Mohane am 4 Okt. 2018
Kommentiert: Joseph Mohane am 4 Okt. 2018
How do I plot an out put of the signals below (convolution) f(t) = t^3 and h(t) = 2δ (t)+ 2δ (t-π) over interval -2π≤t≤2π.
Thank you.

Akzeptierte Antwort

ANKUR KUMAR
ANKUR KUMAR am 4 Okt. 2018
t=[-2*pi:2*pi]
f=@(x) x.^3;
h= 2*f(t)+ 2*f(t-pi)
plot(t,h)

Weitere Antworten (0)

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!

Translated by