get_output_as_nparray#
- ProminenceRatio.get_output_as_nparray()#
Get PR data in a tuple as a NumPy array.
- Returns:
tuple
First element: array of the peaks’ frequencies in Hz.
Second element: array of the peaks’ PR values in dB.
Third element: array of the peaks’ level values in dB SPL.
Fourth element: array of the lower-frequency limits, in Hz, of the critical bandwidths centered on the peaks’ frequencies.
Fifth element: array of the upper-frequency limits, in Hz, of the critical bandwidths centered on the peaks’ frequencies.
Sixth element: maximum PR value in dB.
Note
The first five elements are arrays of the same length. The sixth element is a float.
- Return type: