summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
AgeCommit message (Expand)Author
2011-04-07core: adding QA code for int_to_float block.Tom Rondeau
2011-04-07core: adding a type converter - int -> float.Tom Rondeau
2011-04-06Merge branch 'master' into 8pskTom Rondeau
2011-03-28throttle: cleanup conditional code and reimplement with boost posix timeJosh Blum
2011-03-26Adding phase detector in Costas loop for 8PSK.Tom Rondeau
2011-03-14Merge remote branch 'jblum/wip/attributes' into nextJohnathan Corgan
2011-03-14created gruel/attributes.h to house compiler specific attribute macrosJosh Blum
2011-03-07reverted accidental change to keep 1 in n blockJosh Blum
2011-03-07uhd: fix generation typo on uhd grc blocks io directionJosh Blum
2011-02-27use boost::math::trunc in gr_frequency_modulator_fc.ccJosh Blum
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