Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: removed old digital and digital-bert scripts that will no longer ↵ | Tom Rondeau | 2011-10-06 | 31 | -6892/+0 |
| | | | | work. All of these have been replaced in gr-digital/examples. | ||||
* | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵ | Tom Rondeau | 2011-09-13 | 3 | -285/+1 |
| | | | | and working with new dbpsk,dqpsk,d8psk. | ||||
* | digital: moving more examples from gnuradio-examples to gr-digital and added ↵ | Tom Rondeau | 2011-09-13 | 3 | -125/+0 |
| | | | | examples to Makefile.am. | ||||
* | Minor changes to a benchmark example in gnuradio-examples/python/digital. | Ben Reynwar | 2011-01-27 | 1 | -4/+21 |
| | |||||
* | Fixing generic demodulation. | Ben Reynwar | 2010-12-10 | 1 | -4/+16 |
| | |||||
* | Added support for modulation/demodulation of a generic constellation. | Ben Reynwar | 2010-12-09 | 1 | -0/+64 |
| | | | | | Not yet robust enough. Inefficient QAM modulation/demodulation also added (via the generic implementation). | ||||
* | Added a new example python script (a stripped down version of ↵ | Ben Reynwar | 2010-12-03 | 1 | -0/+64 |
| | | | | | | benchmark_loopback.py). Made minor change to blks2.demod_pkts. | ||||
* | 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 |
| | | | | (and saving the version 2 mods for those marked v2). | ||||
* | 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 ↵ | Tom Rondeau | 2010-03-14 | 4 | -14/+14 |
| | | | | modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity. | ||||
* | 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 | 3 | -1/+13 |
| |\ | | | | | | | | | | | | | Conflicts: gnuradio-examples/python/digital/benchmark_qt_rx2.py | ||||
| * | | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk ↵ | Tom Rondeau | 2010-03-13 | 3 | -1/+237 |
| | | | | | | | | | | | | operations. | ||||
| * | | 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 ↵ | Tom Rondeau | 2010-03-13 | 4 | -1/+213 |
| |/ |/| | | | | | operations. | ||||
* | | 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, ↵ | Tom Rondeau | 2010-02-15 | 1 | -33/+55 |
| | | | | and converter rate. | ||||
* | 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 ↵ | Tom Rondeau | 2010-02-09 | 1 | -9/+2 |
| | | | | modulators. | ||||
* | Setting up code to handle setting of samples per symbol properly. Still ↵ | Tom Rondeau | 2010-02-08 | 4 | -15/+17 |
| | | | | buggy in the transmitter due to the make packet padding to 512 bytes. | ||||
* | Adding a pick bitrate calculation for new tx/rx modulators with arbitrary ↵ | Tom Rondeau | 2010-02-08 | 3 | -15/+84 |
| | | | | samples per second to allow and real valued bitrate. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' into sync | Tom | 2009-10-06 | 6 | -367/+3 |
|\ | | | | | | | | | | | | | Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui | ||||
| * | 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 git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+11 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Fixing bug in setting SNR3.3git | trondeau | 2009-07-31 | 1 | -1/+1 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11523 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, ↵ | jcorgan | 2009-07-10 | 10 | -259/+207 |
| | | | | | | rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵ | trondeau | 2009-07-06 | 6 | -711/+1255 |
| | | | | | | and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Fix double quotation problem | jcorgan | 2009-06-30 | 1 | -1/+1 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Fix makefile entries | jcorgan | 2009-06-30 | 1 | -4/+4 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11318 221aa14e-8319-0410-a670-987f0aec2ac5 |