Sections
Module
SpecToTrispec()
Estimate auto-trispectrum/-tricoherence 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
t2,T = SpecToTrispec(...)
t2 (ndarray) - Tricoherence spectrum.
T (ndarray) - Trispectrum.
list