TBicoherenceType Enumeration

Header: Dew.Signal/SignalAnalysis.h · Cross-compiler

enum class TBicoherenceType : unsigned int;

Defines the formula used for bicoherence estimation.

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.

Values

NameDescription
bctDefaultTripple 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.
bctModifiedTripple product is computed before averaging.