You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.GroupDelay Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.GroupDelay Method

Computes the group delay of IIR filters.

Syntax
C#
Visual Basic
public static void GroupDelay(TVec GrpDelay, TVec Num, TVec Den, int ZeroPadding);

Num holds the numerator and Den the denominator of the transfer function for which the group delay should be computed. Den can be nil. Zeropadding defines the amount of zero padding applied with FFT. The result is placed in GrpDelay. Group delay is the first derivate of continuous phase: g = (d/dw)Phase, where w is the frequency ([1] p. 201). 

References:  

[1] Understanding digital signal processing, Richard G. Lyons, Prentice-Hall, 2001. Advanced sampling techniques

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