get_output_as_nparray#

OctaveLevelsFromSignal.get_output_as_nparray()#

Return the band levels in dB and center frequencies in Hz as a tuple of numpy arrays.

Returns:
np.ndarray

The band levels in dB (actual unit depends on reference_value and frequency_weighting attributes’ values).

np.ndarray

The center frequencies in Hz of the band levels.

Return type:

tuple[ndarray]