Convolution Problem of two Discrete Signal, using conv

26 ビュー (過去 30 日間)
Muhammad Usman
Muhammad Usman 2020 年 4 月 30 日
回答済み: Gui Chen 2021 年 1 月 21 日
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 日
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 日
You could take a look at this video. https://youtu.be/JlUM0XHTSSQ

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by