To Perform Discrete-Time Convolution x[n]*h[n] ,
This example also computes the convolution of two triangle functions, i.e. y(t) = x(t)*x(t) where x(t) are triangle signals and * is the convolution operator. This is the same problem examined in the Convolution Integral Examples.
However, convolution is performed in Matlab in this example. We show how to appropriately account for the sampling interval (i.e.) when using the Matlab convolution operator.
The final convolution plot from Matlab is compared to the analytic results obtained in the previous example, and as expected, they match.