| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Tom Rondeau | 2013-02-14 | 1 | -25/+27 |
|\ |
|
| * | filter: fixing synthesis filter output rate when using 2x oversampling. | Tom Rondeau | 2013-02-14 | 1 | -25/+27 |
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-12 | 2 | -2/+1 |
|\| |
|
| * | build: fixing generated includes, deps, and header installation. | Tom Rondeau | 2013-02-12 | 2 | -2/+2 |
* | | build: fixing earlier fix on generating and installing headers. | Tom Rondeau | 2013-02-05 | 1 | -2/+2 |
* | | build: generated headers naming issue fixed. | Tom Rondeau | 2013-02-05 | 1 | -1/+2 |
* | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ... | Michael L Dickens | 2013-01-04 | 2 | -4/+8 |
|\| |
|
| * | FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorder | Michael L Dickens | 2013-01-03 | 1 | -1/+1 |
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord... | Michael L Dickens | 2013-01-01 | 2 | -3/+6 |
* | | Merge branch 'next_blocks' into next | Tom Rondeau | 2012-12-29 | 16 | -28/+222 |
|\ \ |
|
| * | | grc: updating GRC exmaples for new component changes. | Tom Rondeau | 2012-12-27 | 2 | -180/+1 |
| * | | filter: moved window around so it's available in both gr-fft and gr-filter. | Tom Rondeau | 2012-12-27 | 2 | -1/+3 |
| * | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 16 | -27/+398 |
* | | | filter: handle a log10(0) warning that causes QT to crash when designing filt... | Tom Rondeau | 2012-12-27 | 2 | -3/+7 |
|/ / |
|
* | | init call parameter bugfix | Sreeraj Rajendran | 2012-12-20 | 1 | -1/+1 |
* | | FIR filter coefficients tab update for easy copying | Sreeraj Rajendran | 2012-12-20 | 1 | -2/+1 |
* | | Launch function change to suppor runtime updation | Sreeraj Rajendran | 2012-12-20 | 5 | -14/+143 |
* | | filter: Install all filter design tool files into gnuradio.filter. | Tom Rondeau | 2012-12-18 | 13 | -53/+53 |
* | | Some typos fix | Sreeraj Rajendran | 2012-12-17 | 1 | -2/+2 |
* | | gr_filtdes initial commit | Sreeraj Rajendran | 2012-12-15 | 32 | -874/+11759 |
* | | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 1 | -1/+1 |
* | | ctrlport: fixing up controlport integration into gnuradio-core for merge with... | Tom Rondeau | 2012-12-03 | 1 | -2/+8 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-22 | 1 | -1/+7 |
|\| |
|
| * | filter: don't install .grc file as python file | Johnathan Corgan | 2012-11-22 | 1 | -1/+7 |
* | | filter: matched doxygen docs to reflect oldstyle change. | Martin Braun | 2012-11-22 | 1 | -2/+2 |
* | | filter: update IIR filter to have a constructor parameter for taps style. | Tom Rondeau | 2012-11-21 | 5 | -27/+56 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 4 | -30/+28 |
|\| |
|
| * | filter: use matching free for malloc, fixes access violation | Josh Blum | 2012-11-14 | 2 | -18/+18 |
| * | filter: removed undefined FFTW3F_ libs/incs | Josh Blum | 2012-11-14 | 1 | -3/+0 |
| * | fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES | Josh Blum | 2012-11-14 | 1 | -1/+0 |
| * | fft: added gnuradio-fft dep for some tests | Josh Blum | 2012-11-14 | 2 | -2/+4 |
| * | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 |
| * | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 |
* | | analog: fixing up GRC and other examples to use gr-analog for sig and noise s... | Tom Rondeau | 2012-11-10 | 1 | -208/+224 |
* | | analog: removed noise and sig sources from core. | Tom Rondeau | 2012-11-10 | 11 | -61/+119 |
* | | channels: adding new component gr-channels to hold channel models. | Tom Rondeau | 2012-11-10 | 11 | -424/+6 |
* | | analog: fixed a few build issues against gr-analog. | Tom Rondeau | 2012-11-09 | 1 | -2/+2 |
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where pos... | Tom Rondeau | 2012-11-06 | 5 | -15/+38 |
* | | all: Python, GRC, and examples to properly pull blocks from filter and analog. | Tom Rondeau | 2012-11-06 | 5 | -249/+43 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-04 | 1 | -1/+1 |
|\| |
|
| * | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 1 | -1/+1 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-02 | 1 | -1/+1 |
|\| |
|
| * | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 1 | -1/+1 |
* | | digital: Fixes LMS and CMA equalizers. | Tom Rondeau | 2012-09-09 | 2 | -1/+62 |
* | | filter: moving filter design tool from gr-utils to gr-filter. | Tom Rondeau | 2012-09-09 | 3 | -0/+905 |
* | | Examples: Fixed minor bugs in examples and blks2impl from namespace changes. | Ben Reynwar | 2012-09-04 | 2 | -4/+3 |
* | | Merge branch 'master' into next | Tom Rondeau | 2012-08-30 | 2 | -9/+9 |
|\| |
|
| * | filter: fixes naligned value when volk alignment is 1. | Tom Rondeau | 2012-08-30 | 2 | -9/+9 |
* | | filter: fix use of volk_32fc_x2_dot_prod_32fc_a for num points | Josh Blum | 2012-08-30 | 2 | -3/+3 |
* | | Merge remote branch 'reynwar/comments_next' into next | Johnathan Corgan | 2012-08-28 | 2 | -64/+79 |
|\ \ |
|