Back to Browse

How to perform convolution in MATLAB

23.4K views
Premiered Apr 17, 2020
5:20

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.

Download

0 formats

No download links available.

How to perform convolution in MATLAB | NatokHD