Mekelle Institute of Technology ECE 306 - Digital Signal Processing LAB Manual. Prepared By: Maarig Aregawi LAB 3: Convolution
Mekelle Institute of Technology ECE 306 - Digital Signal Processing LAB Manual. Prepared By: Maarig Aregawi LAB 3: Convolution
LAB 3: Convolution
y[n]= ∑∞
𝑘=−∞ 𝑋[𝑘]ℎ[𝑛 − 𝑘] = ℎ[𝑛] ∗ 𝑥[𝑛] ------------(1)
is implemented in MATLAB by the command conv, provided the two sequences to be convolved
are of finite length. The following MATLAB program illustrates this approach.
Before you run the following code study the command: conv.