summaryrefslogtreecommitdiff
path: root/gr-filter/lib
Commit message (Expand)AuthorAgeFilesLines
* digital: Fixes LMS and CMA equalizers.Tom Rondeau2012-09-091-1/+56
* 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-tracking branch 'jcorgan/wip/filter-rm-next' into digital_implTom Rondeau2012-08-1014-7/+2387
|\ \ | |/ |/|
| * 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-074-6/+8
| * | filter: adjusting adaptive fir; set and get taps should come from parent fir ...Tom Rondeau2012-07-071-28/+2
| * | filter: fixing a typo.Tom Rondeau2012-07-071-1/+1
| * | filter: added kernel for adaptive fir filter.Tom Rondeau2012-07-062-0/+87
| * | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-06-235-42/+64
| |\ \
| * | | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-237-0/+2317
* | | | filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau2012-07-191-12/+19
| |_|/ |/| |
* | | filter: warning fixes.Tom Rondeau2012-07-083-5/+3
| |/ |/|
* | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ...Tom Rondeau2012-06-222-28/+49
* | volk: fixing some volk kernels.Tom Rondeau2012-06-221-5/+3
* | filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.Tom Rondeau2012-06-222-8/+10
* | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan2012-06-211-0/+1
* | filer: fixed link to libvolk.Tom Rondeau2012-06-211-1/+1
|/
* filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.Nicholas Corgan2012-06-201-0/+1
* filter: adding set/get for phase of arb resampler.Tom Rondeau2012-06-204-9/+59
* filter: fixed bug with includes.Tom Rondeau2012-06-202-0/+2
* filter: added documentation to adaptive_filter blocks.Tom Rondeau2012-06-202-2/+2
* filter: fixed some include issues.Tom Rondeau2012-06-192-1/+2
* filter: added channel_model block with GRC.Tom Rondeau2012-06-193-0/+210
* filter: adding PFB synthesis filter with GRC and QA.Tom Rondeau2012-06-193-0/+374
* filter: adding rational resampler with GRC and QA.Tom Rondeau2012-06-194-1/+247
* filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.Tom Rondeau2012-06-195-0/+645
* filter: adding PFB interpolator with GRC and QA.Tom Rondeau2012-06-184-2/+171
* filter: adding PFB decimator with GRC and QA.Tom Rondeau2012-06-184-0/+204
* filter: added interp_fir_filter with QA and GRC.Tom Rondeau2012-06-184-2/+218
* filter: adding fractional_interpolator_{cc,ff} with QA and GRC.Tom Rondeau2012-06-175-0/+374
* filter: fixed fir_filter_with_buffer and added QA code to check.Tom Rondeau2012-06-176-40/+601
* filter: redoing hilbert and fir_delay to use normal filter calls since alignm...Tom Rondeau2012-06-172-8/+3
* filter: added mmse_fir_interpolator with QA code.Tom Rondeau2012-06-178-1/+450
* filter: adding freq_xlating_filter.Tom Rondeau2012-06-164-0/+323
* filter: adding IIR filter.Tom Rondeau2012-06-153-0/+142
* filter: adding single_pole_iir_filter blocks.Tom Rondeau2012-06-155-0/+287
* filter: updating adaptive FIR filters.Tom Rondeau2012-06-156-194/+38
* filter: minor coding things.Tom Rondeau2012-06-152-4/+4
* filter: mods to fir filter bases to make consistent and simpler.Tom Rondeau2012-06-152-145/+301
* filter: adding ssc and fsf versions of filter with associated new Volk kernels.Tom Rondeau2012-06-152-1/+233
* filter: added a ccf Volk dot product to use with ccf filters and used it in f...Tom Rondeau2012-06-142-7/+25
* filter: switched ccc FIR filter to use aligned VOLK calls.Tom Rondeau2012-06-141-3/+36
* filter: fff FIR filters use VOLK machine information to set alignment.Tom Rondeau2012-06-141-8/+11
* filter wip and probably squash with last.Tom Rondeau2012-06-131-36/+0
* filter: process 4 vectors each time in volk dot_prod to speed up fir filters.Tom Rondeau2012-06-131-3/+35
* filter: Fixed filter_delay and hilbert filter to work with aligned filter loads.Tom Rondeau2012-06-102-7/+23
* filter: working aligned taps loads for regular and decimating filter.Tom Rondeau2012-06-102-12/+45
* filter: adding ccf version for adaptive filter.Tom Rondeau2012-06-104-0/+229