You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.GroupDelay Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.GroupDelay Function

Computes the group delay of IIR filters.

Pascal
procedure GroupDelay(GrpDelay: TVec; Num: TVec; Den: TVec = nil; ZeroPadding: integer = 1);

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