ToneToNoiseRatioForOrdersOverTime#
- class ansys.sound.core.psychoacoustics.ToneToNoiseRatioForOrdersOverTime(signal=None, profile=None, order_list=None)#
Computes the ECMA 418-1/ISO 7779 tone-to-noise ratio (TNR) for specific orders over time.
This class computes the TNR, as defined in ECMA 418-1 and ISO 7779 standards, following specific orders over time in a given time-domain signal and its RPM signal.
Class instantiation takes the following parameters.
- Parameters:
Methods
ToneToNoiseRatioForOrdersOverTime.convert_fields_container_to_np_array
(fc)Convert a DPF fields container to a NumPy array.
ToneToNoiseRatioForOrdersOverTime.get_order_tone_to_noise_ratio_over_time
(...)Get the tone-to-noise ratio over time for a specific order.
Get TNR data over time and its associated RPM profile.
Get TNR data in a tuple of NumPy arrays.
Get the RPM scale corresponding to the TNR array over time.
Get the time scale corresponding to the TNR array over time.
Plot all orders’ TNR over time or RPM.
Compute the tone-to-noise ratio for orders.
Attributes
Orders list as floats.
RPM over time related to the input signal.
Input signal.