get_single_tone_info#

ProminenceRatio.get_single_tone_info(tone_index)#

Get the PR information for a tone.

Parameters:
tone_indexint

Index of the tone.

Returns:
tuple[float]
  • First element: frequency of the peak in Hz.

  • Second element: PR value in dB.

  • Third element: level of the peak in dB SPL.

  • Fourth element: lower-frequency limit of the critical band centered on the peak, in Hz.

  • Fifth element: higher-frequency limit of the critical band centered on the peak, in Hz.

Return type:

tuple[float]