Re: Large moving average
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Aug 2006 21:21:44 -0700
Andor wrote:
Dave wrote:
I've got a data rate of about 20 kHz and a desired LPF cutoff of about
2.5 Hz. For starters, I was unable to design an appropriate FIR to
manage this. Even if I was successful, I expect the # of
taps/computation required would have made the filter impractical.
Not necessarily. You have a tremendous data overhead. The most
efficient way (computationally and with regards to memory) to get rid
of all that data is to use a cascade of lowpass filter / downsampling /
lowpass / downsampling ... (iterate until happy).
Or multiple levels of moving average filters.
-- glen
.
- Follow-Ups:
- Re: Large moving average
- From: Jerry Avins
- Re: Large moving average
- From: Andor
- Re: Large moving average
- References:
- Large moving average
- From: dave_bonnell@xxxxxxxxxxx
- Re: Large moving average
- From: Andor
- Large moving average
- Prev by Date: Re: Multiple pass moving average filter
- Next by Date: Re: Large moving average
- Previous by thread: Re: Large moving average
- Next by thread: Re: Large moving average
- Index(es):