필터 지우기
필터 지우기

Convolution Problem of two Discrete Signal, using conv

조회 수: 21 (최근 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

답변 (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 CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by