summaryrefslogtreecommitdiff
path: root/gr-filter/lib
AgeCommit message (Expand)Author
2012-07-19filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau
2012-07-08filter: warning fixes.Tom Rondeau
2012-06-22filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ...Tom Rondeau
2012-06-22volk: fixing some volk kernels.Tom Rondeau
2012-06-22filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.Tom Rondeau
2012-06-21gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan
2012-06-21filer: fixed link to libvolk.Tom Rondeau
2012-06-20filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.Nicholas Corgan
2012-06-20filter: adding set/get for phase of arb resampler.Tom Rondeau
2012-06-20filter: fixed bug with includes.Tom Rondeau
2012-06-20filter: added documentation to adaptive_filter blocks.Tom Rondeau
2012-06-19filter: fixed some include issues.Tom Rondeau
2012-06-19filter: added channel_model block with GRC.Tom Rondeau
2012-06-19filter: adding PFB synthesis filter with GRC and QA.Tom Rondeau
2012-06-19filter: adding rational resampler with GRC and QA.Tom Rondeau
2012-06-19filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.Tom Rondeau
2012-06-18filter: adding PFB interpolator with GRC and QA.Tom Rondeau
2012-06-18filter: adding PFB decimator with GRC and QA.Tom Rondeau
2012-06-18filter: added interp_fir_filter with QA and GRC.Tom Rondeau
2012-06-17filter: adding fractional_interpolator_{cc,ff} with QA and GRC.Tom Rondeau
2012-06-17filter: fixed fir_filter_with_buffer and added QA code to check.Tom Rondeau
2012-06-17filter: redoing hilbert and fir_delay to use normal filter calls since alignm...Tom Rondeau
2012-06-17filter: added mmse_fir_interpolator with QA code.Tom Rondeau
2012-06-16filter: adding freq_xlating_filter.Tom Rondeau
2012-06-15filter: adding IIR filter.Tom Rondeau
2012-06-15filter: adding single_pole_iir_filter blocks.Tom Rondeau
2012-06-15filter: updating adaptive FIR filters.Tom Rondeau
2012-06-15filter: minor coding things.Tom Rondeau
2012-06-15filter: mods to fir filter bases to make consistent and simpler.Tom Rondeau
2012-06-15filter: adding ssc and fsf versions of filter with associated new Volk kernels.Tom Rondeau
2012-06-14filter: added a ccf Volk dot product to use with ccf filters and used it in f...Tom Rondeau
2012-06-14filter: switched ccc FIR filter to use aligned VOLK calls.Tom Rondeau
2012-06-14filter: fff FIR filters use VOLK machine information to set alignment.Tom Rondeau
2012-06-13filter wip and probably squash with last.Tom Rondeau
2012-06-13filter: process 4 vectors each time in volk dot_prod to speed up fir filters.Tom Rondeau
2012-06-10filter: Fixed filter_delay and hilbert filter to work with aligned filter loads.Tom Rondeau
2012-06-10filter: working aligned taps loads for regular and decimating filter.Tom Rondeau
2012-06-10filter: adding ccf version for adaptive filter.Tom Rondeau
2012-05-09filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla...Tom Rondeau
2012-05-08filter: created polyphase_filterbank parent class to handle some initializati...Tom Rondeau
2012-05-08filter: copied over pfb_channelizer to gr-filter with QA and GRC.Tom Rondeau
2012-05-06filter: added fir_filter_with_buffer to gr-filter.Tom Rondeau
2012-05-06filter: added filter_delay_fc to gr-filter with QA and GRC files.Tom Rondeau
2012-05-06filter: some cleanup with the dc_blocker code.Tom Rondeau
2012-05-06filter: moved dc_blocker to gr-filter with QA and GRC blocks.Tom Rondeau
2012-05-05filter: added hilbert xform block with QA and GRC block.Tom Rondeau
2012-05-05filter: actually run the C++ unit tests.Tom Rondeau
2012-05-05filter: added Parks-McClellen algorithm.Tom Rondeau
2012-05-05filter: cleanup and moving calls from gr.firdes to filter.firdes.Tom Rondeau
2012-05-05filter: added firdes for generating FIR filters to gr-filter.Tom Rondeau