Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | 2011-07-19 | 1 | -369/+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 Rondeau | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Making old and new digital modulations completely seperable by adding ↵ | Tom Rondeau | 2010-03-14 | 1 | -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 digital | Tom Rondeau | 2010-03-13 | 1 | -7/+7 |
|\ | | | | | | | | | Conflicts: gnuradio-examples/python/digital/benchmark_qt_rx2.py | ||||
| * | Using better defaults for new FLL implementation. | Tom Rondeau | 2010-03-06 | 1 | -7/+7 |
| | | |||||
* | | Fixing logging in new DBPSK and DQPSK. | Tom Rondeau | 2010-02-27 | 1 | -6/+4 |
|/ | |||||
* | Setting up code to handle setting of samples per symbol properly. Still ↵ | Tom Rondeau | 2010-02-08 | 1 | -2/+2 |
| | | | | buggy in the transmitter due to the make packet padding to 512 bytes. | ||||
* | Fixing DQPSK block to work with any real value samples per symbol and ↵ | Tom | 2010-02-01 | 1 | -0/+1 |
| | | | | getting object names the same as DBPSK block. | ||||
* | Using PFB resampler to do the RRC filtering on the modulator. This along ↵ | Tom | 2010-01-31 | 1 | -16/+11 |
| | | | | with the PFB clock recovery in the demod block allows arbitrary real numbers for the number of samples per symbol. We will have to chance the transmit and recieve path code in the examples to take advantage of this. | ||||
* | Adding FLL correction to DQPSK2 block. | Tom | 2010-01-17 | 1 | -1/+3 |
| | |||||
* | Printing FLL gain value in verbose mode. | Tom | 2010-01-02 | 1 | -0/+1 |
| | |||||
* | Adding FLL to DBPSK demodulator block. Need OTA testing. | Tom | 2009-12-20 | 1 | -13/+28 |
| | |||||
* | added sync output port to dxpsk2 demod | Josh Blum | 2009-11-25 | 1 | -8/+14 |
| | |||||
* | Fixing initialization of timing gains. Alpha should be < 1, and beta should ↵ | Tom Rondeau | 2009-10-12 | 1 | -9/+4 |
| | | | | be << 1. | ||||
* | Minor fixes for logging. | Tom Rondeau | 2009-10-12 | 1 | -3/+5 |
| | |||||
* | Working DBPSK implementation with new PFB clock recovery block. The ↵ | Tom Rondeau | 2009-10-12 | 1 | -7/+8 |
| | | | | feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32. | ||||
* | Adding new DBPSK block with new PFB clock recovery alg. | Tom | 2009-10-09 | 1 | -0/+353 |