| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: added cmake support for moved grc files and examples | Josh Blum | 2011-09-16 | 2 | -1/+13 |
* | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-15 | 18 | -36/+620 |
|\ |
|
| * | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested and... | Tom Rondeau | 2011-09-13 | 4 | -2/+313 |
| * | digital: moving more examples from gnuradio-examples to gr-digital and added ... | Tom Rondeau | 2011-09-13 | 3 | -2/+131 |
| * | digital: modifying example dir gitignore to ignore any generated samle files. | Tom Rondeau | 2011-09-13 | 1 | -0/+6 |
| * | digital: psk and dxpsk GRC blocks working. | Tom Rondeau | 2011-09-13 | 3 | -19/+9 |
| * | digital: fixed GRC blocks for blocks moved to gr-digital. | Tom Rondeau | 2011-09-12 | 8 | -13/+161 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-05 | 49 | -862/+1525 |
|\| |
|
| * | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and r... | Tom Rondeau | 2011-09-01 | 4 | -1/+150 |
| * | Fixing GRC files for new API to loop blocks. | Tom Rondeau | 2011-09-01 | 1 | -9/+3 |
| * | digital: adding CPM C++ hier block, which adds a hier directory to gr-digital... | Tom Rondeau | 2011-09-01 | 16 | -84/+367 |
| * | digital: added gitignore file to hier dir. | Tom Rondeau | 2011-08-30 | 1 | -0/+2 |
| * | digital: fixed up build to make libdigital_hier.la; does not swig or get buil... | Tom Rondeau | 2011-08-30 | 2 | -0/+73 |
| * | digital: moved newly added CPM and GMSK hier blocks to gr-digital. | Tom Rondeau | 2011-08-30 | 7 | -1/+346 |
| * | digital: adding GMSK as a modulation type. Updated to use PFB-based clock rec... | Tom Rondeau | 2011-08-30 | 2 | -64/+43 |
| * | digital: minor formatting fixes. | Tom Rondeau | 2011-08-30 | 1 | -2/+2 |
| * | digital: fixing a few things left out in conversion to gri_control_loop child... | Tom Rondeau | 2011-08-30 | 4 | -29/+4 |
| * | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | 2011-08-30 | 10 | -435/+165 |
| |\ |
|
| | * | digital: converted mpsk_receiver to use gri_control_loop parent class. Update... | Tom Rondeau | 2011-08-30 | 4 | -86/+36 |
| | * | digital: formatting comments for line length. | Tom Rondeau | 2011-08-30 | 1 | -51/+70 |
| | * | digital: made other QA codes executable | Tom Rondeau | 2011-08-30 | 4 | -0/+0 |
| | * | digital: converted FLL block to use gri_control_loop parent class. | Tom Rondeau | 2011-08-30 | 3 | -261/+7 |
| | * | digital: reformatting documentation for line length. | Tom Rondeau | 2011-08-30 | 1 | -50/+65 |
| * | | digital: adding a script to add channel conditions to a saved file and output... | Tom Rondeau | 2011-08-30 | 1 | -0/+101 |
| |/ |
|
| * | digital: fixing qa code to test new dqpsk; a few minor formatting changes. | Tom Rondeau | 2011-08-29 | 3 | -7/+13 |
| * | digital: fixed qpsk modulators to enable dqpsk. | Tom Rondeau | 2011-08-29 | 2 | -23/+13 |
| * | digital: created a separate DQPSK constellation that does not gray code insid... | Tom Rondeau | 2011-08-29 | 3 | -23/+162 |
| * | digital: wip: dqpsk needs work. | Tom Rondeau | 2011-08-27 | 1 | -5/+18 |
| * | digital: working on adding a dqpsk modulation block. | Tom Rondeau | 2011-08-27 | 1 | -0/+69 |
| * | digital: updating constellation receiver's QA code. | Tom Rondeau | 2011-08-27 | 1 | -7/+5 |
| * | digital: made digital constellation receiver a child of the second order cont... | Tom Rondeau | 2011-08-27 | 2 | -268/+9 |
* | | small tweaks for windows building | Josh Blum | 2011-08-17 | 1 | -1/+1 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-08-17 | 32 | -290/+1813 |
|\| |
|
| * | digital: cleaned up Costas loop code by switching over to the gri_control_loo... | Tom Rondeau | 2011-08-14 | 4 | -317/+13 |
| * | digital: fixing naming of logging files. | Tom Rondeau | 2011-08-10 | 1 | -9/+9 |
| * | Cleaning up; adding a different dbpsk that uses differential coding. The norm... | Tom Rondeau | 2011-08-10 | 6 | -43/+115 |
| * | digital: updated constellation receiver to use loop bandwidth and damping fac... | Tom Rondeau | 2011-08-10 | 5 | -52/+274 |
| * | digital: fixing up receiver code. Almost there... | Tom Rondeau | 2011-08-09 | 4 | -18/+18 |
| * | digital: setting up receive path to use new timing loop API, FLL API, new gai... | Tom Rondeau | 2011-08-09 | 6 | -52/+48 |
| * | digital: fixed complex M&M to output the error signal as a float. Also change... | Tom Rondeau | 2011-08-09 | 1 | -4/+4 |
| * | digital: added M&M clock recovery loop as an option to compare against polyph... | Tom Rondeau | 2011-08-09 | 1 | -71/+125 |
| * | digital: adding a timing offset example. | Tom Rondeau | 2011-08-08 | 1 | -0/+157 |
| * | digital: update documentation. | Tom Rondeau | 2011-07-30 | 1 | -5/+2 |
| * | digital: Add a costas loop example program. Updates FLL example program to in... | Tom Rondeau | 2011-07-30 | 2 | -2/+121 |
| * | digital: updated Costas loop again. The damping factor is now set by default ... | Tom Rondeau | 2011-07-30 | 4 | -55/+271 |
| * | digital: better behavior of FLL code and added gets and sets for the frequenc... | Tom Rondeau | 2011-07-30 | 3 | -28/+112 |
| * | digital: cut down number of samples in constellation_receiver QA code to make... | Tom Rondeau | 2011-07-30 | 1 | -1/+1 |
| * | digtial: Added an example script to show/test the behavior of the FLL. | Tom Rondeau | 2011-07-30 | 2 | -0/+126 |
| * | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ne... | Tom Rondeau | 2011-07-30 | 3 | -3/+88 |
| * | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | 2011-07-30 | 6 | -0/+693 |