IsolateOrders#
- class ansys.sound.core.spectrogram_processing.IsolateOrders(signal=None, rpm_profile=None, orders=None, fft_size=1024, window_type='HANN', window_overlap=0.5, width_selection=10)#
Isolates the orders of a signal.
This class isolates the order of a signal that has an associated RPM profile.
Methods
Convert a DPF fields container to a NumPy array.
Get the temporal signal of the isolated orders as a DPF field or fields container.
Get the temporal signal of the isolated orders as a NumPy array.
Plot the signal after order isolation.
Isolate the orders of the signal.
Attributes
FFT size.
Orders.
RPM profile.
Signal.
Width selection.
Window overlap.
Window type.