| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: Fixes LMS and CMA equalizers. | Tom Rondeau | 2012-09-09 | 1 | -1/+56 |
* | 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-tracking branch 'jcorgan/wip/filter-rm-next' into digital_impl | Tom Rondeau | 2012-08-10 | 14 | -7/+2387 |
|\ \
| |/
|/| |
|
| * | 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 | 4 | -6/+8 |
| * | | filter: adjusting adaptive fir; set and get taps should come from parent fir ... | Tom Rondeau | 2012-07-07 | 1 | -28/+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 | 2 | -0/+87 |
| * | | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-06-23 | 5 | -42/+64 |
| |\ \ |
|
| * | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filter | Johnathan Corgan | 2012-06-23 | 7 | -0/+2317 |
* | | | | 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 | 2 | -28/+49 |
* | | 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 |
* | | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt | Nicholas Corgan | 2012-06-21 | 1 | -0/+1 |
* | | 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 | 4 | -9/+59 |
* | 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 | 2 | -2/+2 |
* | 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 | 3 | -0/+210 |
* | filter: adding PFB synthesis filter with GRC and QA. | Tom Rondeau | 2012-06-19 | 3 | -0/+374 |
* | filter: adding rational resampler with GRC and QA. | Tom Rondeau | 2012-06-19 | 4 | -1/+247 |
* | filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA. | Tom Rondeau | 2012-06-19 | 5 | -0/+645 |
* | filter: adding PFB interpolator with GRC and QA. | Tom Rondeau | 2012-06-18 | 4 | -2/+171 |
* | filter: adding PFB decimator with GRC and QA. | Tom Rondeau | 2012-06-18 | 4 | -0/+204 |
* | filter: added interp_fir_filter with QA and GRC. | Tom Rondeau | 2012-06-18 | 4 | -2/+218 |
* | filter: adding fractional_interpolator_{cc,ff} with QA and GRC. | Tom Rondeau | 2012-06-17 | 5 | -0/+374 |
* | filter: fixed fir_filter_with_buffer and added QA code to check. | Tom Rondeau | 2012-06-17 | 6 | -40/+601 |
* | filter: redoing hilbert and fir_delay to use normal filter calls since alignm... | Tom Rondeau | 2012-06-17 | 2 | -8/+3 |
* | filter: added mmse_fir_interpolator with QA code. | Tom Rondeau | 2012-06-17 | 8 | -1/+450 |
* | filter: adding freq_xlating_filter. | Tom Rondeau | 2012-06-16 | 4 | -0/+323 |
* | filter: adding IIR filter. | Tom Rondeau | 2012-06-15 | 3 | -0/+142 |
* | filter: adding single_pole_iir_filter blocks. | Tom Rondeau | 2012-06-15 | 5 | -0/+287 |
* | filter: updating adaptive FIR filters. | Tom Rondeau | 2012-06-15 | 6 | -194/+38 |
* | filter: minor coding things. | Tom Rondeau | 2012-06-15 | 2 | -4/+4 |
* | filter: mods to fir filter bases to make consistent and simpler. | Tom Rondeau | 2012-06-15 | 2 | -145/+301 |
* | filter: adding ssc and fsf versions of filter with associated new Volk kernels. | Tom Rondeau | 2012-06-15 | 2 | -1/+233 |
* | filter: added a ccf Volk dot product to use with ccf filters and used it in f... | Tom Rondeau | 2012-06-14 | 2 | -7/+25 |
* | filter: switched ccc FIR filter to use aligned VOLK calls. | Tom Rondeau | 2012-06-14 | 1 | -3/+36 |
* | filter: fff FIR filters use VOLK machine information to set alignment. | Tom Rondeau | 2012-06-14 | 1 | -8/+11 |
* | filter wip and probably squash with last. | Tom Rondeau | 2012-06-13 | 1 | -36/+0 |
* | filter: process 4 vectors each time in volk dot_prod to speed up fir filters. | Tom Rondeau | 2012-06-13 | 1 | -3/+35 |
* | filter: Fixed filter_delay and hilbert filter to work with aligned filter loads. | Tom Rondeau | 2012-06-10 | 2 | -7/+23 |
* | filter: working aligned taps loads for regular and decimating filter. | Tom Rondeau | 2012-06-10 | 2 | -12/+45 |
* | filter: adding ccf version for adaptive filter. | Tom Rondeau | 2012-06-10 | 4 | -0/+229 |