create_noise_psd_from_noise_samples#
- XtractDenoiserParameters.create_noise_psd_from_noise_samples(signal, sampling_frequency, window_length=50)#
Create a power spectral density (PSD) of noise from specific noise samples.
- Parameters:
- signal: Field
Noise signal.
- sampling_frequency: float, optional
Sampling frequency in Hz of the signal to denoise, which can be different from the signal used for creating the noise profile. The default is the sampling frequency of the noise signal.
- window_length: int, default: 50
Window length for the noise level estimation in milliseconds (ms).
- Returns:
- :
Field
PSD of noise in unit^2/Hz (Pa^2/Hz for example).
- Return type: