Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window Welch periodogram with Hann window by default. #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 17, 2017

  1. Window Welch periodogram with Hann window by default.

    This choice is used by scipy, and seems less likely than the square
    window to produce completely wrong results for novice users.  matlab and
    octave use the Hamming window, but this works very poorly for signals
    with a nontrivial DC component when `n != nfft`.
    Chris Foster committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    9d3687f View commit details
    Browse the repository at this point in the history