You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalFilter Class > TSignalFilter Properties > TSignalFilter.FractionalDelay Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalFilter.FractionalDelay Property

Defines the combined fractional delay of the input signal (integer + fraction).

Syntax
C#
Visual Basic
public double FractionalDelay;

Uses fractional FIR filter with Kaiser window. This filter is combined with Integer sample delay filter to achieve desired combined delay. The fractional filter will always also include some integer sample delay. How much depends on the filter specification defined with FractionaDesignSpec property. If the specified (integer part) of the delay is too short for the specified FractionalDesignSpec, an exception will be raised. Considered only, when Response is rstFractionalDelay.

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