summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/logpwrfft.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' into python3Johnathan Corgan2017-08-141-2/+2
|\ | | | | | | | | Conflicts: gr-fft/python/fft/logpwrfft.py
| * logpwrfft did `ref_scale/2`, which led to integer div in Py2Marcus Müller2017-08-141-2/+2
| | | | | | | | | | | | That is especially hurt as the GRC template puts defaults to `ref_scale=2` (int literal!) and if someone uses `1`, they'll get zero internally in logpwrfft, and that leads to errors.
* | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-6/+7
|/
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-6/+6
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* fft: fixed logpwrfft.py to import new C++ window properly from fft_swig ↵Tom Rondeau2013-11-101-1/+1
| | | | (fixes issue #609 reported by Sylvain Munaut).
* fft: Enabling uninstalled python imports.Ben Reynwar2013-03-071-0/+176