TonalityISO1996_2_OverTime#
- class ansys.sound.core.psychoacoustics.TonalityISO1996_2_OverTime(signal=None, window_length=1000.0, overlap=75.0, 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, over time.
Note
The standard ISO 1996-2:2007, annex C, does not include a method for calculation over time. The computation of the present indicator is thus not entirely covered by the standard. The method used here splits the input signal into overlapping windows (segments), and then computes the tonality, for each window, according to the standard ISO 1996-2:2007, annex C.
Class instantiation takes the following parameters.
- Parameters:
- signal
Field
, default:None
Input signal.
- window_length
float
, default: 1000.0 Window length in ms.
- overlap
float
, default: 75.0 Overlap between successive windows in %.
- 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_critical_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.
- signal
Methods
TonalityISO1996_2_OverTime.convert_fields_container_to_np_array
(fc)Convert a DPF fields container to a NumPy array.
Get the ISO 1996-2 tonality data.
Get the ISO 1996-2 tonality data as NumPy arrays.
Get the number of segments.
Get the ISO 1996-2 tonality details in the specified segment of the input signal.
Get the time scale.
Get the ISO 1996-2 tonal adjustment over time.
Get the ISO 1996-2 tonal audibility over time.
Plot the ISO 1996-2 tonal audibility and tonal adjustment over time.
Compute the tonal audibility and tonal adjustment according to ISO1996-2 annex C.
Attributes
Effective analysis bandwidth in Hz.
Noise bandwidth in proportion to the critical bandwidth.
Noise pause detection threshold (level excess) in dB.
Overlap between successive windows in %.
Input signal in Pa.
Length of the integration window in ms.