mtspec icon indicating copy to clipboard operation
mtspec copied to clipboard

Python library for multitaper spectral estimations

Results 20 mtspec issues
Sort by recently updated
recently updated
newest added

Hello, getting an error called "tinvit error -2" and kicks me out of python3. Can't find much about it anywhere, any one come across this before?

I noticed that the final spectrum estimate returned by a call to mtspec() is scaled appropriately, i.e., the Riemann sum of the spectrum (np.sum(spec)*df) is equal to the variance of...

This may not be the right place for this, if so you can e-mail me at: [email protected] I am quoting information from the help(mtspec) command and the wonderful Tutorial: Multitaper...

I have tried to use mtspec within both the Jupyter and Spyder environments, and each time I receive the following error message: "The kernel appears to have died. It will...

Dear Krischer, This figure shows the tapers of dpss given by ```tapers, lamb, theta = dpss( 5001, 4, 7 )``` ![dpss_python](https://user-images.githubusercontent.com/26203721/45801351-428f7d00-bce6-11e8-8513-64d271c4e2d3.png) However, if I use following MATLAB code to plot...

On occasion I experience the following crash-error: "Auto-coherence not applicable." Reproduced via the coherence estimation below: out = mt_coherence(1.0/fs, signal[:, ix], signal[:, iy], NW, k, int(n_sample_win/2), 0.95, iadapt=1, cohe=True, freq=True)...

I get a _PackageNotFoundError_ when I am trying to download the library. I have followed the steps mentioned on the website. I am using Anaconda version 4.5.3 with Python 2.7.13

Thanks for this great package. I can't quite tell from the docs: does this package support calculation of multidimensional multitaper spectra? For example, if the signal is `f(x,y)` can it...

This is what I have so far: ``` C:\Users\omry>conda config --add channels conda-forge Warning: 'conda-forge' already in 'channels' list, moving to the top C:\Users\omry>conda install mtspec Fetching package metadata ................

When using mtspec function with verbose=True, we see the following in console log : ``` ... Line components 0.16329378925331473 15.1595049 0.986415267 Line components 0.16922540125610605 8.93782330 0.966565251 Line components 0.17759944173063502 11.3823347...