summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-20Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-20filter: fixed bug with includes.Tom Rondeau
2012-06-20filter: added documentation to adaptive_filter blocks.Tom Rondeau
2012-06-19filter: improving documentation.Tom Rondeau
2012-06-19filter: improved QA code for fractional_interpolator and channel_model.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: Moved over PFB examples.Tom Rondeau
2012-06-19filter: removed all references to filter functions from gr namespace to filter.Tom Rondeau
2012-06-19filter: Moved over filter-specific Python hier_blocks.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-19blocks: added gr::blocks::char_to_floatJohnathan Corgan
2012-06-19blocks: added div_XX and sub_XX blocksJohnathan Corgan
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-16Merge branch 'maint'Tom Rondeau
2012-06-16cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn
2012-06-16digital: fixed use of gray code in digital mod/demod GRC files.Tom Rondeau
2012-06-16Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-06-16Merge branch 'master-mods'Tom Rondeau
2012-06-16Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau
2012-06-16blocks: completed transition of add and multiply blocksJohnathan Corgan
2012-06-16filter: adding freq_xlating_filter.Tom Rondeau
2012-06-15filter: adding IIR filter.Tom Rondeau
2012-06-15filter: copied over interpolator_taps.h to gr-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-15New Features:Tim O'Shea
2012-06-15volk: adding new kernels to test and profile.Tom Rondeau
2012-06-15filter: improving documentation and adding GRC blocks for fir_filter_xxx blocks.Tom Rondeau
2012-06-15filter: adding ssc and fsf versions of filter with associated new Volk kernels.Tom Rondeau
2012-06-14filter: fixed FIR filter QA code to make sure it excersizes SIMD call.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-14blocks: added multiply_xx, some cleanup on add_xxJohnathan Corgan
2012-06-14filter: fff FIR filters use VOLK machine information to set alignment.Tom Rondeau
2012-06-14volk: fixes for 32f dot_prodTom Rondeau
2012-06-14Merge branch 'maint'Johnathan Corgan
2012-06-14digital: fixed incorrect variable name in qam_demod XMLBen Reynwar
2012-06-14Merge branch 'maint'Johnathan Corgan