get_output_as_nparray#
- SoundPowerLevelISO3744.get_output_as_nparray()#
Get sound power level data as floats and NumPy arrays.
- Returns:
tuple
First element: unweighted sound power level (Lw) in dB.
Second element: A-weighted sound power level (Lw(A)) in dBA.
Third element: NumPy array of the octave-band sound power levels, in dB.
Fourth element: NumPy array of the octave-band center frequencies, in Hz.
Fifth element: NumPy array of the one-third-octave-band sound power levels, in dB.
Sixth element: NumPy array of the one-third-octave-band center frequencies, in Hz.
- Return type: