Spectral Methods (gwpy.signal.spectral)#
FFT routines for GWpy.
This sub-package provides PSD estimation routines based on functionality
provided by scipy.signal.
The methods provided here aren’t meant to be called directly by the user,
but rather via instance methods of the TimeSeries
object.
Functions#
|
Generate an average spectrogram using a method function. |
|
Calculate a PSD using Bartlett's method. |
|
Calculate the coherence between two |
|
Calculate the CSD of two |
Return the preferred FFT-API library. |
|
|
Return the PSD method registered with the given name. |
|
Calculate a PSD using Welch's method with a median average. |
|
Generate a PSD using a method function. |
|
Calculate a Rayleigh statistic spectrum. |
|
Register a method of calculating an average spectrogram. |
|
Generate a spectrogram by stacking periodograms. |
|
Calculate a PSD using Welch's method. |