| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Setting up code to handle setting of samples per symbol properly. Still buggy... | Tom Rondeau | 2010-02-08 | 4 | -15/+17 |
* | Adding a pick bitrate calculation for new tx/rx modulators with arbitrary sam... | Tom Rondeau | 2010-02-08 | 3 | -15/+84 |
* | Changing Makefile so the new PAM examples are installed | Tom | 2010-02-01 | 1 | -1/+3 |
* | Minor adjustments to FLL example | Tom | 2010-02-01 | 1 | -40/+40 |
* | Simplifying and using PFB resampler to generate pusle shape filtered signal. | Tom | 2010-02-01 | 1 | -341/+261 |
* | Using PFB resampler to generate the pulse shaping filtered signal. | Tom | 2010-02-01 | 1 | -344/+264 |
* | Preventing an error message by casting an integer (0) to the requested float. | Tom | 2010-01-31 | 1 | -1/+1 |
* | Doing the same with the resampler on the receiver side. | Tom | 2010-01-17 | 1 | -1/+13 |
* | Playing with using the resampler to allow any bit rate requested. | Tom Rondeau | 2010-01-17 | 1 | -2/+13 |
* | Fixing up loopback benchmark program for new DBPSK receiver. | Tom | 2010-01-02 | 3 | -308/+327 |
* | UIC files to go along with previous commit (for QT receiver code). | Tom | 2010-01-02 | 2 | -0/+558 |
* | Adding a routine to exercise the new DBPSK receiver code with the QT GUI. | Tom | 2010-01-02 | 1 | -0/+474 |
* | Adding FLL to QT loopback example. | Tom | 2009-12-20 | 3 | -268/+267 |
* | Adding new GRC examples for using FLL block. | Tom | 2009-12-15 | 2 | -0/+3145 |
* | added a gain slider | Matt Ettus | 2009-12-03 | 1 | -162/+254 |
* | updated tx example | Josh Blum | 2009-12-03 | 1 | -24/+24 |
* | created dpsk demo with usrps | Josh Blum | 2009-11-25 | 3 | -0/+1220 |
* | core: added gr.pfb_clock_sync_fff based on _ccf version, updated example | Johnathan Corgan | 2009-10-31 | 1 | -345/+389 |
* | This splits the rate into a fractional an integer value, which allows the loo... | Tom Rondeau | 2009-10-12 | 1 | -349/+409 |
* | Fixing import of UI file. | Tom Rondeau | 2009-10-12 | 1 | -3/+3 |
* | Temporary working dbpsk2 example until we match everything. | Tom Rondeau | 2009-10-12 | 3 | -0/+1386 |
* | Starting to rework QT app to control new PFB clock recovery alg. | Tom | 2009-10-09 | 1 | -21/+15 |
* | Revert "More additions to PAM timing simulation." | Tom | 2009-10-09 | 1 | -137/+52 |
* | More additions to PAM timing simulation. | Tom | 2009-10-09 | 1 | -52/+137 |
* | Using 2-PAM by default. | Tom | 2009-10-09 | 1 | -2/+2 |
* | Cleaning up GRC PAM timing example and adding ability to do M-ary PAM. | Tom | 2009-10-09 | 1 | -665/+344 |
* | Working on allowing fractional samples per symbol. | Tom | 2009-10-08 | 1 | -352/+430 |
* | Adding channel model to simulation to test frequency offset. | Tom | 2009-10-07 | 1 | -408/+675 |
* | Adding imaginary stream to PAM demo to test IQ sync. Also properly setting be... | Tom | 2009-10-07 | 1 | -287/+484 |
* | Clipping the rate of the clock recovery helps track large changes. | Tom | 2009-10-07 | 1 | -71/+71 |
* | Adding better scope sink defaults. | Tom | 2009-10-06 | 1 | -61/+61 |
* | Fixing previous checkin | Tom | 2009-10-06 | 1 | -56/+56 |
* | Adding accessor functions for both alpha and beta. | Tom | 2009-10-06 | 1 | -118/+255 |
* | Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync | Matt Ettus | 2009-10-06 | 22 | -2/+9024 |
|\ |
|
| * | removed unused git ignores | Josh Blum | 2009-10-06 | 5 | -10/+0 |
| * | moved grc examples to gnuradio-examples/grc | Josh Blum | 2009-10-06 | 27 | -2/+9034 |
* | | progress | Matt Ettus | 2009-10-06 | 1 | -41/+171 |
* | | added more ports | Matt Ettus | 2009-10-06 | 1 | -113/+148 |
* | | with frac delay | Matt Ettus | 2009-10-06 | 1 | -140/+365 |
|/ |
|
* | no timing recovery yet, but creates RRC-PAM | Matt Ettus | 2009-10-06 | 1 | -0/+616 |
* | Merge branch 'master' into sync | Tom | 2009-10-06 | 6 | -367/+3 |
|\ |
|
| * | updated digital to use installed usrp options | Josh Blum | 2009-09-09 | 6 | -367/+3 |
* | | Working with PFB clock recovery block. | Tom | 2009-10-06 | 1 | -8/+17 |
* | | Updating display for better viewing on small screens | Tom | 2009-10-06 | 2 | -429/+424 |
|/ |
|
* | Added blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | 2009-08-23 | 2 | -0/+601 |
* | Added missing .gitignore | git | 2009-08-15 | 1 | -0/+2 |
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 18 | -0/+135 |
* | Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filte... | trondeau | 2009-08-12 | 7 | -0/+995 |
* | Fixing bug in setting SNR3.3git | trondeau | 2009-07-31 | 1 | -1/+1 |
* | Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into tr... | jcorgan | 2009-07-28 | 12 | -5/+49 |