Sections
Module
GetPolySpec()
Estimate the nth-order polyspectrum/polycoherence spectrum of a given (f1,f2,…,fn) value
spec (ndarray) – Input spectrogram.
ndarray
f (list of int) – List of frequencies to analyze.
lilguy (float) – Small value to avoid 0/0 errors.
0/0
rando (float) – Randomization level (1.0 if True).
1.0
True
v (list) – List of time-series’ indices.
nCoh,nSpec,nSpec_i*s = GetPolySpec(...)
nCoh (float) - Polycoherence value.
float
nSpec (complex) - Polyspectrum value.
complex
nSpec_i (ndarray) - Local (i.e., time-dependent) polyspectrum.
list