XtractDenoiser#
- class ansys.sound.core.xtract.XtractDenoiser(input_signal=None, input_parameters=None)#
Provides signal denoising using the Xtract algorithm.
Class instantiation takes the following parameters.
- Parameters:
- input_signal
FieldsContainer
|Field
, default:None
One or more signals to denoise as a DPF fields container or field. When inputting a fields container, each signal (each field of the fields container) is processed individually.
- input_parameters
XtractDenoiserParametersm
, default:None
Structure that contains the parameters of the algorithm:
Noise PSD (Field): Power spectral density of the noise
This structure is of the
XtractDenoiserParameters
type. For more information, see this class.
- input_signal
Methods
Convert a DPF fields container to a NumPy array.
Get the output of the denoising.
Get the output of the denoising as NumPy arrays.
Plot signals.
Apply denoising.
Attributes
Input parameters.
Input signal.
Output denoised signals.
Output noise signals.