TonalityISOTS20065#
- class ansys.sound.core.psychoacoustics.TonalityISOTS20065(signal=None, window_length=3.0, overlap=0.0)#
Computes ISO/TS 20065:2022 tonality.
This class is used to compute the tonality (mean audibility) of a signal according to the ISO/TS 20065:2022 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 ISO/TS 20065 decisive audibility DLj, in dB over time.
Get the ISO/TS 20065 decisive frequency, in Hz over time.
Get the ISO/TS 20065 tonality (mean audibility DL), in dB.
Get the ISO/TS 20065 tonality data, in a tuple containing data of various types.
Get the ISO/TS 20065 tonality data, in a tuple of NumPy arrays.
Get the spectrum data for a specific spectrum.
Get the number of spectra.
Get the ISO/TS 20065 time scale, in s.
Get the tone data, for a specific spectrum.
Get the number of tones for a specific spectrum.
Get the ISO/TS 20065 uncertainty, in dB.
Get the ISO/TS 20065 decisive audibility uncertainty, in dB over time.
Plot the ISO/TS 20065's decisive audibility and frequency over time.
Compute the ISO/TS 20065 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.