フィルターのクリア

Mean Filter is Linear or non_Linear filter?

2 ビュー (過去 30 日間)
Faizullah khan
Faizullah khan 2019 年 5 月 24 日
コメント済み: Faizullah khan 2019 年 5 月 25 日
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.
  1 件のコメント
Faizullah khan
Faizullah khan 2019 年 5 月 25 日
Thank you Sir for your valuable reponse.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by