From c2699407b755e2b2d289ba6fddeb238a28bf6b62 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Mon, 8 May 2023 11:31:36 -0700 Subject: [PATCH] Fix formatting --- spectral_connectivity/connectivity.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spectral_connectivity/connectivity.py b/spectral_connectivity/connectivity.py index 8185048..2c40b69 100644 --- a/spectral_connectivity/connectivity.py +++ b/spectral_connectivity/connectivity.py @@ -325,14 +325,14 @@ def coherence_phase(self): @_asnumpy def coherence_magnitude(self): - """The magnitude squared of the complex coherency. Note that the - squared modulus of coherency (originally a complex quantity) is the - magnitude-squared coherence (i.e., the normalized, real component of coherency). + """The magnitude squared of the complex coherency. Note that the + squared modulus of coherency (originally a complex quantity) is the + magnitude-squared coherence (i.e., the normalized, real component of coherency). This value should bounded by 0 and 1. - Hansson-Sandsten M (2011) Cross-spectrum and coherence function - estimation using time-delayed Thomson multitapers. In: 2011 IEEE - International Conference on Acoustics, Speech and Signal + Hansson-Sandsten M (2011) Cross-spectrum and coherence function + estimation using time-delayed Thomson multitapers. In: 2011 IEEE + International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp 4240–4243. Returns