4 tap moving averaging filter

조회 수: 1 (최근 30일)
uzmeed
uzmeed 2018년 12월 1일
편집: Adam Danz 2018년 12월 1일
Hi
for a 4 tap moving averaging filter is following correct
s=1000;
>> x=randn(1,s);
>> b=[0.25,0.25,0.25,0.25];
>> y = filter( b, 1, x );
I will be highly obliged for the advice
  댓글 수: 1
Adam Danz
Adam Danz 2018년 12월 1일
What's a "tap" moving avg?

댓글을 달려면 로그인하십시오.

답변 (1개)

Adam Danz
Adam Danz 2018년 12월 1일
편집: Adam Danz 2018년 12월 1일
Moving averages in matlab can be done using movemean() or with filter()

카테고리

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