LoudnessISO532_2#
- class ansys.sound.core.psychoacoustics.LoudnessISO532_2(signal=None, field_type='Free', recording_type='Mic')#
Computes ISO 532-2:2017 loudness.
This class computes the binaural and monaural loudness of a signal according to the ISO 532-2:2017 standard, corresponding to the “Moore-Glasberg method”.
Class instantiation takes the following parameters.
- Parameters:
- signal
Field
|FieldsContainer
, default:None
Signal in Pa on which to compute loudness. If
signal
is aField
, the listening assumption is diotic (same signal presented at both ears). Ifsignal
is aFieldsContainer
, with exactly 2 fields, the listening assumption is dichotic (each field’s signal presented at each ear).- field_type
str
, default: “Free” Sound field type. Available options are “Free” and “Diffuse”.
- recording_type
str
, default: “Mic” Recording type. Available options are “Mic” for a single microphone and “Head” for a head and torso simulator.
- signal
Methods
Convert a DPF fields container to a NumPy array.
Get the binaural loudness level in phon.
Get the binaural loudness in sone.
Get the binaural specific loudness.
Get the ERB center frequencies in Hz.
Get the ERBn-number scale in Cam.
Get the monaural loudness level in phon at each ear.
Get the monaural loudness in sone at each ear.
Get the monaural specific loudness at each ear.
Get the binaural and monaural loudness, loudness level, and specific loudness.
Get loudness data in a tuple of NumPy arrays.
Plot the binaural specific loudness.
Compute the loudness.
Attributes
Sound field type.
Recording type.
Input sound signal in Pa.