summaryrefslogtreecommitdiff
path: root/gr-digital/python/qam.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-281-18/+27
|\ | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py
| * docs: Formatted python docstrings for sphinx docs.Ben Reynwar2012-08-131-18/+27
| |
* | digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-121-3/+3
|/
* Fully gray-coding QAM constellations.Ben Reynwar2012-04-301-4/+10
|
* digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau2011-10-121-4/+4
| | | | using it.
* digital: OFDM using new psk and qam modules for constellations. Also, ↵Tom Rondeau2011-10-121-1/+3
| | | | psk2->psk updated in all files and examples.
* Cleaning up; adding a different dbpsk that uses differential coding. The ↵Tom Rondeau2011-08-101-2/+2
| | | | normal bpsk is non-differential by default, but can be set to use differential with the right flag.
* digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau2011-07-261-5/+2
| | | | offline.
* fixing build for constellation code. Had to make some changes to the qa code ↵Tom Rondeau2011-07-121-3/+7
| | | | to import the right stuff after being changed from sitting in gnuradio-core.
* Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-111-0/+226