Impulse Response Convolution Plot

조회 수: 2 (최근 30일)
Joseph Mohane
Joseph Mohane 2018년 10월 4일
댓글: Joseph Mohane 2018년 10월 4일
How do I plot an out put of the signals below (convolution) f(t) = t^3 and h(t) = 2δ (t)+ 2δ (t-π) over interval -2π≤t≤2π.
Thank you.
  댓글 수: 1
ANKUR KUMAR
ANKUR KUMAR 2018년 10월 4일
What is this variable, "δ"?

댓글을 달려면 로그인하십시오.

채택된 답변

ANKUR KUMAR
ANKUR KUMAR 2018년 10월 4일
t=[-2*pi:2*pi]
f=@(x) x.^3;
h= 2*f(t)+ 2*f(t-pi)
plot(t,h)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by