Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-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 | |
2009-12-08 | Small patch to speedup installation of freedesktop icons. | Stefan Bruns | |
The attached patch changes the icon installation to update the icon cache only once instead of once per icon | |||
2009-12-08 | got msdd6000 compiling on my ubuntu 9.10 32 bit | Josh Blum | |
2009-12-07 | Merge branch 'patches/geiger/u2_rx_stream_at' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/grc/pads' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Change type of gr_head nitems parameter to unsigned long long. | Eric Blossom | |
Patch from Martin Braun <martin.braun@kit.edu> to support nitems >= 2**32. | |||
2009-12-07 | Add support for msdd6000 with resampler in FPGA. | Eric Blossom | |
2009-12-06 | removed unused import statements, thanks pyflakes | Josh Blum | |
2009-12-05 | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | |
The rotation is now performed by the gtk pixbuf class and not manually in python. In addition, the block and port classes now draw from pixmaps and not from images. Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up). | |||
2009-12-05 | combined param layouts | Josh Blum | |
2009-12-03 | Use updated transmit command | Johnathan Corgan | |
Now compiles cleanly again. | |||
2009-12-03 | Rebase on master, cleanup for merge | Johnathan Corgan | |
Trailing whitespace removal Copyright updates | |||
2009-12-03 | Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger) | Johnathan Corgan | |
2009-12-03 | Applied 'start streaming at' patch from Douglas Geiger | Johnathan Corgan | |
2009-12-03 | added a gain slider | Matt Ettus | |
2009-12-03 | updated tx example | Josh Blum | |
2009-12-03 | Allow for multiple io pads per hier flow graph. | Josh Blum | |
Each io pad can have a different io signature. Uses the iosignaturev for hier implementation. Backwards compadible with exception: Pad blocks that used multiple ports must be replaced with multiple pad blocks as the new pad io blocks only support one port per block. | |||
2009-12-01 | usrp: Corrected error message | Thomas Tsou | |
2009-11-26 | same bug as on the U2, found by Stephen Lai | Matt Ettus | |
2009-11-26 | Merge branch 'master' of http://gnuradio.org/git/gnuradio | Matt Ettus | |
2009-11-26 | Control bits for filter bandwidths had the wrong shifts. Found and fixed by ↵ | Matt Ettus | |
Stephen Lai of UCalgary | |||
2009-11-25 | created dpsk demo with usrps | Josh Blum | |