You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalMultiRate Class > public > TSignalMultiRate.FinalStageTaps Field
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalMultiRate.FinalStageTaps Field

Contains the FIR filter taps for the last filter stage in case of decimation and for the first stage filter in case of the interpolator.

Pascal
FinalStageTaps: TVec;

When the sampling frequency is increased by twice in case of the interpolation, the signal has one zero inserted after each sample. This zero stuffing introduces high frequency noise which is exactly the mirror of the low frequencies. To filter out this high frequencies a lowpass filter is needed. If the sampling frequency is 2Hz, then the lowpass filter should pass everything below 0.5Hz and stop everything above 0.5Hz. The TransBW property defines the width of the transition region of the lowpass filter centered on 0.5 Hz. The narrower the transition region, the longer the filter and more CPU demanding computation is required.

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