Moving average filter cut-off frequency

56 views (last 30 days)
How do we define the cut-off frequency for a simple moving-average filter. And since the transfer function of a typical moving average filter is given by doesω respresent the cut-off frequency?

Accepted Answer

Jesús Zambrano
Jesús Zambrano on 1 Nov 2019
Hi Mir Khadim,
The cutoff frequency is defined as the frequency where the power gain is a half, also called as the 3 dB-point, because
In the particular case of the moving average filter, just solve the following equation:
,
where is the cut-off frequency. This should give you the following expression:
,
which is an equation that has no analytical solution, then numericla methods should be used to find . Solutions at are not valid cause the transfer function is not defined. Then, the solutions should be found in the region .
Hope thhis can help to solve your question.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!