Sections
Module
GetBispec()
Estimate local bispectrum and bicoherence of a single (f1,f2) value.
spec (ndarray) – Input spectrogram.
ndarray
v (list of int) – List of time-series’ indices to analyze.
lilguy (float) – Small value to avoid 0/0 errors.
0/0
j (int) – Index 1.
k (int) – Index 2.
rando (float) – Randomization level (1.0 if True).
1.0
True
b2,B,Bi = GetBispec(...)
b2 (float) - Bicoherence value.
float
B (complex) - Bispectrum value.
complex
Bi (ndarray) - Local (i.e., time-dependent) bispectrum.
list