TonalityISO1996_2#
- class ansys.sound.core.psychoacoustics.TonalityISO1996_2(signal=None, noise_pause_threshold=1.0, effective_analysis_bandwidth=5.0, noise_bandwidth_ratio=0.75)#
Computes the tonality according to the standard ISO 1996-2:2007, annex C.
This class is used to compute the tonal audibility and tonal adjustment of a signal according to the annex C of the ISO 1996-2:2007 standard.
Class instantiation takes the following parameters.
- Parameters:
- signal: Field, default: None
Signal in Pa on which to calculate the tonality.
- noise_pause_threshold: float, default: 1.0
Noise pause detection threshold (“level excess”) in dB.
- effective_analysis_bandwidth: float, default: 5.0
Effective analysis bandwidth in Hz.
- noise_bandwidth_ratio: float, default: 0.75
Noise bandwidth, in proportion to the critical bandwidth, that is taken into account for the calculation of the masking noise level (the default value 0.75 means that the masking noise level is estimated in a band delimited by 75 % of the critical bandwidth on each side of the tone). Value must be between 0.75 and 2.
- 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 1996-2 computation details.
Get the ISO 1996-2 tonality data, in a tuple containing data of various types.
Get the ISO 1996-2 tonality data, in a tuple of NumPy arrays.
Get the ISO 1996-2 tonal adjustment, in dB.
Get the ISO 1996-2 tonal audibility, in dB.
Plot the output.
Compute the ISO 1996-2 tonality.
Attributes
Effective analysis bandwidth in Hz.
Noise bandwidth in proportion to the critical bandwidth.
Noise pause detection threshold (level excess) in dB.
Input signal in Pa.