get_output_as_nparray#
- LoudnessISO532_1_TimeVarying.get_output_as_nparray()#
Get time-varying loudness data in a tuple of NumPy arrays.
- Returns:
tuple
[numpy.ndarray
]First element: instantaneous loudness in sone.
Second element: N5 percentile loudness in sone. N5 is the loudness that is exceeded during a cumulated 5 % of the signal duration.
Third element: N10 percentile loudness in sone. N10 is the loudness that is exceeded during a cumulated 10 % of the signal duration.
Fourth element: instantaneous loudness level in phon.
Fifth element: L5 percentile loudness level in phon. L5 is the loudness level that is exceeded during a cumulated 5 % of the signal duration.
Sixth element: L10 percentile loudness level in phon. L10 is the loudness level that is exceeded during a cumulated 10 % of the signal duration.
Seventh element: time vector of the instantaneous loudness and loudness level, in seconds.
- Return type: