| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | 2010-05-23 | 6 | -51/+71 |
|\ |
|
| * | Rework UDP source and sink, with incompatible API changes | Don Ward | 2010-05-04 | 6 | -52/+69 |
| * | Updates to udp source/sink (select(), wait, cleanup) | Don Ward | 2010-04-30 | 1 | -3/+6 |
* | | Fixing up GUI windows to better scale with gtgui sinks. | Tom Rondeau | 2010-05-11 | 8 | -1410/+1196 |
* | | Fixing benchmark loopback to work with new v2's of modulators. | Tom Rondeau | 2010-05-11 | 1 | -1/+1 |
* | | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ... | Tom Rondeau | 2010-05-10 | 1 | -14/+17 |
|/ |
|
* | New matplotlib does the fftshift for us when doing mlab.psd. This makes the f... | Tom Rondeau | 2010-04-15 | 1 | -2/+2 |
* | Fixing copyright of a couple of stragglers. | Tom Rondeau | 2010-03-14 | 2 | -1/+21 |
* | Fixing copyright dates. | Tom Rondeau | 2010-03-14 | 5 | -5/+5 |
* | Making old and new digital modulations completely seperable by adding modulat... | Tom Rondeau | 2010-03-14 | 4 | -14/+14 |
* | Merge branch 'digital' of vps.gnuradio.org:trondeau into digital | Tom Rondeau | 2010-03-13 | 3 | -1/+237 |
|\ |
|
| * | Merge branch 'digital' of git@gnuradio.org:trondeau into digital | Tom Rondeau | 2010-03-13 | 5 | -217/+229 |
| |\ |
|
| * | | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk o... | Tom Rondeau | 2010-03-13 | 3 | -1/+237 |
| * | | Fixing use of pick_bitrate2 in QT Rx2. | Tom Rondeau | 2010-02-27 | 1 | -0/+1 |
* | | | Fixing call to usrp_receive_path2. | Tom Rondeau | 2010-03-13 | 2 | -3/+2 |
* | | | Adding version 2 of receive path so as not to affect old dbpsk and dqpsk oper... | Tom Rondeau | 2010-03-13 | 4 | -1/+213 |
| |/
|/| |
|
* | | Changing FLL parameter range for use with new code. | Tom Rondeau | 2010-03-06 | 2 | -216/+216 |
* | | Small fixes for loopback with new code. | Tom Rondeau | 2010-03-06 | 2 | -0/+12 |
* | | Fixing how new pick_bitrate is used. | Tom Rondeau | 2010-03-06 | 1 | -0/+1 |
|/ |
|
* | Fixing a few bugs in handling of real samples per symbol. | Tom Rondeau | 2010-02-26 | 3 | -5/+4 |
* | Fixes pick_bitrate2 for use on receiver side. | Tom Rondeau | 2010-02-26 | 2 | -3/+6 |
* | Fixing pick_bitrate2 for transmit side with all cases tested. | Tom Rondeau | 2010-02-25 | 3 | -7/+38 |
* | New pick_bitrate2 will take any combination of bitrate, samples per symbol, a... | Tom Rondeau | 2010-02-15 | 1 | -33/+55 |
* | Working on pick_bitrate. | Tom Rondeau | 2010-02-10 | 1 | -25/+67 |
* | Arbitrary bit rates seems to be working. | Tom Rondeau | 2010-02-09 | 2 | -16/+6 |
* | Removing resampler from usrp transmit path as its taken care of in the modula... | Tom Rondeau | 2010-02-09 | 1 | -9/+2 |
* | 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 |