summaryrefslogtreecommitdiff
path: root/gr-fft/python
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵Philip Balister2013-12-051-1/+1
| | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org>
* 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: Moved all window building functions into C++.Tom Rondeau2013-11-053-182/+0
| | | | | | | | | | | | Remove window.py. All windows built using C++ functions. Exported into Python in same module (from gnuradio.fft import window). Removed all window building work in firdes, too. firdes.window now makes a direct call to fft.window.build with same parameters. Added documentation for window functions, including references to where to find coefficients and equations for (most of) the windows. All changes should not affect existing code. f
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
|
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
|
* Merged in next_docs branch.Ben Reynwar2013-05-191-2/+1
|\
| * docstrings: Improving subpackage docstrings.Ben Reynwar2013-05-101-2/+1
| |
* | Merged next into uninstalled import branch.Ben Reynwar2013-04-022-9/+9
|\|
| * blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-172-8/+9
| | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | fft: Updating testing environment.Ben Reynwar2013-03-103-18/+14
| |
* | fft: Enabling uninstalled python imports.Ben Reynwar2013-03-076-1/+8
|/
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-1/+1
|
* filter: moved window around so it's available in both gr-fft and gr-filter.Tom Rondeau2012-12-274-2/+183
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-213-15/+18
| | | | Also fixes up some other missing moves.
* Merge branch 'master' into nextJohnathan Corgan2012-11-141-7/+7
|\ | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt
| * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* | Merge branch 'master' into nextJohnathan Corgan2012-11-041-1/+1
|\|
| * gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
| |
* | Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-281-12/+24
|\| | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py
* | core: fixing location of some components for the new hierarchy.Tom Rondeau2012-08-223-1/+165
|/ | | | ctest and digital examples working again.
* gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-274-0/+353