필터 지우기
필터 지우기

Mean Filter is Linear or non_Linear filter?

조회 수: 4 (최근 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 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