You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.DcFilter Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.DcFilter Function

:Design a DC filter with alpha parameter and place the transfer function in Num (numerator) and Den (denominator).

Pascal
procedure DcFilter(alpha: double; num: TVec; den: TVec); overload;

This transfer function can be used to initialize an IIR filter with a call to IirInit. A DC filtered signal will be centered around zero. The DC filter is a simple differentiator/integrator pair. alpha is typically between 0.99 and 0.9999 and must be < 1. A bigger alpha will cause longer filter delay.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!