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

Defines the formula used for bicoherence estimation.

Pascal
TBicoherenceType = (
  bctDefault,
  bctModified
);
Members 
Description 
bctDefault 
Tripple product is computed after averaging. This version is exactly 2x slower then bctModified, if Recursive is True. If linear averaging is used and Recursive is set to false, then the speed differences are negligable. 
bctModified 
Tripple product is computed before averaging. 

The parameter affects the denominator in the bicoherence formula. Both versions return numerically the same result, if the amplitudes of the freqency spectrum do not change during averaging.

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