summaryrefslogtreecommitdiff
path: root/gr-fft/lib
Commit message (Expand)AuthorAgeFilesLines
* fft: fixed Nuttall window naming from nuttal to nuttall.Tom Rondeau2014-11-241-1/+19
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* Merge branch 'maint'Tom Rondeau2014-07-0710-60/+60
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0710-60/+60
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-0/+13
|/
* filter: remove use of magic numbers for calculating number of taps in firdes ...Tom Rondeau2013-11-181-1/+18
* fft: optimization; bug fixes for kaiser window and added windows to win_type.Tom Rondeau2013-11-181-4/+6
* fft: Moved all window building functions into C++.Tom Rondeau2013-11-052-0/+334
* fft: fix missing set_window call on initializationJohnathan Corgan2013-08-282-0/+4
* fft: adding ctrlport psd probe blockTim O'Shea2013-05-303-0/+249
* fft: moved include dir to gnuradio/fftJohnathan Corgan2013-04-295-8/+8
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-294-15/+15
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+0
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-2/+2
* Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
* | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+5
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ...Michael L Dickens2013-01-041-1/+2
|\|
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens2013-01-011-1/+2
* | Merge branch 'master' into nextJohnathan Corgan2012-11-141-2/+5
|\|
| * fft: restore FFTW3F_THREADS support for fft.ccJosh Blum2012-11-141-0/+5
| * fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum2012-11-141-2/+0
* | Merge branch 'master' into nextTom Rondeau2012-11-101-1/+1
|\|
| * fft: fixing float-in, complex-out fft block to use the right io sig.Tom Rondeau2012-11-101-1/+1
* | fft: adding a malloc for doubles.Tom Rondeau2012-07-031-0/+6
|/
* build: reworking cmake structure for include and lib directories. I think thi...Tom Rondeau2012-05-021-7/+4
* fft: put helper classes in namespaceJohnathan Corgan2012-04-2910-421/+435
* gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-279-0/+1002