summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-22gruel: removed inet.h from install headersNicholas Corgan
2012-06-22gruel: got rid of inet.h and adjusted only file that depended on itNicholas Corgan
2012-06-22gr-filter: Removing FILTER_API from internals static members fixes Windows errorNicholas Corgan
2012-06-21filter: safer values for QA tests for different machines.Tom Rondeau
2012-06-21core: tiny performance boost, and it looks tidier.Martin Braun
2012-06-21core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsoleteMartin Braun
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-20Merge branch 'gr_filter'Tom Rondeau
2012-06-20filter: adding set/get for phase of arb resampler.Tom Rondeau
2012-06-20volk: added missing avx header includeJosh Blum
2012-06-20Merge branch 'master-mods'Tom Rondeau
2012-06-20removing debugTim O'Shea
2012-06-20Merge branch 'master-mods'Tom Rondeau
2012-06-20bug fixxes to tuple serializeTim O'Shea
2012-06-201. handle pmt serialize and deserialize for tuplesTim O'Shea
2. fix offset checking in pmt_annotator_raw
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
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2.
2012-06-19filter: fixed some include issues.Tom Rondeau
2012-06-19filter: added channel_model block with GRC.Tom Rondeau
Dummy QA test needs work. More documentation.
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-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 ↵Tom Rondeau
alignment is properly handled.
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
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
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-16filter: adding freq_xlating_filter.Tom Rondeau
Includes QA and GRC. Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter).
2012-06-15filter: adding IIR filter.Tom Rondeau
Include QA and GRC.
2012-06-15filter: copied over interpolator_taps.h to gr-filter.Tom Rondeau
2012-06-15filter: adding single_pole_iir_filter blocks.Tom Rondeau
QA, docs, and GRC.
2012-06-15filter: updating adaptive FIR filters.Tom Rondeau
No need for our own adaptive_fir class; can do everything with fir_filter. With QA code.
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
added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen