Filter löschen
Filter löschen

Mean Filter is Linear or non_Linear filter?

2 Ansichten (letzte 30 Tage)
Faizullah khan
Faizullah khan am 24 Mai 2019
Kommentiert: Faizullah khan am 25 Mai 2019
Mean Filter is Linear or non_Linear filter?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 25 Mai 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.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by