summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
AgeCommit message (Expand)Author
2011-02-27Updated copyright notice dates.Ben Reynwar
2011-02-20Constellation objects accept n-dimensional points. (i.e. n complex numbers co...Ben Reynwar
2011-02-13Added rotational symmetry info to gr_constellation.Ben Reynwar
2011-02-13Added gr_constellation_decoder2_cb block.Ben Reynwar
2011-02-09Changed constellation objects so that codings besides gray code can be used.Ben Reynwar
2011-02-06Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_...Ben Reynwar
2011-01-31Added QPSK constellation object.Ben Reynwar
2011-01-31Added BPSK constellation object.Ben Reynwar
2011-01-30Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar
2011-01-30Merged upstream from nextBen Reynwar
2011-01-23Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau
2011-01-22created gr_sys_paths.h to house functions for getting system pathsJosh Blum
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/math/explicit_type_overloads' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-20Added support for PSK to generic modulation.Ben Reynwar
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2011-01-17gr fxpt static const fix:Josh Blum
2011-01-17math explicit type overloads:Josh Blum
2011-01-17gr math simplification:Josh Blum
2011-01-06Augment gr_nop to count received pmt messages by way of set_msg_handler.Eric Blossom
2011-01-01Worked on generic demodulation.Ben Reynwar
2010-12-10Fixing generic demodulation.Ben Reynwar
2010-12-10fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun
2010-12-10updated doxygen blocks, changed param order for gmskMartin Braun
2010-12-09Added support for modulation/demodulation of a generic constellation.Ben Reynwar
2010-12-09All CPM stuff included (C++/GRC/Python), tests passMartin Braun
2010-12-09more elaborate checks, they also work nowMartin Braun
2010-12-08CPM make checksMartin Braun
2010-12-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-12-06Merge branch 'master' into nextTom Rondeau
2010-11-29Add additional scripting language vector testsEric Blossom
2010-11-29Block is a gr_block, so this sets its relative rate. Was required for using i...Tom Rondeau
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-24Changing API for gr_skiphead to use uint64_t for the offset instead of size_t...Tom Rondeau
2010-11-19Enable a couple more testsEric Blossom
2010-11-18Disable items that require swig directors when building guile bindings.Eric Blossom
2010-11-17Changing blocks to use new get_tags api and tag convinience functions.Tom Rondeau
2010-11-16Adding a burst tagger that creates a tag when a signal is observed on line 1.Tom Rondeau
2010-11-16Reverting to a sync_block for the annotator functions. Testing different rate...Tom Rondeau
2010-11-16Merge branch 'next' into taggingTom Rondeau
2010-11-14Add tests that show that vector<complex<float>> is not working...Eric Blossom
2010-11-14Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.Eric Blossom
2010-11-14Fixing constructor interface to work better through python (int instead of ui...Tom Rondeau
2010-11-14Fixed as many problems in general_ctors.test as I could quickly.Eric Blossom
2010-11-14Adds argument to annotator test blocks to determine when they add a new tag.Tom Rondeau
2010-11-14Fixing some bugs.Tom Rondeau