summaryrefslogtreecommitdiff
path: root/gr-filter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rondeau2013-02-141-25/+27
|\
| * filter: fixing synthesis filter output rate when using 2x oversampling.Tom Rondeau2013-02-141-25/+27
* | Merge branch 'master' into nextTom Rondeau2013-02-122-2/+1
|\|
| * build: fixing generated includes, deps, and header installation.Tom Rondeau2013-02-122-2/+2
* | build: fixing earlier fix on generating and installing headers.Tom Rondeau2013-02-051-2/+2
* | build: generated headers naming issue fixed.Tom Rondeau2013-02-051-1/+2
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ...Michael L Dickens2013-01-042-4/+8
|\|
| * FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorderMichael L Dickens2013-01-031-1/+1
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens2013-01-012-3/+6
* | Merge branch 'next_blocks' into nextTom Rondeau2012-12-2916-28/+222
|\ \
| * | grc: updating GRC exmaples for new component changes.Tom Rondeau2012-12-272-180/+1
| * | filter: moved window around so it's available in both gr-fft and gr-filter.Tom Rondeau2012-12-272-1/+3
| * | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-2116-27/+398
* | | filter: handle a log10(0) warning that causes QT to crash when designing filt...Tom Rondeau2012-12-272-3/+7
|/ /
* | init call parameter bugfixSreeraj Rajendran2012-12-201-1/+1
* | FIR filter coefficients tab update for easy copyingSreeraj Rajendran2012-12-201-2/+1
* | Launch function change to suppor runtime updationSreeraj Rajendran2012-12-205-14/+143
* | filter: Install all filter design tool files into gnuradio.filter.Tom Rondeau2012-12-1813-53/+53
* | Some typos fixSreeraj Rajendran2012-12-171-2/+2
* | gr_filtdes initial commitSreeraj Rajendran2012-12-1532-874/+11759
* | ctrlport: cleaning up contorlport builds.Tom Rondeau2012-12-041-1/+1
* | ctrlport: fixing up controlport integration into gnuradio-core for merge with...Tom Rondeau2012-12-031-2/+8
* | Merge branch 'master' into nextJohnathan Corgan2012-11-221-1/+7
|\|
| * filter: don't install .grc file as python fileJohnathan Corgan2012-11-221-1/+7
* | filter: matched doxygen docs to reflect oldstyle change.Martin Braun2012-11-221-2/+2
* | filter: update IIR filter to have a constructor parameter for taps style.Tom Rondeau2012-11-215-27/+56
* | Merge branch 'master' into nextJohnathan Corgan2012-11-144-30/+28
|\|
| * filter: use matching free for malloc, fixes access violationJosh Blum2012-11-142-18/+18
| * filter: removed undefined FFTW3F_ libs/incsJosh Blum2012-11-141-3/+0
| * fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum2012-11-141-1/+0
| * fft: added gnuradio-fft dep for some testsJosh Blum2012-11-142-2/+4
| * 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
* | analog: fixing up GRC and other examples to use gr-analog for sig and noise s...Tom Rondeau2012-11-101-208/+224
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-1011-61/+119
* | channels: adding new component gr-channels to hold channel models.Tom Rondeau2012-11-1011-424/+6
* | analog: fixed a few build issues against gr-analog.Tom Rondeau2012-11-091-2/+2
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where pos...Tom Rondeau2012-11-065-15/+38
* | all: Python, GRC, and examples to properly pull blocks from filter and analog.Tom Rondeau2012-11-065-249/+43
* | 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 branch 'master' into nextJohnathan Corgan2012-11-021-1/+1
|\|
| * Fixes other uses of channel model to always have negative or zeroAlick Zhao2012-11-021-1/+1
* | digital: Fixes LMS and CMA equalizers.Tom Rondeau2012-09-092-1/+62
* | filter: moving filter design tool from gr-utils to gr-filter.Tom Rondeau2012-09-093-0/+905
* | Examples: Fixed minor bugs in examples and blks2impl from namespace changes.Ben Reynwar2012-09-042-4/+3
* | Merge branch 'master' into nextTom Rondeau2012-08-302-9/+9
|\|
| * filter: fixes naligned value when volk alignment is 1.Tom Rondeau2012-08-302-9/+9
* | filter: fix use of volk_32fc_x2_dot_prod_32fc_a for num pointsJosh Blum2012-08-302-3/+3
* | Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-282-64/+79
|\ \