create_noise_psd_from_automatic_estimation#
- XtractDenoiserParameters.create_noise_psd_from_automatic_estimation(signal, window_length=50)#
Create a power spectral density (PSD) of noise using an automatic estimation.
- Parameters:
- signal: Field
Signal to estimate the noise profile from.
- 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: