Roughness#
- class ansys.sound.core.psychoacoustics.Roughness(signal=None)#
Computes the roughness and the roughness over time of a sound.
Reference: Daniel and Weber, “Psychoacoustical roughness: implementation of an optimized model.” Acta Acustica united with Acustica, 83, pp. 113-123 (1997).
Class instantiation takes the following parameters.
- Parameters:
- signal
Field
, default:None
Signal in Pa on which to compute roughness.
- signal
Methods
Convert a DPF fields container to a NumPy array.
Get Bark band frequencies.
Get Bark band indexes.
Get roughness data.
Get roughness data in a tuple of NumPy arrays.
Get the overall roughness in asper.
Get the roughness over time in asper.
Get the specific roughness in asper/Bark.
Get the time scale of the roughness over time, in s.
Plot the specific roughness and the roughness over time.
Compute the roughness.
Attributes
Input signal in Pa.