summaryrefslogtreecommitdiff
path: root/2048/CH3/EX3.2/conv2.sce
blob: f3945a6d3923667034e63c02bb7bb41634504cde (plain)
1
2
3
4
5
6
7
// Convolution of two sequences
// 3.2

h = [1 2 3];
u = [4 5 6];
y = convol(u,h)