Sections
Module
SpecToCrossBispec()
Estimate cross-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 = SpecToCrossBispec(...)
b2 (ndarray) - Cross-bicoherence spectrum.
B (ndarray) - Cross-bispectrum.
list