spectrogram#
- gwpy.signal.spectral.spectrogram(timeseries: TimeSeries, **kwargs) Spectrogram[source]#
Generate a spectrogram by stacking periodograms.
Each time bin of the resulting spectrogram is a PSD estimate using a
scipy.signal.periodogram().
Generate a spectrogram by stacking periodograms.
Each time bin of the resulting spectrogram is a PSD estimate using
a scipy.signal.periodogram().