Help determining the decay rate of a moving average

Associate
Joined
26 Mar 2003
Posts
1,194
Location
UK
Hi everyone,

I have implemented a moving average algorithm that calculates the noise experienced by a signal for the past 10 seconds. For every second after 10 the least most recent recording is overwritten and the average calculated again.

Is there a way to express the decay rate of this moving average?

Many thanks in advance
 
Back
Top Bottom