Mean Filter is Linear or non_Linear filter?

4 次查看(过去 30 天)
Mean Filter is Linear or non_Linear filter?

采纳的回答

Walter Roberson
Walter Roberson 2019-5-25
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by