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