Sections
Module
SpecToCoherence()
Estimate cross-spectrum/-coherence from spectrogram.
spec (ndarray) – Input spectrogram.
ndarray
lilguy (float) – Small value to avoid 0/0 errors.
0/0
C,cc,cx = SpecToCoherence(...)
C (ndarray) - Cross-spectrum.
cc (ndarray) - Cross-coherence spectrum.
xx (ndarray) - “Coherogram”.
list