Clear Filters
Clear Filters

Please help me the question about discrete time unit step function and convolution

8 views (last 30 days)
I want to make two discrete time functions and then calculate their convolution and plot it.
how do i do it?
h[n] = 0.8^n{u[n − 2] − u[n − 11]} and x[n] = 2{u[n + 2] − u[n − 10]}.
y[n]=(x[n])convolution(h[n])
I am stucked for a long time.Please help me.

Answers (1)

Sai Pavan
Sai Pavan on 28 Sep 2023
Edited: Sai Pavan on 28 Sep 2023
Hi Min-Da Yu,
I understand that you are trying to make two discrete time functions, convolve them and plot the output.
Hope it helps.
Regards,
Sai Pavan

Community Treasure Hunt

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

Start Hunting!