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

Filter data with a FIR filter.

Pascal
procedure FirInitReal(const FirTaps: TVec; var FirState: TFirState; UpSample: integer = 1; UpDelay: integer = 0; DownSample: integer = 1; DownDelay: integer = 0);

Uses comparatively 3x less memory from FirInit, but the function supports the initialization of FIR filter only when the taps and the signal are real (not complex).

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