get_output_as_nparray#
- Xtract.get_output_as_nparray()#
Get the output of the Xtract algorithm in a tuple as NumPy arrays.
- Returns:
tuple
[numpy.ndarray
,numpy.ndarray
,numpy.ndarray
,numpy.ndarray
]Noise signal, tonal signal, transient signal, and remainder signal in a tuple as NumPy arrays.
- Return type: