Convolution Problem of two Discrete Signal, using conv

Create the following discrete time signal in Matlab
n = -10:1:10;
x[n] = u[n] – u[n-1];
h[n] = 2n u[n];
where u[n] is the unit step function.
Use the ‘conv’ function for computing the convolution of the
corresponding signals and plot all the signals using subplot()
command

回答(2 个)

You could take a look at this video. https://youtu.be/JlUM0XHTSSQ

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by