plot#
- OrderLevels.plot(display_in_dB=False, reference_value=1.0)#
Plot the order levels over RPM.
- Parameters:
- display_in_dBbool, default:
False Whether to display levels in squared units (False), or in dB (True).
- reference_value
float, default: 1.0 Reference value for dB conversion. Ignored if
display_in_dBis False. If the input signal is in Pa, the reference value should be 2e-5 Pa to display levels in dB SPL.
- display_in_dBbool, default:
Notes
If more than 10 order values are specified in
orders, only the first 10 are displayed.