SpectralCentroid#
- class ansys.sound.core.psychoacoustics.SpectralCentroid(signal=None)#
Computes the spectral centroid of a signal.
The spectral centroid is the center of gravity of the spectrum. It is a measure of the distribution of the spectral energy of a signal.
Class instantiation takes the following parameters.
- Parameters:
- signal
Field
, default:None
Signal on which to compute spectral centroid.
- signal
Methods
Convert a DPF fields container to a NumPy array.
Get the spectral centroid.
Get the spectral centroid as a NumPy array.
Get the spectral centroid.
Plot the output.
Compute the spectral centroid.
Attributes
Input signal.