Moving Average Filter

Implementation of Moving Average filter.

Ahora está siguiendo esta publicación

The moving average filter operates by averaging a number of points from the
input signal to produce each point in the output signal. In equation form,
this is written:

1 M-1
Y[i] = --- SUM X[i + j]
M j=0

Citar como

Vallabha Hampiholi (2026). Moving Average Filter (https://es.mathworks.com/matlabcentral/fileexchange/35925-moving-average-filter), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0