Mean Filter is Linear or non_Linear filter?

2 visualizaciones (últimos 30 días)
Faizullah khan
Faizullah khan el 24 de Mayo de 2019
Comentada: Faizullah khan el 25 de Mayo de 2019
Mean Filter is Linear or non_Linear filter?

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Mayo de 2019
Mean filtering is always over a sliding window. For any one window-full, if you multiply all of the inputs by a non-zero constant, then the mean is multiplied by that constant, which is a linear effect. For any one window-full, if you add a constant to all of the inputs, then the mean has that constant added, which is a linear effect. So mean filtering would probably be said to be linear.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by