Impulse Response Convolution Plot

4 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by