get_output_as_nparray#

SoundPowerLevelISO3744.get_output_as_nparray()#

Get sound power level data as floats and NumPy arrays.

Returns:
tuple

First element is the unweighted sound power level (Lw) in dB.

Second element is the A-weighted sound power level (Lw(A)) in dBA.

Third element is a NumPy array of the octave-band sound power levels, in dB.

Fourth element is a NumPy array of the octave-band center frequencies, in Hz.

Fifth element is a NumPy array of the one-third-octave-band sound power levels, in dB.

Sixth element is a NumPy array of the one-third-octave-band center frequencies, in Hz.

Return type:

tuple