필터 지우기
필터 지우기

Moving average filter design from equation

조회 수: 4 (최근 30일)
hans
hans 2022년 9월 9일
답변: Rohit 2022년 10월 4일
Can you help me writing a code representing this equation for moving average filter It should be consider Data length, upper window and lower window the code must contain for loop and if statements

답변 (1개)

Rohit
Rohit 2022년 10월 4일
Hi,
Can you please provide more details about what is meant by “this equation” in question?
You can refer to the documentation links below to help you with moving the average filter and an example to help you with the implementation. If you wish to use a “for loop”, you can replace “conv” function with a “for loop” and move the window forward covering the entire data length.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by