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_valuefloat, default: 1.0

Reference value for dB conversion. Ignored if display_in_dB is False. If the input signal is in Pa, the reference value should be 2e-5 Pa to display levels in dB SPL.

Notes

If more than 10 order values are specified in orders, only the first 10 are displayed.