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

Compute a part of the bispectrum.

Pascal
procedure BiSpectrum(const BiSpectrum: TVec; const Spectrum: TVec; Index: integer; Zeroed: boolean); overload;

Compute a single horizontal 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 routine, bicoherence can be estimated. 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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!