You are on page 1of 1

x=[1,2,4];

nx=[0:2];
h=[1,1,1,1];
nh=[0:3];
[y,ny]=convol(x,nx,h,nh)

You might also like