| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: fixing qa code; adding (untested) GRC block for DxPSK demods. | Tom Rondeau | 2011-05-08 | 2 | -1/+167 |
* | Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk | Tom Rondeau | 2011-05-08 | 3 | -16/+23 |
|\ |
|
| * | Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk | Tom Rondeau | 2011-05-08 | 152 | -1625/+10742 |
| |\ |
|
| * | | gr-digital: updatign QA code to new interface of Costas Loop. | Tom Rondeau | 2011-03-30 | 1 | -39/+21 |
| * | | gr-digital: cleaning up and commenting. | Tom Rondeau | 2011-03-30 | 2 | -17/+24 |
* | | | gr-digital: bumping up the signal amplitude into the costas loop for the 8PSK... | Tom Rondeau | 2011-04-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital. | Tom Rondeau | 2011-04-09 | 5 | -7/+33 |
* | | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ... | Tom Rondeau | 2011-04-09 | 9 | -7/+1344 |
* | | gr-digital: formatting constellation block for our style; adding 8PSK constel... | Tom Rondeau | 2011-04-08 | 2 | -69/+193 |
* | | gr-digital: updating build for consetellation object move. | Tom Rondeau | 2011-04-08 | 10 | -201/+189 |
* | | gr-digital: moved consetellation object into gr-digital space. | Tom Rondeau | 2011-04-08 | 3 | -0/+0 |
* | | gr-digital: Updated Costas loop QA to work with all tests wth new API. | Tom Rondeau | 2011-04-08 | 1 | -37/+24 |
* | | Merge branch 'constell_obj' into 8psk | Tom Rondeau | 2011-04-08 | 77 | -1054/+4313 |
|\ \ |
|
| * \ | Merge branch 'master' into constell_obj | Tom Rondeau | 2011-04-08 | 307 | -6300/+8207 |
| |\ \ |
|
| | * \ | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2011-04-07 | 2 | -2/+12 |
| | |\ \ |
|
| | | * | | grc: added python checks for weird python interpreters | Josh Blum | 2011-04-07 | 1 | -1/+11 |
| | | * | | grc: fix for generating top block when in run to completion mode | Josh Blum | 2011-04-07 | 1 | -1/+1 |
| | * | | | core: missed a line in the Makefile for int_to_float. | Tom Rondeau | 2011-04-07 | 1 | -0/+1 |
| | * | | | core: adding QA code for int_to_float block. | Tom Rondeau | 2011-04-07 | 3 | -5/+55 |
| | * | | | core: adding a type converter - int -> float. | Tom Rondeau | 2011-04-07 | 5 | -0/+144 |
| | * | | | volk: adding missing boost library flags for alternative installs of boost libs. | Tom Rondeau | 2011-04-06 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Fixed to make compatible with python 2.4 | Ben Reynwar | 2011-02-27 | 2 | -8/+11 |
| * | | | Updated copyright notice dates. | Ben Reynwar | 2011-02-27 | 23 | -25/+84 |
| * | | | Minor bug fixes (from last two commits) | Ben Reynwar | 2011-02-27 | 2 | -14/+2 |
| * | | | Merge branch 'next' into constell_obj | Ben Reynwar | 2011-02-27 | 323 | -13377/+2794 |
| |\ \ \ |
|
| * | | | | Removing docstring generation from this branch. | Ben Reynwar | 2011-02-27 | 42 | -41315/+25 |
| * | | | | Added testing module for constellation_receiver. | Ben Reynwar | 2011-02-27 | 2 | -42/+190 |
| * | | | | Added utility python sequence comparison scripts for use in testing. | Ben Reynwar | 2011-02-27 | 2 | -0/+140 |
| * | | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers co... | Ben Reynwar | 2011-02-20 | 10 | -122/+334 |
| * | | | | Added constellation object unit test. | Ben Reynwar | 2011-02-13 | 2 | -0/+173 |
| * | | | | Fixing bugs in qam.py. | Ben Reynwar | 2011-02-13 | 1 | -9/+7 |
| * | | | | Added rotational symmetry info to gr_constellation. | Ben Reynwar | 2011-02-13 | 3 | -15/+41 |
| * | | | | Added gr_constellation_decoder2_cb block. | Ben Reynwar | 2011-02-13 | 5 | -0/+167 |
| * | | | | Changed constellation objects so that codings besides gray code can be used. | Ben Reynwar | 2011-02-09 | 9 | -86/+142 |
| * | | | | Added tests to qa_trellis.py. | Ben Reynwar | 2011-02-06 | 1 | -28/+91 |
| * | | | | Added comments to fsm.h | Ben Reynwar | 2011-02-06 | 1 | -2/+98 |
| * | | | | Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_... | Ben Reynwar | 2011-02-06 | 11 | -5/+252 |
| * | | | | Forgot to add qpsk.py in last commit. | Ben Reynwar | 2011-02-01 | 1 | -0/+79 |
| * | | | | Added QPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -3/+72 |
| * | | | | Tidied qam.py | Ben Reynwar | 2011-01-31 | 1 | -2/+0 |
| * | | | | Added BPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -15/+171 |
| * | | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object. | Ben Reynwar | 2011-01-30 | 6 | -2/+537 |
| * | | | | Modified python level OFDM to use constellation object. | Ben Reynwar | 2011-01-30 | 1 | -43/+32 |
| * | | | | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 19 | -237/+2292 |
| * | | | | Merged upstream from next | Ben Reynwar | 2011-01-30 | 846 | -7307/+50781 |
| |\ \ \ \ |
|
| * | | | | | Minor changes to a benchmark example in gnuradio-examples/python/digital. | Ben Reynwar | 2011-01-27 | 1 | -4/+21 |
| * | | | | | Minor typo in comments. | Ben Reynwar | 2011-01-27 | 1 | -1/+1 |
| * | | | | | Fixed minor bug in fsm.cc for fsms with 1 state. | Ben Reynwar | 2011-01-23 | 1 | -1/+1 |
| * | | | | | Added support for PSK to generic modulation. | Ben Reynwar | 2011-01-20 | 9 | -115/+495 |
| * | | | | | Tidied QAM modulation. | Ben Reynwar | 2011-01-14 | 4 | -93/+75 |