Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | Merge branch 'fix/libdir' of git@gnuradio.org:gnuradio | Johnathan Corgan | |
This fix updates the run_tests.sh script with the additional directories in the flattened component layout. | |||
2010-01-19 | build: trial fix for gr-pager issue on Ubuntu | Johnathan Corgan | |
2010-01-18 | Remove unnecessary implementation of flexrf::refclk_freq. | Eric Blossom | |
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com> | |||
2010-01-18 | Remove assert(dac_rate() == 128000000). | Eric Blossom | |
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com> that allows non 64MHz clocking on USRP1. | |||
2010-01-17 | usrp2: fix for 'start_rx_streaming_at' hang | Johnathan Corgan | |
The start_rx_streaming_at call was not clearing the d_dont_enqueue flag, resulting in the receiver loop discarding data packets. | |||
2010-01-17 | Doing the same with the resampler on the receiver side. | Tom | |
2010-01-17 | Playing with using the resampler to allow any bit rate requested. | Tom Rondeau | |
2010-01-17 | Adding FLL correction to DQPSK2 block. | Tom | |
2010-01-17 | Merge branch 'resampler' | Tom | |
2010-01-11 | Merge branch 'fix/sample_n_hold' of git://gnuradio.org/jblum | Johnathan Corgan | |
2010-01-11 | fix bug in sample and hold wrapper for grc | Josh Blum | |
2010-01-10 | Applied reverse diff for win.set_* change on ra_fftsink.py | Josh Blum | |
This file, unlike the others duplicates the fft plotter. Its use of win.set was correct, since that was an internal method. | |||
2010-01-10 | fixed issue 387: removed uses of win.set for wx sinks | Josh Blum | |
2010-01-09 | gr-noaa: work-in-progress for LRIT reception | Johnathan Corgan | |
Reworked usrp_rx_lrit to get to constellation Added file_rx_lrit to read from capture file | |||
2010-01-08 | Merge branch 'fix/waterfall' of git://gnuradio.org/jblum | Johnathan Corgan | |
2010-01-08 | Remove trailing whitespace after \ | Eric Blossom | |
2010-01-08 | Remove warning related to GRC_GR_VRT | Eric Blossom | |
2010-01-06 | Use numpy to do color table lookup. | Josh Blum | |
You can index a numpy array with another numpy array to get an array of looked-up values. I did not know that numpy could do that! | |||
2010-01-05 | Remove wbxng tx gain dependence on pga gain | Jason Abele | |
2010-01-04 | Added antenna select support for new board rev | Jason Abele | |
2010-01-04 | Fixing bad tuning range code | Jason Abele | |
2010-01-04 | WBXNG: Can not enable/disable ADF4350 from set_enable() | Jason Abele | |
Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking | |||
2010-01-04 | WBXNG: power on/off TXMOD and Synth/VCO with set_enable | Jason Abele | |
No similar function on RX, so RX is always on? | |||
2010-01-04 | WBXNG: set ADF4350 to low spur mode | Jason Abele | |
2010-01-02 | Fixing up loopback benchmark program for new DBPSK receiver. | Tom | |
2010-01-02 | UIC files to go along with previous commit (for QT receiver code). | Tom | |
2010-01-02 | Adding a routine to exercise the new DBPSK receiver code with the QT GUI. | Tom | |
2010-01-02 | Printing FLL gain value in verbose mode. | Tom | |
2010-01-02 | Since I'm bothering to average the error, I might as well use it. | Tom | |
2009-12-26 | bug fix for waterfall plotter, | Josh Blum | |
it seems that numpy choose changed | |||
2009-12-23 | update gitignores | Eric Blossom | |
2009-12-20 | Adding FLL to QT loopback example. | Tom | |
2009-12-20 | Adding FLL to DBPSK demodulator block. Need OTA testing. | Tom | |
2009-12-20 | Adding some documentation. | Tom | |
2009-12-20 | Cleaning up functions. | Tom | |
2009-12-20 | WIP: better access to setting FLL parameters and working on getting gain ↵ | Tom | |
settings better. | |||
2009-12-18 | New way to handle arbitrary resampler. Now featuring lower noise! | Tom | |
2009-12-17 | Replaced the need for code word tables by setting the header/trailer lengths | Josh Blum | |
in the switch body jump table, just like in the unparser switch body. | |||
2009-12-17 | Added unparse capability to the vrt expanded header. | Josh Blum | |
Unparse can fill in a vrt header and trailer from an expanded header. | |||
2009-12-17 | Merge branch 'bef' of http://gnuradio.org/git/trondeau | Johnathan Corgan | |
2009-12-15 | Adding new GRC examples for using FLL block. | Tom | |
digital_freq_lock - simple implementation of FLL only pam_sync - extension of pam_timing that does freq, phase, and timing sync | |||
2009-12-15 | Generating the band-edge filter taps based on the oversampling ratio ↵ | Tom | |
(samples per symbol), rolloff factor, and the prototype (matched) filter size. | |||
2009-12-12 | Merge branch 'wip/pager' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
Merge-fix: Fix erroneous EXTRA_DIST in lib/ Merge-fix: Don't install usrp_rx_flex.py (unfinished) | |||
2009-12-12 | Merge branch 'patches-from-list' of http://gnuradio.org/git/balister | Johnathan Corgan | |
2009-12-10 | Adding accessor functions to set alpha and beta gains for the FLL. | Tom | |
2009-12-10 | Adding alpha and beta gains to FLL constructor. | Tom | |
2009-12-09 | Adding a band-edge based frequency lock loop. | Tom | |
2009-12-08 | Disable support for tvrx rev 2 on usrp2. There are only a few of these in ↵ | Eric Blossom | |
existence. | |||
2009-12-08 | Fix usrp2 tvrx so that it tunes monotonically. | Eric Blossom | |
Use same (nasty) tactic used on usrp1. Get "free" inversion by lying about real value of 2nd IF. | |||
2009-12-08 | change capitalization | Eric Blossom | |