summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/qa_fft.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the VOLKized fft_vcc_fftw and QA codeDoug Geiger2015-09-211-4/+60
| | | | | | | The QA code did not cover all the cases being VOLKized, and thus failed to notice the incorrect pointer math. This QA code (correctly!) fails on the previous commit, and (correctly!) passes with this fix to fft_vcc_fftw.cc. Thanks to awalls-cx18 for noticing this, and providing the correct array indexing call to VOLK. Fixes issue #844
* Fix up QA tests: test windowing functionDoug Geiger2015-09-171-153/+107
| | | | | | | Add a QA test for a real windowing function (hamming in this case). Move common code to setUp method. Remove unused method. Minor spacing fixes for readability.
* Tabs -> spacesDoug Geiger2015-09-171-5/+5
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-6/+6
|
* fft: Updating testing environment.Ben Reynwar2013-03-101-3/+2
|
* fft: Enabling uninstalled python imports.Ben Reynwar2013-03-071-0/+214