Filter löschen
Filter löschen

How to plot this signal?

1 Ansicht (letzte 30 Tage)
Dick Rusell
Dick Rusell am 12 Sep. 2014
Bearbeitet: Honglei Chen am 12 Sep. 2014
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

Akzeptierte Antwort

Honglei Chen
Honglei Chen am 12 Sep. 2014
Bearbeitet: Honglei Chen am 12 Sep. 2014
y = filter([a b c],1,x);
plot(y)

Weitere Antworten (0)

Kategorien

Mehr zu Signal Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by