get_output_as_nparray#

TonalityDIN45681.get_output_as_nparray()#

Get the DIN 45681 tonality data, in a tuple of NumPy arrays.

Returns:
tuple[numpy.ndarray]

First element is the DIN 45681 tonality (mean difference DL), in dB.

Second element is the DIN 45681 tonality uncertainty, in dB.

Third element is the DIN 45681 tonal adjustment Kt, in dB.

Fourth element is the DIN 45681 tonality over time (decisive difference DLj), in dB.

Fifth element is the DIN 45681 tonality uncertainty over time, in dB.

Sixth element is the DIN 45681 decisive frequency over time, in Hz.

Seventh element is the DIN 45681 tonal adjustment Kt over time, in dB.

Eighth element is the time scale, in s.

Ninth element is the DIN 45681 tonality details (individual tone data for each spectrum).

Return type:

tuple[ndarray]