SharpnessDIN45692#

class ansys.sound.core.psychoacoustics.SharpnessDIN45692(signal=None, field_type='Free')#

Computes the sharpness of a signal according to the DIN 45692 standard.

Note

The calculation of this indicator is based on the specific loudness result from the loudness model for stationary sounds defined in the ISO 532-1 standard. This is the same loudness model used in the LoudnessISO532_1_Stationary class.

Class instantiation takes the following parameters.

Parameters:
signalField, default: None

Signal in Pa on which to compute sharpness.

field_typestr, default: “Free”

Sound field type. Available options are “Free” and “Diffuse”.

Methods

SharpnessDIN45692.convert_fields_container_to_np_array(fc)

Convert a DPF fields container to a NumPy array.

SharpnessDIN45692.get_output()

Get the DIN 45692 sharpness.

SharpnessDIN45692.get_output_as_nparray()

Get the DIN 45692 sharpness as a NumPy array.

SharpnessDIN45692.get_sharpness()

Get the DIN 45692 sharpness.

SharpnessDIN45692.plot()

Plot the output.

SharpnessDIN45692.process()

Compute the DIN 45692 sharpness.

Attributes

SharpnessDIN45692.field_type

Sound field type.

SharpnessDIN45692.signal

Input signal in Pa.