Creates a new power spectrum (PSD) object in Kst. Units are V and Hz by default.
The input vector for the spectrogram.
Contains the base 2 logarithm of the length of the spectrogram. Should be an integer >= 4.
the normalization for the transform:
True if the mean should be removed before performing the transform.
If true, sharp discontinuities are removed.
The apodization function to be used in the case that apodize is true:
Contains the sampling rate of the spectrogram.
The matrix for the spectrogram.
A string containing the units for the vector.
A string containing the units for the rate.
The window size of the spectrogram.
True if the transform should automatically interpolate over missing data values.