OverallLevel#
- class ansys.sound.core.standard_levels.OverallLevel(signal=None, scale='dB', reference_value=1.0, frequency_weighting='')#
Compute the overall level.
This class computes the overall level of a signal.
Class instantiation takes the following parameters.
- Parameters:
- signal
Field
, default:None
The signal to process.
- scale
str
, default: “dB” The scale type of the output level. Available options are “dB” and “RMS”.
- reference_value
float
, default: 1.0 The reference value for the level computation. If the overall level is computed with a signal in Pa, the reference value should be 2e-5.
- frequency_weighting
str
, default: “” The frequency weighting to apply to the signal before computing the level. Available options are “”, “A”, “B”, and “C”, respectively to get level in dBSPL, dB(A), dB(B), and dB(C). Note that the frequency weighting is only applied if the attribute
scale
is set to “dB”.
- signal
Methods
Convert a DPF fields container to a NumPy array.
Return the overall level.
Return the overall level.
Return the overall level as a numpy array.
Plot the output.
Compute the overall level.
Attributes
Frequency weighting of the computed level.
Reference value for the level computation.
Scale type of the output level.
Input signal.