Re: [Numpy-discussion] custom Welch method for power spectral density

2018-01-12 Thread Seb
n provides > more information about multitaper methods that may be useful to you: > http://nipy.org/nitime/examples/multi_taper_spectral_estimation.html Very interesting documentation and suggestion. A test application of this looks promising. Thanks, -- Seb ___

[Numpy-discussion] custom Welch method for power spectral density

2018-01-12 Thread Seb
g (power 2) segment length to dampen increasing variance in spectra at higher frequencies. Before hacking the scipy.signal.spectral module for this, I'd appreciate any tips on available packages/modules that allow for this kind of binning scheme, or other suggestions.