aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fft/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* fft: pep8 formattingJosh Morman2021-11-242-21/+29
* gr-fft: add "shift" param to logpwrfft blockJeff Long2021-08-231-3/+3
* Fix typosluz paz2021-02-081-1/+1
* gr-fft: window cleanup - remove nuttal (sic) windowsJacob Gilbert2021-01-252-23/+1
* gr-fft: cleanup window related codeJacob Gilbert2021-01-252-20/+37
* gr-fft: adding additional window options to win_type enumJacob Gilbert2021-01-251-13/+23
* gr-fft: Log Power FFT Python fixJeff Long2021-01-161-2/+3
* fft: update window python enums to fft.window.*Josh Morman2020-12-171-1/+1
* fft: populate window enums under fft.windowJosh Morman2020-12-171-16/+14
* Move FFT functions and blocks to templates (#3903)mormj2020-11-0313-436/+89
* qa: run autopep8 formatting on qa python filesmormj2020-10-303-13/+85
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-302-2/+2
* pybind: add implicit conversion from int to enummormj2020-10-281-0/+2
* fft&filter: Remove malloc_complex/freeThomas Habets2020-09-082-14/+1
* fft: window: Allow normalizing windowsMartin Braun2020-08-142-2/+40
* fft: window: Provide default value for beta param on window::buildMartin Braun2020-08-141-1/+1
* fft: window: Add WIN_NONEMartin Braun2020-08-141-1/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-034-6/+0
* pybind: add hash check to binding file creation (#3472)mormj2020-06-049-9/+73
* fft: add pybind11 bindingsJosh Morman2020-06-0422-10/+1157
* Update license header to SPDX formatdevnulling2020-01-275-64/+5
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-315-29/+37
|\
| * Merge branch 'next' into python3Johnathan Corgan2017-08-141-2/+2
| |\
| | * Merge branch 'master' into nextJohnathan Corgan2017-08-141-2/+2
| | |\
| * | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-265-28/+37
| |/ /
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
* | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+3
| |/ |/|
* | logpwrfft did `ref_scale/2`, which led to integer div in Py2Marcus Müller2017-08-141-2/+2
|/
* Fix the VOLKized fft_vcc_fftw and QA codeDoug Geiger2015-09-211-4/+60
* Fix up QA tests: test windowing functionDoug Geiger2015-09-171-153/+107
* Tabs -> spacesDoug Geiger2015-09-171-5/+5
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-6/+6
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when cross compiling.Philip Balister2013-12-051-1/+1
* fft: fixed logpwrfft.py to import new C++ window properly from fft_swig (fixes issue #609 reported by Sylvain Munaut).Tom Rondeau2013-11-101-1/+1
* fft: Moved all window building functions into C++.Tom Rondeau2013-11-053-182/+0
* 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, copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.Tom Rondeau2013-03-172-8/+9
* | 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
* Merge branch 'master' into nextJohnathan Corgan2012-11-141-7/+7
|\
| * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1