You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TFractionalImpulse Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.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.

Syntax
C#
Visual Basic
public enum TFractionalImpulse : uint { falp_160dB, falp_140dB, falp_140dB2, falp_100dB, falp_60dB, falp_50dB, falp_50dB2 }

SignalUtils.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!