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

1 件のコメント

Ameer Hamza
Ameer Hamza 2020 年 4 月 30 日
The question explains everything you need to do. Since this is a homework question so read here first: https://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers

サインインしてコメントする。

回答 (2 件)

Ameer Hamza
Ameer Hamza 2020 年 4 月 30 日

0 投票

Since this is a homework question, so I cannot give you an answer, but point you to resources that will help you to complete it.
Gui Chen
Gui Chen 2021 年 1 月 21 日

0 投票

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

製品

質問済み:

2020 年 4 月 30 日

回答済み:

2021 年 1 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by