Impulse Response Convolution Plot

4 visualizaciones (últimos 30 días)
Joseph Mohane
Joseph Mohane el 4 de Oct. de 2018
Comentada: Joseph Mohane el 4 de Oct. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by