get_tone_details#
- TonalityDIN45681.get_tone_details(spectrum_index=0, tone_index=0)#
Get the tone data, for a specific spectrum.
Returns all data associated with a specific detected tone, in a specific spectrum (time step).
- Parameters:
- spectrum_index: int, default: 0
Index of the spectrum where the tone was detected.
- tone_index: int, default: 0
Index of the tone whose details are requested.
- Returns:
tuple
[float,float,float,str,float,float,float,float,float,float]Decisive difference DLj in dB.
Uncertainty, in dB.
Decisive frequency, in Hz.
Tone type (’’ for individual tones, or ‘FG’ for groups of tones).
Critical band lower limit, in Hz.
Critical band upper limit, in Hz.
Mean narrow-band masking noise level Ls, in dBA.
Tone level Lt, in dBA.
Masking noise level Lg, in dBA.
Masking index av, in dB.
- Return type:
tuple
[float
,float
,float
,str
,float
,float
,float
,float
,float
,float
]