Filter löschen
Filter löschen

Convolution Problem of two Discrete Signal, using conv

21 Ansichten (letzte 30 Tage)
Muhammad Usman
Muhammad Usman am 30 Apr. 2020
Beantwortet: Gui Chen am 21 Jan. 2021
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

Antworten (2)

Ameer Hamza
Ameer Hamza am 30 Apr. 2020
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 am 21 Jan. 2021
You could take a look at this video. https://youtu.be/JlUM0XHTSSQ

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by