summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blks2impl/dbpsk2.py
Commit message (Expand)AuthorAgeFilesLines
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau2011-07-191-369/+0
* Fixing copyright dates.Tom Rondeau2010-03-141-1/+1
* Making old and new digital modulations completely seperable by adding modulat...Tom Rondeau2010-03-141-20/+20
* Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau2010-03-131-7/+7
|\
| * Using better defaults for new FLL implementation.Tom Rondeau2010-03-061-7/+7
* | Fixing logging in new DBPSK and DQPSK.Tom Rondeau2010-02-271-6/+4
|/
* Setting up code to handle setting of samples per symbol properly. Still buggy...Tom Rondeau2010-02-081-2/+2
* Fixing DQPSK block to work with any real value samples per symbol and getting...Tom2010-02-011-0/+1
* Using PFB resampler to do the RRC filtering on the modulator. This along with...Tom2010-01-311-16/+11
* Adding FLL correction to DQPSK2 block.Tom2010-01-171-1/+3
* Printing FLL gain value in verbose mode.Tom2010-01-021-0/+1
* Adding FLL to DBPSK demodulator block. Need OTA testing.Tom2009-12-201-13/+28
* added sync output port to dxpsk2 demodJosh Blum2009-11-251-8/+14
* Fixing initialization of timing gains. Alpha should be < 1, and beta should b...Tom Rondeau2009-10-121-9/+4
* Minor fixes for logging.Tom Rondeau2009-10-121-3/+5
* Working DBPSK implementation with new PFB clock recovery block. The feedforwa...Tom Rondeau2009-10-121-7/+8
* Adding new DBPSK block with new PFB clock recovery alg.Tom2009-10-091-0/+353