How to plot this signal?

조회 수: 2 (최근 30일)
Dick Rusell
Dick Rusell 2014년 9월 12일
편집: Honglei Chen 2014년 9월 12일
I'm trying to plot this signal but I'm not sure where to start.
y(n) = ax(n) + bx(n 1) + cx(n 2)
where a=b=c=1/3

채택된 답변

Honglei Chen
Honglei Chen 2014년 9월 12일
편집: Honglei Chen 2014년 9월 12일
y = filter([a b c],1,x);
plot(y)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by