how to plot u(n-5) * u(n-3) in matlab

7 views (last 30 days)
우재 민
우재 민 on 31 Mar 2022
Answered: Pravarthana P on 4 Apr 2022
  • is convolution

Answers (1)

Pravarthana P
Pravarthana P on 4 Apr 2022
Hi Woo Jae-Min,
I understand you are trying to plot convolution of two discrete signals.
After creating a unit step signal of your requirement, you can use the function “conv” to calculate the convolution of two discrete signals and to plot you can you the “subplot” function.
Hope this helps you!!

Community Treasure Hunt

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

Start Hunting!