DewDSPMasterNET
MovingAverageImpulse Routine
Summary
Design an impulse response of a moving average filter.

Unit
SignalUtils

Declaration
Procedure MovingAverageImpulse(Taps: TVec; MaskSize: integer);

Description
Design moving average filter by initializing the Taps variable. Apply the moving average filter to your data, by passing the initialized Taps variable to the FirInit routine and then pass the FirState variable to the FirFilter routine. MaskSize defines the length of the filter in samples.
Categories
FIR filter design routines
 See Also 
FirFilter 
KaiserImpulse 
MovingAverageFilter 

Copyright 2008 Dew Research
http://www.dewresearch.com