summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-082-1/+167
* Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-083-16/+23
|\
| * Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-08152-1625/+10742
| |\
| * | gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau2011-03-301-39/+21
| * | gr-digital: cleaning up and commenting.Tom Rondeau2011-03-302-17/+24
* | | gr-digital: bumping up the signal amplitude into the costas loop for the 8PSK...Tom Rondeau2011-04-091-1/+1
| |/ |/|
* | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-095-7/+33
* | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ...Tom Rondeau2011-04-099-7/+1344
* | gr-digital: formatting constellation block for our style; adding 8PSK constel...Tom Rondeau2011-04-082-69/+193
* | gr-digital: updating build for consetellation object move.Tom Rondeau2011-04-0810-201/+189
* | gr-digital: moved consetellation object into gr-digital space.Tom Rondeau2011-04-083-0/+0
* | gr-digital: Updated Costas loop QA to work with all tests wth new API.Tom Rondeau2011-04-081-37/+24
* | Merge branch 'constell_obj' into 8pskTom Rondeau2011-04-0877-1054/+4313
|\ \
| * \ Merge branch 'master' into constell_objTom Rondeau2011-04-08307-6300/+8207
| |\ \
| | * \ Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-04-072-2/+12
| | |\ \
| | | * | grc: added python checks for weird python interpretersJosh Blum2011-04-071-1/+11
| | | * | grc: fix for generating top block when in run to completion modeJosh Blum2011-04-071-1/+1
| | * | | core: missed a line in the Makefile for int_to_float.Tom Rondeau2011-04-071-0/+1
| | * | | core: adding QA code for int_to_float block.Tom Rondeau2011-04-073-5/+55
| | * | | core: adding a type converter - int -> float.Tom Rondeau2011-04-075-0/+144
| | * | | volk: adding missing boost library flags for alternative installs of boost libs.Tom Rondeau2011-04-061-1/+1
| | |/ /
| * | | Fixed to make compatible with python 2.4Ben Reynwar2011-02-272-8/+11
| * | | Updated copyright notice dates.Ben Reynwar2011-02-2723-25/+84
| * | | Minor bug fixes (from last two commits)Ben Reynwar2011-02-272-14/+2
| * | | Merge branch 'next' into constell_objBen Reynwar2011-02-27323-13377/+2794
| |\ \ \
| * | | | Removing docstring generation from this branch.Ben Reynwar2011-02-2742-41315/+25
| * | | | Added testing module for constellation_receiver.Ben Reynwar2011-02-272-42/+190
| * | | | Added utility python sequence comparison scripts for use in testing.Ben Reynwar2011-02-272-0/+140
| * | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers co...Ben Reynwar2011-02-2010-122/+334
| * | | | Added constellation object unit test.Ben Reynwar2011-02-132-0/+173
| * | | | Fixing bugs in qam.py.Ben Reynwar2011-02-131-9/+7
| * | | | Added rotational symmetry info to gr_constellation.Ben Reynwar2011-02-133-15/+41
| * | | | Added gr_constellation_decoder2_cb block.Ben Reynwar2011-02-135-0/+167
| * | | | Changed constellation objects so that codings besides gray code can be used.Ben Reynwar2011-02-099-86/+142
| * | | | Added tests to qa_trellis.py.Ben Reynwar2011-02-061-28/+91
| * | | | Added comments to fsm.hBen Reynwar2011-02-061-2/+98
| * | | | Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_...Ben Reynwar2011-02-0611-5/+252
| * | | | Forgot to add qpsk.py in last commit.Ben Reynwar2011-02-011-0/+79
| * | | | Added QPSK constellation object.Ben Reynwar2011-01-315-3/+72
| * | | | Tidied qam.pyBen Reynwar2011-01-311-2/+0
| * | | | Added BPSK constellation object.Ben Reynwar2011-01-315-15/+171
| * | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar2011-01-306-2/+537
| * | | | Modified python level OFDM to use constellation object.Ben Reynwar2011-01-301-43/+32
| * | | | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-3019-237/+2292
| * | | | Merged upstream from nextBen Reynwar2011-01-30846-7307/+50781
| |\ \ \ \
| * | | | | Minor changes to a benchmark example in gnuradio-examples/python/digital.Ben Reynwar2011-01-271-4/+21
| * | | | | Minor typo in comments.Ben Reynwar2011-01-271-1/+1
| * | | | | Fixed minor bug in fsm.cc for fsms with 1 state.Ben Reynwar2011-01-231-1/+1
| * | | | | Added support for PSK to generic modulation.Ben Reynwar2011-01-209-115/+495
| * | | | | Tidied QAM modulation.Ben Reynwar2011-01-144-93/+75