XtractDenoiserParameters#
- class ansys.sound.core.xtract.XtractDenoiserParameters(noise_psd=None)#
Contains denoiser parameters for use in Xtract processing or signal denoising.
Class instantiation takes the following parameters.
- Parameters:
- noise_psd
Field
,optional
Power spectral density of the noise in unit^2/Hz (Pa^2/Hz for example). This parameter can be produced using one of the following methods:
XtractDenoiserParameters.create_noise_psd_from_white_noise_level()
XtractDenoiserParameters.create_noise_psd_from_noise_samples()
XtractDenoiserParameters.create_noise_psd_from_automatic_estimation()
- noise_psd
Methods
XtractDenoiserParameters.convert_fields_container_to_np_array
(fc)Convert a DPF fields container to a NumPy array.
XtractDenoiserParameters.create_noise_psd_from_automatic_estimation
(signal)Create a power spectral density (PSD) of noise using an automatic estimation.
XtractDenoiserParameters.create_noise_psd_from_noise_samples
(...)Create a power spectral density (PSD) of noise from specific noise samples.
XtractDenoiserParameters.create_noise_psd_from_white_noise_level
(...)Create a power spectral density (PSD) of noise from the white noise level.
Get output.
Get output as a NumPy array.
XtractDenoiserParameters.get_parameters_as_generic_data_container
()Get the parameters as a generic data container.
Plot the output.
Process inputs.
Attributes
Power spectral density (PSD) of the noise in unit^2/Hz (Pa^2/Hz for example).