two function convolution with matlab

1 次查看(过去 30 天)
x(t)=sint, 0<t<pi,
h(t)=1/2, 0<t<2*pi,
Δt=0.05;
convolution x(t) and h(t)

回答(1 个)

Image Analyst
Image Analyst 2014-5-3
Do you have a question? Why not look up conv()? Hint:
t = 0 : 0.05 : pi; % For x -- make it 2*pi when you go to computer h.

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by