Borrar filtros
Borrar filtros

How to plot this signal?

1 visualización (últimos 30 días)
Dick Rusell
Dick Rusell el 12 de Sept. de 2014
Editada: Honglei Chen el 12 de Sept. de 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

Respuesta aceptada

Honglei Chen
Honglei Chen el 12 de Sept. de 2014
Editada: Honglei Chen el 12 de Sept. de 2014
y = filter([a b c],1,x);
plot(y)

Más respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by