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

Compute a part of the bispectrum.

Pascal
procedure BiSpectrumVert(const Bispectrum: TVec; const Spectrum: TVec; Index: integer; MtxPacked: boolean = False); overload;

Compute a single vertical bispectral line (triple product) from Spectrum and place the result in Bispectrum. The index parameter defines for which frequency you want to compute the triple product. The triple product will computed for one frequency against all others. When used together with RunningAverage method, you can compute the bicoherence. Bicoherence has 1 where a frequency pair is synchronized in phase. Frequency pairs which are unrelated in phase have a zero in the bicoherence matrix.

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