summaryrefslogtreecommitdiff
path: root/gr-filter/lib
Commit message (Expand)AuthorAgeFilesLines
* filter: fixes naligned value when volk alignment is 1.Tom Rondeau2012-08-302-9/+9
* 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
* filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla...Tom Rondeau2012-05-094-0/+263
* filter: created polyphase_filterbank parent class to handle some initializati...Tom Rondeau2012-05-084-89/+152
* filter: copied over pfb_channelizer to gr-filter with QA and GRC.Tom Rondeau2012-05-084-1/+313
* filter: added fir_filter_with_buffer to gr-filter.Tom Rondeau2012-05-062-0/+237
* filter: added filter_delay_fc to gr-filter with QA and GRC files.Tom Rondeau2012-05-063-0/+164
* filter: some cleanup with the dc_blocker code.Tom Rondeau2012-05-064-11/+11
* filter: moved dc_blocker to gr-filter with QA and GRC blocks.Tom Rondeau2012-05-065-0/+440
* filter: added hilbert xform block with QA and GRC block.Tom Rondeau2012-05-053-0/+124
* filter: actually run the C++ unit tests.Tom Rondeau2012-05-051-1/+1
* filter: added Parks-McClellen algorithm.Tom Rondeau2012-05-053-1/+837
* filter: cleanup and moving calls from gr.firdes to filter.firdes.Tom Rondeau2012-05-052-2/+0