<div dir="ltr">On Fri, Sep 26, 2014 at 1:41 AM, Jerry <span dir="ltr"><<a href="mailto:lanceboyle@qwest.net" target="_blank">lanceboyle@qwest.net</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I’ve noticed that the Hamming window (and I suppose other windows) provided by Octave, SciPy****, and NumPy***** is wrong, returning a window that is symmetric rather than one that is “DFT symmetric.” This is easily spotted by looking at the first and last points of the window; if they are the same values, then the window is incorrect.<br></blockquote><div><br>If you use signal.get_window(), the default is sym=False:<br><pre>def get_window(window, Nx, fftbins=True):
    # snip
    sym = not fftbins<br><span style="font-family:arial,helvetica,sans-serif"><br>Dave Cook</span></pre><pre><br><br></pre></div></div><br></div></div>