mtspec
mtspec copied to clipboard
Python library for multitaper spectral estimations
I am currently working with gcc13 and python 3.9.7. I have been unable to install mtspec via conda and pip. The issue arises from the spectra.mod executable.
Hi, I have a question about the output of mtspec.mtspec(). Thank you for providing such a nice package, which I find useful in spectral analysis. According to the tutorial and...
I was not able to compile it on a Debian 11 with plain python 3.9 and gcc10. The first issue is a type mismatch on GCC and the second issue...
In `multitaper.py`, the `mt_coherence()` function assigned an empty array for the desired confidence interval using `mt.empty(nf, 2)` at line 600. This gave an 1d complex array of length nf, because...
Hi, Thank you for providing this great library that really helps study earthquake source properties. While you state clearly in the doc string of mtspec that the "spectrum" is the...
Hi, was wondering whether it would be please possible to add a switch to `mtspec.multitaper` for somehow suppressing the output `adaptspec did not converge` messsages from `adaptspec.f90`. I'm not exactly...
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...
hello everyone, i'am new here. I'am working on the egf methode to determine the stf of an earthquake, but my results are not good, sometimes i find an rsf with...
I would need for my applications to keep two-sided spectra. This doesn't seem to be implemented. Do you think it would be possible to modify the library to do that...