summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-014-33/+15
* digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau2011-09-0118-86/+299
* digital: added gitignore file to hier dir.Tom Rondeau2011-08-301-0/+2
* digital: fixed up build to make libdigital_hier.la; does not swig or get buil...Tom Rondeau2011-08-304-10/+76
* digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau2011-08-308-60/+79
* Merge remote branch 'mbant/cpm' into digitalTom Rondeau2011-08-3021-4/+1072
|\
| * fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun2010-12-106-9/+10
| * fixed some XML glitchesMartin Braun2010-12-102-5/+5
| * Forgot to add GRC blocks to block_tree, fixedMartin Braun2010-12-101-0/+2
| * Added GRC blocks to MakefileMartin Braun2010-12-102-8/+10
| * updated doxygen blocks, changed param order for gmskMartin Braun2010-12-106-76/+73
| * All CPM stuff included (C++/GRC/Python), tests passMartin Braun2010-12-0913-15/+356
| * more elaborate checks, they also work nowMartin Braun2010-12-092-15/+53
| * CPM make checksMartin Braun2010-12-0810-61/+73
| * first version of CPM codeMartin Braun2010-12-0810-5/+680
* | digital: adding GMSK as a modulation type. Updated to use PFB-based clock rec...Tom Rondeau2011-08-302-64/+43
* | digital: minor formatting fixes.Tom Rondeau2011-08-301-2/+2
* | digital: fixing a few things left out in conversion to gri_control_loop child...Tom Rondeau2011-08-304-29/+4
* | Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau2011-08-3010-435/+165
|\ \
| * | digital: converted mpsk_receiver to use gri_control_loop parent class. Update...Tom Rondeau2011-08-304-86/+36
| * | digital: formatting comments for line length.Tom Rondeau2011-08-301-51/+70
| * | digital: made other QA codes executableTom Rondeau2011-08-304-0/+0
| * | digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau2011-08-303-261/+7
| * | digital: reformatting documentation for line length.Tom Rondeau2011-08-301-50/+65
* | | digital: adding a script to add channel conditions to a saved file and output...Tom Rondeau2011-08-301-0/+101
|/ /
* | Updating QA code for PLL blocks. Setting gains using new loop bw concept chan...Tom Rondeau2011-08-294-316/+312
* | Updating all three PLL blocks to use new control_loop parent class.Tom Rondeau2011-08-299-76/+81
* | digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau2011-08-293-7/+13
* | digital: fixed qpsk modulators to enable dqpsk.Tom Rondeau2011-08-292-23/+13
* | digital: created a separate DQPSK constellation that does not gray code insid...Tom Rondeau2011-08-293-23/+162
* | digital: wip: dqpsk needs work.Tom Rondeau2011-08-271-5/+18
* | digital: working on adding a dqpsk modulation block.Tom Rondeau2011-08-271-0/+69
* | digital: updating constellation receiver's QA code.Tom Rondeau2011-08-271-7/+5
* | digital: made digital constellation receiver a child of the second order cont...Tom Rondeau2011-08-272-268/+9
* | utils: fixed typoTom Rondeau2011-08-221-1/+1
* | digital: cleaned up Costas loop code by switching over to the gri_control_loo...Tom Rondeau2011-08-144-317/+13
* | Convering the PLL refout block to use the gri_control_loop class to take care...Tom Rondeau2011-08-143-31/+22
* | Adding a control_loop class that takes care of setting the loop gains and the...Tom Rondeau2011-08-145-0/+446
* | digital: fixing naming of logging files.Tom Rondeau2011-08-101-9/+9
* | fixing constellation plotter to gracefully handle the end of a file.Tom Rondeau2011-08-101-9/+18
* | Cleaning up; adding a different dbpsk that uses differential coding. The norm...Tom Rondeau2011-08-106-43/+115
* | digital: updated constellation receiver to use loop bandwidth and damping fac...Tom Rondeau2011-08-105-52/+274
* | digital: fixing up receiver code. Almost there...Tom Rondeau2011-08-094-18/+18
* | digital: setting up receive path to use new timing loop API, FLL API, new gai...Tom Rondeau2011-08-096-52/+48
* | digital: fixed complex M&M to output the error signal as a float. Also change...Tom Rondeau2011-08-091-4/+4
* | digital: added M&M clock recovery loop as an option to compare against polyph...Tom Rondeau2011-08-091-71/+125
* | digital: adding a timing offset example.Tom Rondeau2011-08-081-0/+157
* | digital: reworking pfb_clock_sync block for better construction of diff taps,...Tom Rondeau2011-08-083-47/+88
* | updating PFB clock sync to use loop bandwidth and damping factor instead of s...Tom Rondeau2011-07-303-43/+231
* | digital: update documentation.Tom Rondeau2011-07-301-5/+2