You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TBicoherenceType Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TBicoherenceType Enumeration

Defines the formula used for bicoherence estimation.

Syntax
C#
Visual Basic
public enum TBicoherenceType : uint { bctDefault, bctModified }

SignalAnalysis.cs

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