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_psdField, 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()

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.

XtractDenoiserParameters.get_output()

Get output.

XtractDenoiserParameters.get_output_as_nparray()

Get output as a NumPy array.

XtractDenoiserParameters.get_parameters_as_generic_data_container()

Get the parameters as a generic data container.

XtractDenoiserParameters.plot()

Plot the output.

XtractDenoiserParameters.process()

Process inputs.

Attributes

XtractDenoiserParameters.noise_psd

Power spectral density (PSD) of the noise in unit^2/Hz (Pa^2/Hz for example).