SharpnessDIN45692OverTime#

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

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

Note

The standard DIN 45692 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 applies the sharpness calculation described in the standard DIN45692, using, at each time step, the specific loudness calculated according the loudness model for time-varying sounds in the standard ISO 532-1. It is the loudness model of the class LoudnessISO532_1_TimeVarying.

Class instantiation takes the following parameters.

Parameters:
signalField, default: None

Signal in Pa on which to compute sharpness over time.

field_typestr, default: “Free”

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

Methods

SharpnessDIN45692OverTime.convert_fields_container_to_np_array(fc)

Convert a DPF fields container to a NumPy array.

SharpnessDIN45692OverTime.get_max_sharpness()

Get the maximum value of the DIN 45692 sharpness over time.

SharpnessDIN45692OverTime.get_output()

Get the DIN 45692 sharpness over time data, as a tuple.

SharpnessDIN45692OverTime.get_output_as_nparray()

Get the DIN 45692 sharpness over time data, as a tuple of NumPy arrays.

SharpnessDIN45692OverTime.get_sharpness_over_time()

Get the DIN 45692 sharpness, over time.

SharpnessDIN45692OverTime.get_time_scale()

Get the time scale.

SharpnessDIN45692OverTime.plot()

Plot the DIN 45692 sharpness over time.

SharpnessDIN45692OverTime.process()

Compute the DIN 45692 sharpness, over time.

Attributes