You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TFractionalImpulse Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TFractionalImpulse Enumeration

Set of predefined FIR allpass filters suitable for fractional delay filtering. Filter specifications have been relaxed to allow variation of the amplitude in the stop band between 0 and 1 linear scale, but keeping the ripple specification in the passband. When unclear what to select, falp_60dB is recommended.

Pascal
TFractionalImpulse = (
  falp_160dB,
  falp_140dB,
  falp_140dB2,
  falp_100dB,
  falp_60dB,
  falp_50dB,
  falp_50dB2
);
Members 
Description 
falp_160dB 
Passband ripple -160dB, cutoff at 0.82, integer delay of 30 samples. 
falp_140dB 
Passband ripple -140dB, cutoff at 0.85, integer delay of 30 samples. 
falp_140dB2 
Passband ripple -140dB, cutoff at 0.94, integer delay of 80 samples. 
falp_100dB 
Passband ripple -100dB, cutoff at 0.9, integer delay of 30 samples 
falp_60dB 
Passband ripple -60dB, cutoff at 0.93, integer delay of 30 samples. 
falp_50dB 
Passband ripple -50dB, cutoff at 0.82, integer delay of 7 samples. 
falp_50dB2 
Passband ripple -50dB, cutoff at 0.6, integer delay of 3 samples. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!