Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | 2009-08-23 | 2 | -0/+601 |
| | | | | | | * New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum | ||||
* | Added missing .gitignore | git | 2009-08-15 | 1 | -0/+2 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11594 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 15 | -0/+100 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵ | trondeau | 2009-08-12 | 7 | -0/+995 |
| | | | | | | filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 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 -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵ | jcorgan | 2009-07-28 | 12 | -5/+49 |
| | | | | | | trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 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 | ||||
* | Fix Makefile and update package for r11361 | jcorgan | 2009-07-06 | 1 | -1/+6 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11364 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵ | trondeau | 2009-07-06 | 9 | -711/+1959 |
| | | | | | | 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 | ||||
* | Fixes ticket:372 | jcorgan | 2009-06-30 | 1 | -3/+15 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11316 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Exporting qt-based examples to installed examples folder and fixed a minor ↵ | trondeau | 2009-06-18 | 3 | -1/+147 |
| | | | | | | issue in the display of benchmark_qt_loopback. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11231 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Fixing benchmark_tx to use usrp_options interface. Also changes the default ↵ | trondeau | 2009-06-17 | 2 | -36/+37 |
| | | | | | | power output to a normalized range to fit into new USRP model. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11228 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Adding my generated qt_rx_window.py code for the QT GUI interface. | trondeau | 2009-06-17 | 2 | -1/+122 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11227 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | fixes to benchmark_rx | trondeau | 2009-06-17 | 2 | -29/+40 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11226 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Fixing digital benchmarks: adding usrp_options class to reciever. | trondeau | 2009-06-17 | 1 | -32/+21 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11224 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the ↵ | trondeau | 2009-06-17 | 5 | -0/+1620 |
| | | | | | | digital examples for better visualization and understanding of the signals and performance. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging trondeau/digital branch r11185:11205 to improve digital example ↵ | trondeau | 2009-06-17 | 8 | -471/+282 |
| | | | | | | interfacing and remove redundancy. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11209 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | merged r10942:11199 from digital branch | jblum | 2009-06-15 | 5 | -119/+170 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11200 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 ↵ | jcorgan | 2009-05-20 | 5 | -29/+29 |
| | | | | | | done, except for gr-msdd6000. Ready for testing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary ↵ | jcorgan | 2009-05-20 | 3 | -1/+9 |
| | | | | | | packaging; also fixes missing files in digital example directory. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged developer branch for digital r10900:10941 | jblum | 2009-05-01 | 13 | -161/+342 |
| | | | | | | | | | Creates generic usrp class abstraction for usrp and usrp2. Common command line options for usrp devices. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Updated to work with old or new handling of Basic Rx daugherboard subdevs. | eb | 2009-04-18 | 3 | -3/+3 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10877 221aa14e-8319-0410-a670-987f0aec2ac5 |