| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check_topology, delete d_diff_filters in dtor, cleanup init and use of | Eric Blossom | 2010-03-07 | 4 | -11/+29 |
* | Add command that builds a new 'out-of-tree' project. | Eric Blossom | 2010-03-04 | 2 | -0/+70 |
* | doc fix (in generated file) | Eric Blossom | 2010-03-04 | 1 | -2/+2 |
* | doc fix | Eric Blossom | 2010-03-04 | 1 | -2/+2 |
* | Fix distcheck failure in gr-howto-write-a-block | Johnathan Corgan | 2010-03-04 | 1 | -1/+1 |
* | Merge branch 'howto' | Eric Blossom | 2010-03-04 | 9 | -55/+52 |
|\ |
|
| * | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | 2010-03-04 | 9 | -55/+52 |
* | | Fixed bug in checking if path is writable. | Josh Blum | 2010-03-03 | 1 | -1/+1 |
* | | If the directory is read-only, use the systems tmp directory for generated py... | Josh Blum | 2010-03-03 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblum | Johnathan Corgan | 2010-03-02 | 25 | -12/+616 |
|\ |
|
| * | set antenna defaults to 0 | Josh Blum | 2010-03-01 | 8 | -0/+23 |
| * | setting xcvr antennas through api | Josh Blum | 2010-02-25 | 3 | -6/+31 |
| * | Added call to set antenna. Split XCVR into new thing cuz size. | Josh Blum | 2010-02-25 | 19 | -12/+568 |
* | | Add README for new FPGA hosting location | Johnathan Corgan | 2010-03-02 | 2 | -0/+6 |
* | | Remove usrp1 and usrp2 FPGA files. These are now hosted at: | Johnathan Corgan | 2010-02-28 | 842 | -1584265/+0 |
|/ |
|
* | updated wiki url | Josh Blum | 2010-02-24 | 1 | -2/+2 |
*-. | Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele | Johnathan Corgan | 2010-02-21 | 13 | -8/+1155 |
|\ \ |
|
| | * | Clarified copyright and licensing | Jason Abele | 2010-02-19 | 2 | -6/+38 |
| * | | First pass WBX USRP2 driver | Jason Abele | 2010-02-10 | 11 | -2/+1127 |
* | | | Merge branch 'db_default' | Matt Ettus | 2010-02-20 | 2 | -1/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | remove reference to nonexistant include | Matt Ettus | 2010-02-14 | 1 | -1/+0 |
| * | | test the ability to read default eeprom values, for D. Symeonidis | Matt Ettus | 2010-02-14 | 2 | -1/+11 |
* | | | Fix linker path in gr-pager | Johnathan Corgan | 2010-02-18 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'prefix' of git://gnuradio.org/jabele | Johnathan Corgan | 2010-02-11 | 2 | -6/+16 |
|\ \
| |/
|/| |
|
| * | Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom | Jason Abele | 2010-02-10 | 2 | -6/+16 |
* | | Regenerate defective omnithread.pdf | Eric Blossom | 2010-02-08 | 1 | -0/+0 |
|/ |
|
* | Fix pick_subdevice. | Eric Blossom | 2010-02-04 | 2 | -2/+2 |
* | Merge branch 'master' of git@gnuradio.org:gnuradio | Tom | 2010-02-01 | 1 | -1/+1 |
|\ |
|
| * | Update cpu detection macro to work for native build on the OMAP3. | Philip Balister | 2010-01-30 | 1 | -1/+1 |
* | | Merge branch 'fll' | Tom | 2010-02-01 | 20 | -1137/+2134 |
|\ \
| |/
|/| |
|
| * | Fixing DQPSK block to work with any real value samples per symbol and getting... | Tom | 2010-02-01 | 2 | -11/+13 |
| * | 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 |
| * | Using PFB resampler to do the RRC filtering on the modulator. This along with... | Tom | 2010-01-31 | 1 | -16/+11 |
| * | Got this wrong before. Derivative filter taps are now calculated correctly wh... | Tom | 2010-01-31 | 2 | -18/+16 |
| * | 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 |
| * | Adding FLL correction to DQPSK2 block. | Tom | 2010-01-17 | 2 | -11/+32 |
| * | 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 |
| * | Printing FLL gain value in verbose mode. | Tom | 2010-01-02 | 1 | -0/+1 |
| * | Since I'm bothering to average the error, I might as well use it. | Tom | 2010-01-02 | 1 | -2/+2 |
| * | Adding FLL to QT loopback example. | Tom | 2009-12-20 | 3 | -268/+267 |
| * | Adding FLL to DBPSK demodulator block. Need OTA testing. | Tom | 2009-12-20 | 1 | -13/+28 |
| * | Adding some documentation. | Tom | 2009-12-20 | 1 | -1/+25 |
| * | Cleaning up functions. | Tom | 2009-12-20 | 2 | -13/+4 |