summaryrefslogtreecommitdiff
path: root/gr-filter/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge master/fix_build_dir_order into next, then fix conflicts and redo come ...Michael L Dickens2013-01-041-3/+5
|\
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens2013-01-011-3/+4
* | 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
* | filter: update IIR filter to have a constructor parameter for taps style.Tom Rondeau2012-11-212-6/+9
* | Merge branch 'master' into nextJohnathan Corgan2012-11-143-23/+21
|\|
| * 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-141-1/+3
* | channels: adding new component gr-channels to hold channel models.Tom Rondeau2012-11-103-210/+0
* | 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