Azzera filtri
Azzera filtri

How to plot this signal?

1 visualizzazione (ultimi 30 giorni)
Dick Rusell
Dick Rusell il 12 Set 2014
Modificato: Honglei Chen il 12 Set 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

Risposta accettata

Honglei Chen
Honglei Chen il 12 Set 2014
Modificato: Honglei Chen il 12 Set 2014
y = filter([a b c],1,x);
plot(y)

Più risposte (0)

Categorie

Scopri di più su Signal Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by