summaryrefslogtreecommitdiff
path: root/gr-filter
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-142-64/+79
* | | docs: fixed doxygen markup issues.Tom Rondeau2012-08-281-1/+1
* | | filter: fixing PFB GRC blocks.Tom Rondeau2012-08-225-19/+40
* | | filter: cleaning up GRC filter blocks.Tom Rondeau2012-08-207-0/+665
* | | filter: fixed names of filter GRC blocks.Tom Rondeau2012-08-2018-17/+17
* | | Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_implTom Rondeau2012-08-1017-8/+2476
|\ \ \
| * \ \ Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-093-5/+3
| |\ \ \
| * | | | filter: updated adaptive filter blocks to use adaptive FIR kernels.Tom Rondeau2012-07-075-8/+9
| * | | | filter: adjusting adaptive fir; set and get taps should come from parent fir ...Tom Rondeau2012-07-072-38/+2
| * | | | filter: fixing a typo.Tom Rondeau2012-07-071-1/+1
| * | | | filter: added kernel for adaptive fir filter.Tom Rondeau2012-07-064-0/+186
| * | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-06-2332-78/+103
| |\ \ \ \
| * | | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-237-0/+2317
* | | | | | digital: updating cma_equalizer style.Tom Rondeau2012-08-101-1/+3
| |_|_|/ / |/| | | |