PSDVals
Synthetic Power Spectral Densities and their waveforms
A helper class for tiskitpy.SeafloorSynthetic
Constructors
PSDVals.from_loglog_slope: Make an object with a constant slope in loglog space
Properties
freqs(list): monotonically increasing frequenciesvalues(list): PSD values corresponding to each frequencyvalue_units(str): The units of the PSD values
Dependent Properties
accel_as_vel: returns a PSDVals object with values divided by 2*pi*f
Methods
copy: Deep copy of the objectresample: Resample the data using interpolation, modifying the objectresample_values: Resample the data using interpolation, returning just the resampled valuesplot: Plot the PSDas_trace: Return aobspy.Tracewith the given spectral shape
Static Methods
sloped_freqs_and_values: Create the freqs_and_values input to the constructor, for a loglog slope
Example
None for now