get_output_as_nparray#

RpmOrderRepresentation.get_output_as_nparray()#

Get the RPM order representation as NumPy arrays.

Returns:
numpy.ndarray

RPM order representation as a 2-D NumPy array. Each column corresponds to a specific order’s complex level over RPM or time, in the input signal’s unit.

numpy.ndarray

Order values corresponding to the columns of the output array.

numpy.ndarray

RPM values corresponding to the rows of the output array.

numpy.ndarray

Time values, in seconds, corresponding to the rows of the output array.

Return type:

tuple[ndarray, ndarray, ndarray, ndarray]