| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-08-17 | 49 | -823/+2621 |
|\ |
|
| * | digital: cleaned up Costas loop code by switching over to the gri_control_loo... | Tom Rondeau | 2011-08-14 | 4 | -317/+13 |
| * | Convering the PLL refout block to use the gri_control_loop class to take care... | Tom Rondeau | 2011-08-14 | 3 | -31/+22 |
| * | Adding a control_loop class that takes care of setting the loop gains and the... | Tom Rondeau | 2011-08-14 | 5 | -0/+446 |
| * | digital: fixing naming of logging files. | Tom Rondeau | 2011-08-10 | 1 | -9/+9 |
| * | fixing constellation plotter to gracefully handle the end of a file. | Tom Rondeau | 2011-08-10 | 1 | -9/+18 |
| * | 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: reworking pfb_clock_sync block for better construction of diff taps,... | Tom Rondeau | 2011-08-08 | 3 | -47/+88 |
| * | updating PFB clock sync to use loop bandwidth and damping factor instead of s... | Tom Rondeau | 2011-07-30 | 3 | -43/+231 |
| * | 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 |
| * | digital: moved fll_band_edge out of gnruadio-core. | Tom Rondeau | 2011-07-30 | 6 | -693/+0 |
| * | core: made significant improvements in FLL algorithm. Now converges very nicely. | Tom Rondeau | 2011-07-30 | 3 | -93/+384 |
* | | Merge branch 'next' into digital | Josh Blum | 2011-08-02 | 16 | -30/+21 |
|\ \ |
|
| * | | core: dont set boost vars for gnuradio-core.pc | Josh Blum | 2011-08-02 | 1 | -13/+0 |
| * | | cmake: language tweak for component group description | Josh Blum | 2011-08-02 | 13 | -13/+13 |
| * | | cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use li... | Josh Blum | 2011-08-02 | 1 | -1/+1 |
| * | | cmake: tweaks + fixes for components/packaging | Josh Blum | 2011-07-29 | 4 | -5/+9 |
* | | | gruel: fix for merge conflict verbose that got saved | Josh Blum | 2011-07-29 | 1 | -2/+0 |
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-07-28 | 93 | -4144/+1526 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | digital: reworking code so digital examples work. BPSK seems to work fine off... | Tom Rondeau | 2011-07-26 | 14 | -68/+105 |
| * | digital: reworking code so digital examples work. BPSK seems to work fine off... | Tom Rondeau | 2011-07-25 | 1 | -0/+124 |
| * | digital: updates to build for gr-digital examples. | Tom Rondeau | 2011-07-24 | 2 | -1/+6 |
| * | digital: working digital transmit benchmark script to file. | Tom Rondeau | 2011-07-24 | 5 | -0/+428 |
| * | digital: modifications to make Python scripts in digital usable. | Tom Rondeau | 2011-07-24 | 6 | -9/+14 |
| * | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | 2011-07-24 | 14 | -855/+118 |
| * | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau | 2011-07-24 | 11 | -79/+201 |
| * | digital: rename QA test to represent the function we are testing. | Tom Rondeau | 2011-07-24 | 1 | -2/+2 |
| * | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for... | Tom Rondeau | 2011-07-24 | 11 | -35/+96 |
| * | digital: adding QA code for LMS DD equalizer. | Tom Rondeau | 2011-07-24 | 1 | -0/+53 |
| * | digital: made clock recovery QA code executable. | Tom Rondeau | 2011-07-24 | 1 | -0/+0 |
| * | digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ex... | Tom Rondeau | 2011-07-24 | 2 | -4/+4 |
| * | digital: added some QA tests for the clock_recovery_mm block. | Tom Rondeau | 2011-07-24 | 3 | -0/+181 |
| * | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 12 | -58/+55 |
| * | digital: using new psk2 to build the constellation and no longer use blks2 | Tom Rondeau | 2011-07-21 | 1 | -4/+4 |
| * | digital: removed LMS and CMA equalizers from core that are supplanted in gr-d... | Tom Rondeau | 2011-07-20 | 19 | -637/+6 |
| * | digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig... | Tom Rondeau | 2011-07-19 | 6 | -384/+0 |
| * | digital: removed references to modulators that were moved to gr-digital. | Tom Rondeau | 2011-07-19 | 1 | -6/+0 |