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