summaryrefslogtreecommitdiff
path: root/gr-fft
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-08-141-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-07-131-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-06-271-1/+10
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-06-221-12/+16
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-06-071-0/+32
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-03-221-1/+0
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-036-44/+2
* | | | | | | | | Improved documentation for FFT block.Maximilian Stiefel2018-04-282-5/+64
* | | | | | | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+3
* | | | | | | | | fft: FFTW wisdom file locking was only taking place from gr::fft::fft_complex.Balint Seeber2018-03-221-12/+25
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-034-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'maint'Johnathan Corgan2017-08-141-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | logpwrfft did `ref_scale/2`, which led to integer div in Py2Marcus Müller2017-08-141-2/+2
* | | | | | | Merge branch 'maint'Johnathan Corgan2017-07-131-2/+2
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | gr-fft: Fix compilation under MinGWPaul Cercueil2017-06-281-2/+2
* | | | | | Merge branch 'maint'Johnathan Corgan2017-06-271-1/+10
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge remote-tracking branch 'github/pr/1349' into maintJohnathan Corgan2017-06-271-1/+10
| |\ \ \ \
| | * | | | Fix: hazardous floating point sqrt(1.0 - (1.0+-epsilon)²)Marcus Müller2017-06-271-1/+10
* | | | | | Merge branch 'maint'Johnathan Corgan2017-06-221-12/+16
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | gr-fft: Reuses file_lock object to prevent deadlocking on win32gnieboer2017-06-131-12/+12
| * | | | gr-fft: Adds w32 specific headers to fft.ccgnieboer2017-06-131-0/+4
| |/ / /
* | | / Merge branch 'maint'Johnathan Corgan2017-06-071-0/+32
|\| | | | |_|/ |/| |
| * | gr-fft: add locking mechanism to fftw_wisdomAndrej Rode2017-04-301-0/+32
| |/
* / cmake: clean upBastian Bloessl2017-03-221-1/+0
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
* runtime: fixed dangling pointer returns in vmcircbuf_prefs.cc and fft.ccdae hyun, yang2016-05-081-8/+8
* fft: explicitly link to volkNathan West2016-03-091-0/+1
* fft: replace fftwf_malloc with volk_mallocNathan West2016-03-091-26/+27
* Fix the VOLKized fft_vcc_fftw and QA codeDoug Geiger2015-09-212-6/+62
* Merge remote-tracking branch 'geiger/volkize_fft'Johnathan Corgan2015-09-207-288/+248
|\
| * VOLKize fft_vcc_fftwDoug Geiger2015-09-171-7/+4
| * Fix up QA tests: test windowing functionDoug Geiger2015-09-171-153/+107
| * Tabs -> spacesDoug Geiger2015-09-176-138/+146
|/
* Merge branch 'maint'Johnathan Corgan2015-03-281-2/+2
|\
| * docs: fixed labels and references in manual.Tom Rondeau2015-03-231-2/+2
* | spacing issues prettifiedStephan Ludwig (donludovico)2015-01-071-11/+11
* | grc,blocks,fft,filter: assigned categories to all blocks without any; further...Stephan Ludwig (donludovico)2015-01-031-0/+4
|/
* fft: fixed Nuttall window naming from nuttal to nuttall.Tom Rondeau2014-11-242-5/+38
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* Merge branch 'maint'Tom Rondeau2014-07-0719-103/+103
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0719-103/+103
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
|/
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ...Philip Balister2013-12-051-1/+1
* filter: remove use of magic numbers for calculating number of taps in firdes ...Tom Rondeau2013-11-182-11/+50
* fft: optimization; bug fixes for kaiser window and added windows to win_type.Tom Rondeau2013-11-181-4/+6
* fft: put include protections around window.h (fixes issue #610 reported by Sy...Tom Rondeau2013-11-101-0/+5
* fft: fixed logpwrfft.py to import new C++ window properly from fft_swig (fixe...Tom Rondeau2013-11-101-1/+1