pymultifracs.psd.PSD#

class pymultifracs.psd.PSD(freq, psd)#

Aggregates power spectral density information

Attributes:
freqndarray

Frequency support of the psd values

psdndarray

Power density associated matching the frequencies in freq

count(value, /)#

Return number of occurrences of value.

freq#

Alias for field number 0

index(value, start=0, stop=sys.maxsize, /)#

Return first index of value.

Raises ValueError if the value is not present.

psd#

Alias for field number 1