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: signalFieldSignal to estimate the noise profile from. window_lengthint, default: 50Window length for the noise level estimation in milliseconds (ms). Returns: FieldPSD of noise in unit^2/Hz (Pa^2/Hz for example). Return type: Field