obspy.signal.spectral_estimation.PPSD.psd_values
- property PPSD.psd_values
Returns all individual smoothed psd arrays as a list. The corresponding times can be accessed as
PPSD.times_processed
, the corresponding central periods in seconds (central frequencies in Hertz) can be accessed asPPSD.psd_periods
(PPSD.psd_frequencies
).