Xtract#
- class ansys.sound.core.xtract.Xtract(input_signal=None, parameters_denoiser=None, parameters_tonal=None, parameters_transient=None)#
Provides Xtract processing.
PyAnsys Sound performs Xtract processing in the same way as Ansys Sound Analysis and Specification (SAS). This operator chains a denoising step, followed by a tonal extraction step and then a transient extraction step. It returns the individual signals processed at each step, as well as the remainder.
Methods
Convert a DPF fields container to a NumPy array.
Get the output of the Xtract algorithm in a tuple as DPF fields containers or fields.
Get the output of the Xtract algorithm in a tuple as NumPy arrays.
Plot the Xtract algorithm results.
Process the Xtract algorithm.
Attributes
Input signal.
Noise signal.
Remainder signal.
Tonal signal.
Transient signal.
Parameters of the denoiser step.
Parameters of the tonal extraction step.
Parameters of the transient extraction step.