Sections
Module
SpecToBispec()
Estimate auto-bispectrum/-bicoherence spectrum from spectrogram(s).
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
b2,B = SpecToBispec(...)
b2 (ndarray) - Bicoherence spectrum.
B (ndarray) - Bispectrum.
list