フィルターのクリア

How to plot this signal?

1 回表示 (過去 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 件)

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by