summaryrefslogtreecommitdiff
path: root/gr-filter
Commit message (Expand)AuthorAgeFilesLines
* digital: Fixes LMS and CMA equalizers.Tom Rondeau2012-09-092-1/+62
* filter: moving filter design tool from gr-utils to gr-filter.Tom Rondeau2012-09-093-0/+905
* Examples: Fixed minor bugs in examples and blks2impl from namespace changes.Ben Reynwar2012-09-042-4/+3
* 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 branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-282-64/+79
|\ \
| * | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-142-64/+79
* | | docs: fixed doxygen markup issues.Tom Rondeau2012-08-281-1/+1
* | | filter: fixing PFB GRC blocks.Tom Rondeau2012-08-225-19/+40
* | | filter: cleaning up GRC filter blocks.Tom Rondeau2012-08-207-0/+665
* | | filter: fixed names of filter GRC blocks.Tom Rondeau2012-08-2018-17/+17
* | | Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_implTom Rondeau2012-08-1017-8/+2476
|\ \ \
| * \ \ 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-075-8/+9
| * | | | filter: adjusting adaptive fir; set and get taps should come from parent fir ...Tom Rondeau2012-07-072-38/+2
| * | | | filter: fixing a typo.Tom Rondeau2012-07-071-1/+1
| * | | | filter: added kernel for adaptive fir filter.Tom Rondeau2012-07-064-0/+186
| * | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-06-2332-78/+103
| |\ \ \ \
| * | | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-237-0/+2317
* | | | | | digital: updating cma_equalizer style.Tom Rondeau2012-08-101-1/+3
| |_|_|/ / |/| | | |
* | | | | Merge branch 'qtsink_menus' into nextTom Rondeau2012-07-291-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | filter: make a 'none' type for filter windows.Tom Rondeau2012-07-191-0/+1
| | |_|/ | |/| |
* / | | 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-223-28/+52
* | 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
* | Merge branch 'win_fix'Tom Rondeau2012-06-2224-24/+24
|\ \
| * | gr-filter: Removing FILTER_API from internals static members fixes Windows errorNicholas Corgan2012-06-2224-24/+24
* | | Merge branch 'cppunit_fix'Tom Rondeau2012-06-221-0/+1
|\ \ \
| * | | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan2012-06-211-0/+1
| |/ /
* / / filter: more precision for the PFB channelizer QA test.Tom Rondeau2012-06-221-4/+4
|/ /
* | filter: safer values for QA tests for different machines.Tom Rondeau2012-06-212-8/+8
* | 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-206-9/+85
* filter: fixed bug with includes.Tom Rondeau2012-06-202-0/+2
* filter: added documentation to adaptive_filter blocks.Tom Rondeau2012-06-204-5/+66
* filter: improving documentation.Tom Rondeau2012-06-194-8/+44
* filter: improved QA code for fractional_interpolator and channel_model.Tom Rondeau2012-06-192-5/+72
* filter: fixed some include issues.Tom Rondeau2012-06-192-1/+2
* filter: added channel_model block with GRC.Tom Rondeau2012-06-1910-0/+383
* filter: Moved over PFB examples.Tom Rondeau2012-06-199-3/+1783
* filter: removed all references to filter functions from gr namespace to filter.Tom Rondeau2012-06-1920-78/+51
* filter: Moved over filter-specific Python hier_blocks.Tom Rondeau2012-06-195-3/+674
* filter: adding PFB synthesis filter with GRC and QA.Tom Rondeau2012-06-1910-0/+631
* filter: adding rational resampler with GRC and QA.Tom Rondeau2012-06-1911-1/+672
* filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.Tom Rondeau2012-06-1915-2/+1090
* filter: adding PFB interpolator with GRC and QA.Tom Rondeau2012-06-1813-6/+405