You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# deprecation added in 0.8, TODO for 0.9: replace with just `hanning`
584
+
Base.depwarn("Omitting `window` is deprecated; specify `window=nothing` for the old behaviour or `window=hanning` for the future default.", :WelchConfig)
585
+
returnnothing
586
+
end
587
+
582
588
# Compute an estimate of the power spectral density of a signal s via Welch's
583
589
# method. The resulting periodogram has length N and is computed with an overlap
584
590
# region of length M. The method is detailed in "The Use of Fast Fourier Transform
0 commit comments