Forum Discussion
Altera_Forum
Honored Contributor
12 years agox = [10 0 0 0 0 0 0 0 0 0 0];
h = [0 10 9 8 7 6 5 4 3 2 1 0]; y = filter(h,1,x); y = 0 100 90 80 70 60 50 40 30 20 10 I hope this helpsx = [10 0 0 0 0 0 0 0 0 0 0];
h = [0 10 9 8 7 6 5 4 3 2 1 0]; y = filter(h,1,x); y = 0 100 90 80 70 60 50 40 30 20 10 I hope this helps