summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau2011-07-191-377/+0
| | | | code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes.
* Fixing copyright dates.Tom Rondeau2010-03-141-1/+1
|
* Making old and new digital modulations completely seperable by adding ↵Tom Rondeau2010-03-141-20/+20
| | | | modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity.
* Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau2010-03-131-1/+1
|\ | | | | | | | | Conflicts: gnuradio-examples/python/digital/benchmark_qt_rx2.py
| * Using better defaults for new FLL implementation.Tom Rondeau2010-03-061-1/+1
| |
* | Fixing logging in new DBPSK and DQPSK.Tom Rondeau2010-02-271-6/+4
|/
* Fixing a few bugs in handling of real samples per symbol.Tom Rondeau2010-02-261-3/+3
|
* Fixing DQPSK block to work with any real value samples per symbol and ↵Tom2010-02-011-11/+12
| | | | getting object names the same as DBPSK block.
* Adding FLL correction to DQPSK2 block.Tom2010-01-171-10/+29
|
* added sync output port to dxpsk2 demodJosh Blum2009-11-251-4/+10
|
* Fixing initialization of timing gains. Alpha should be < 1, and beta should ↵Tom Rondeau2009-10-121-9/+4
| | | | be << 1.
* Adding DQPSK version that uses the PFB timing sync block (dqpsk2).Tom Rondeau2009-10-121-0/+358