| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 2 | -64/+79 |
* | | | docs: fixed doxygen markup issues. | Tom Rondeau | 2012-08-28 | 1 | -1/+1 |
* | | | filter: fixing PFB GRC blocks. | Tom Rondeau | 2012-08-22 | 5 | -19/+40 |
* | | | filter: cleaning up GRC filter blocks. | Tom Rondeau | 2012-08-20 | 7 | -0/+665 |
* | | | filter: fixed names of filter GRC blocks. | Tom Rondeau | 2012-08-20 | 18 | -17/+17 |
* | | | Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_impl | Tom Rondeau | 2012-08-10 | 17 | -8/+2476 |
|\ \ \ |
|
| * \ \ | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-09 | 3 | -5/+3 |
| |\ \ \ |
|
| * | | | | filter: updated adaptive filter blocks to use adaptive FIR kernels. | Tom Rondeau | 2012-07-07 | 5 | -8/+9 |
| * | | | | filter: adjusting adaptive fir; set and get taps should come from parent fir ... | Tom Rondeau | 2012-07-07 | 2 | -38/+2 |
| * | | | | filter: fixing a typo. | Tom Rondeau | 2012-07-07 | 1 | -1/+1 |
| * | | | | filter: added kernel for adaptive fir filter. | Tom Rondeau | 2012-07-06 | 4 | -0/+186 |
| * | | | | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-06-23 | 32 | -78/+103 |
| |\ \ \ \ |
|
| * | | | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filter | Johnathan Corgan | 2012-06-23 | 7 | -0/+2317 |
* | | | | | | digital: updating cma_equalizer style. | Tom Rondeau | 2012-08-10 | 1 | -1/+3 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge branch 'qtsink_menus' into next | Tom Rondeau | 2012-07-29 | 1 | -0/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | filter: make a 'none' type for filter windows. | Tom Rondeau | 2012-07-19 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* / | | | filter: fixing cppunit test QA to work properly with testing disabled. | Tom Rondeau | 2012-07-19 | 1 | -12/+19 |
|/ / / |
|
* | / | filter: warning fixes. | Tom Rondeau | 2012-07-08 | 3 | -5/+3 |
| |/
|/| |
|
* | | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ... | Tom Rondeau | 2012-06-22 | 3 | -28/+52 |
* | | volk: fixing some volk kernels. | Tom Rondeau | 2012-06-22 | 1 | -5/+3 |
* | | filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer. | Tom Rondeau | 2012-06-22 | 2 | -8/+10 |
* | | Merge branch 'win_fix' | Tom Rondeau | 2012-06-22 | 24 | -24/+24 |
|\ \ |
|
| * | | gr-filter: Removing FILTER_API from internals static members fixes Windows error | Nicholas Corgan | 2012-06-22 | 24 | -24/+24 |
* | | | Merge branch 'cppunit_fix' | Tom Rondeau | 2012-06-22 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt | Nicholas Corgan | 2012-06-21 | 1 | -0/+1 |
| |/ / |
|
* / / | filter: more precision for the PFB channelizer QA test. | Tom Rondeau | 2012-06-22 | 1 | -4/+4 |
|/ / |
|
* | | filter: safer values for QA tests for different machines. | Tom Rondeau | 2012-06-21 | 2 | -8/+8 |
* | | filer: fixed link to libvolk. | Tom Rondeau | 2012-06-21 | 1 | -1/+1 |
|/ |
|
* | filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build. | Nicholas Corgan | 2012-06-20 | 1 | -0/+1 |
* | filter: adding set/get for phase of arb resampler. | Tom Rondeau | 2012-06-20 | 6 | -9/+85 |
* | filter: fixed bug with includes. | Tom Rondeau | 2012-06-20 | 2 | -0/+2 |
* | filter: added documentation to adaptive_filter blocks. | Tom Rondeau | 2012-06-20 | 4 | -5/+66 |
* | filter: improving documentation. | Tom Rondeau | 2012-06-19 | 4 | -8/+44 |
* | filter: improved QA code for fractional_interpolator and channel_model. | Tom Rondeau | 2012-06-19 | 2 | -5/+72 |
* | filter: fixed some include issues. | Tom Rondeau | 2012-06-19 | 2 | -1/+2 |
* | filter: added channel_model block with GRC. | Tom Rondeau | 2012-06-19 | 10 | -0/+383 |
* | filter: Moved over PFB examples. | Tom Rondeau | 2012-06-19 | 9 | -3/+1783 |
* | filter: removed all references to filter functions from gr namespace to filter. | Tom Rondeau | 2012-06-19 | 20 | -78/+51 |
* | filter: Moved over filter-specific Python hier_blocks. | Tom Rondeau | 2012-06-19 | 5 | -3/+674 |
* | filter: adding PFB synthesis filter with GRC and QA. | Tom Rondeau | 2012-06-19 | 10 | -0/+631 |
* | filter: adding rational resampler with GRC and QA. | Tom Rondeau | 2012-06-19 | 11 | -1/+672 |
* | filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA. | Tom Rondeau | 2012-06-19 | 15 | -2/+1090 |
* | filter: adding PFB interpolator with GRC and QA. | Tom Rondeau | 2012-06-18 | 13 | -6/+405 |