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일

1 개 추천

y = filter([a b c],1,x);
plot(y)

추가 답변 (0개)

질문:

2014년 9월 12일

편집:

2014년 9월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by