summaryrefslogtreecommitdiff
path: root/gnuradio-examples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-236-51/+71
|\
| * Rework UDP source and sink, with incompatible API changesDon Ward2010-05-046-52/+69
| * Updates to udp source/sink (select(), wait, cleanup)Don Ward2010-04-301-3/+6
* | Fixing up GUI windows to better scale with gtgui sinks.Tom Rondeau2010-05-118-1410/+1196
* | Fixing benchmark loopback to work with new v2's of modulators.Tom Rondeau2010-05-111-1/+1
* | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ...Tom Rondeau2010-05-101-14/+17
|/
* New matplotlib does the fftshift for us when doing mlab.psd. This makes the f...Tom Rondeau2010-04-151-2/+2
* Fixing copyright of a couple of stragglers.Tom Rondeau2010-03-142-1/+21
* Fixing copyright dates.Tom Rondeau2010-03-145-5/+5
* Making old and new digital modulations completely seperable by adding modulat...Tom Rondeau2010-03-144-14/+14
* Merge branch 'digital' of vps.gnuradio.org:trondeau into digitalTom Rondeau2010-03-133-1/+237
|\
| * Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau2010-03-135-217/+229
| |\
| * | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk o...Tom Rondeau2010-03-133-1/+237
| * | Fixing use of pick_bitrate2 in QT Rx2.Tom Rondeau2010-02-271-0/+1
* | | Fixing call to usrp_receive_path2.Tom Rondeau2010-03-132-3/+2
* | | Adding version 2 of receive path so as not to affect old dbpsk and dqpsk oper...Tom Rondeau2010-03-134-1/+213
| |/ |/|
* | Changing FLL parameter range for use with new code.Tom Rondeau2010-03-062-216/+216
* | Small fixes for loopback with new code.Tom Rondeau2010-03-062-0/+12
* | Fixing how new pick_bitrate is used.Tom Rondeau2010-03-061-0/+1
|/
* Fixing a few bugs in handling of real samples per symbol.Tom Rondeau2010-02-263-5/+4
* Fixes pick_bitrate2 for use on receiver side.Tom Rondeau2010-02-262-3/+6
* Fixing pick_bitrate2 for transmit side with all cases tested.Tom Rondeau2010-02-253-7/+38
* New pick_bitrate2 will take any combination of bitrate, samples per symbol, a...Tom Rondeau2010-02-151-33/+55
* Working on pick_bitrate.Tom Rondeau2010-02-101-25/+67
* Arbitrary bit rates seems to be working.Tom Rondeau2010-02-092-16/+6
* Removing resampler from usrp transmit path as its taken care of in the modula...Tom Rondeau2010-02-091-9/+2
* Setting up code to handle setting of samples per symbol properly. Still buggy...Tom Rondeau2010-02-084-15/+17
* Adding a pick bitrate calculation for new tx/rx modulators with arbitrary sam...Tom Rondeau2010-02-083-15/+84
* Changing Makefile so the new PAM examples are installedTom2010-02-011-1/+3
* Minor adjustments to FLL exampleTom2010-02-011-40/+40
* Simplifying and using PFB resampler to generate pusle shape filtered signal.Tom2010-02-011-341/+261
* Using PFB resampler to generate the pulse shaping filtered signal.Tom2010-02-011-344/+264
* Preventing an error message by casting an integer (0) to the requested float.Tom2010-01-311-1/+1
* Doing the same with the resampler on the receiver side.Tom2010-01-171-1/+13
* Playing with using the resampler to allow any bit rate requested.Tom Rondeau2010-01-171-2/+13
* Fixing up loopback benchmark program for new DBPSK receiver.Tom2010-01-023-308/+327
* UIC files to go along with previous commit (for QT receiver code).Tom2010-01-022-0/+558
* Adding a routine to exercise the new DBPSK receiver code with the QT GUI.Tom2010-01-021-0/+474
* Adding FLL to QT loopback example.Tom2009-12-203-268/+267
* Adding new GRC examples for using FLL block.Tom2009-12-152-0/+3145
* added a gain sliderMatt Ettus2009-12-031-162/+254
* updated tx exampleJosh Blum2009-12-031-24/+24
* created dpsk demo with usrpsJosh Blum2009-11-253-0/+1220
* core: added gr.pfb_clock_sync_fff based on _ccf version, updated exampleJohnathan Corgan2009-10-311-345/+389
* This splits the rate into a fractional an integer value, which allows the loo...Tom Rondeau2009-10-121-349/+409
* Fixing import of UI file.Tom Rondeau2009-10-121-3/+3
* Temporary working dbpsk2 example until we match everything.Tom Rondeau2009-10-123-0/+1386
* Starting to rework QT app to control new PFB clock recovery alg.Tom2009-10-091-21/+15
* Revert "More additions to PAM timing simulation."Tom2009-10-091-137/+52
* More additions to PAM timing simulation.Tom2009-10-091-52/+137