TonalityDIN45681#
- class ansys.sound.core.psychoacoustics.TonalityDIN45681(signal=None, window_length=3.0, overlap=0.0)#
Computes DIN 45681 tonality.
This class is used to compute the tonality (mean difference) and tonal adjustment of a signal according to the DIN 45681 standard.
Class instantiation takes the following parameters.
- Parameters:
- signal: Field, default: None
Signal in Pa on which to calculate the tonality.
- window_length: float, default: 3.0
Length, in s, of each slice of the signal used to calculate an average spectrum.
- overlap: float, default: 0.0
Overlap, in %, between two successive slices of the signal.
- For more information about the parameters, please refer to the Ansys Sound SAS user guide.
Methods
Convert a DPF fields container to a NumPy array.
Get the DIN 45681 decisive difference DLj, in dB over time.
Get the DIN 45681 decisive frequency, in Hz over time.
Get the DIN 45681 tonality (mean difference DL), in dB.
Get the DIN 45681 tonality data, in a tuple containing data of various types.
Get the DIN 45681 tonality data, in a tuple of NumPy arrays.
Get the spectrum data for a specific spectrum.
Get the number of spectra.
Get the DIN 45681 time scale, in s.
Get the DIN 45681 tonal adjustment, in dB.
Get the DIN 45681 tonal adjustment Kt, in dB over time.
Get the tone data, for a specific spectrum.
TonalityDIN45681.get_tone_number
(spectrum_index)Get the number of tones for a specific spectrum.
Get the DIN 45681 uncertainty, in dB.
Get the DIN 45681 decisive difference uncertainty, in dB over time.
Plot the DIN 45681's decisive difference and frequency, and tonal adjustment, over time.
Compute the DIN 45681 tonality.
Attributes
Overlap, in %, between two consecutive slices of the signal.
Input signal in Pa.
Length, in s, of a slice of the signal used to compute each spectrum.