krischer / mtspec

Python library for multitaper spectral estimations
http://krischer.github.io/mtspec/
GNU General Public License v3.0
69 stars 44 forks source link

The size of the cohe_ci and phase_ci params for mt_coherence function? #32

Open jiezhou87 opened 4 years ago

jiezhou87 commented 4 years ago

Lately I tried to use the mtspec to calculate the coherence between two time series. And I also want to estimate the uncertaity of the estimation. Based on Prieto's paper and the code, the mt_coherence should return cohe_ci and phase_ci with size (nf,2). However what I get is only size of nf. Did I used it some places incorrect?