Re: filtering decimation of a signal
- From: Frank Buss <fb@xxxxxxxxxxxxx>
- Date: Sun, 21 Dec 2008 19:24:28 +0100
MooseFET wrote:
That is an IIR filter. If you put a spike into it, it basically never
returns to the zero point.
This depends on alpha and the resolution. E.g. if you use 8 bit words, even
for low alpha values like 0.1, after a pulse of 255 the filtered variable
will be down to 0 after 19 steps, but I think this is ok for a spike. A FIR
lowpass filter with 19 taps can show the same behavior.
It depends on the application. The main disadvantage of IIR filters are
different phase delay times for different frequencies, so it is nothing you
want to use for audio filtering, but it is much faster to calculate than
FIR filters and good for doing some noise filtering for sensor measurement.
--
Frank Buss, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.
- Follow-Ups:
- Re: filtering decimation of a signal
- From: MooseFET
- Re: filtering decimation of a signal
- From: miso
- Re: filtering decimation of a signal
- References:
- filtering decimation of a signal
- From: Jamie Morken
- Re: filtering decimation of a signal
- From: Frank Buss
- Re: filtering decimation of a signal
- From: MooseFET
- filtering decimation of a signal
- Prev by Date: Re: PING Jim T
- Next by Date: Re: Understanding PWM of Motor (current problem)
- Previous by thread: Re: filtering decimation of a signal
- Next by thread: Re: filtering decimation of a signal
- Index(es):
Relevant Pages
|