Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | uhd: default num channels when empty | Josh Blum | |
2013-06-25 | uhd: Use the stream arg setting to correctly map the channels | Josh Blum | |
Currently we have been assuming channels are linearly mapped 0, 1, 2... reguardless of how the user has set the stream arg channels. This change makes channel n on the gr-uhd wrapper use the nth channel as set by the streamer channels. Using this, a user can properly use multiple usrp source or sink blocks for a single device and have each block correspond to a particular set of channels as defined by the streamer channels parameter. | |||
2013-06-25 | uhd: added getters for bandwidth setting and range | Josh Blum | |
2012-10-13 | uhd: fix pmt tuple ref namespace issue | Josh Blum | |
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example. | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-05 | gr-uhd: minor aesthetic and consistency changes | Nicholas Corgan | |
2012-04-04 | gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵ | Nicholas Corgan | |
user's UHD version and USRP configuration | |||
2012-04-03 | gr-uhd: get_usrp_info has help info and can only be called with a recent ↵ | Nicholas Corgan | |
enough version of UHD | |||
2012-04-03 | gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵ | Nicholas Corgan | |
list_property_tree and get_usrp_info functions | |||
2012-03-24 | Merge remote branch 'jblum/mergeme_uhd' | Johnathan Corgan | |
2012-03-23 | uhd: perform abi compat check before making a block | Josh Blum | |
2012-03-23 | uhd: added set_start_time calls to source/sink | Josh Blum | |
2012-03-16 | uhd: conditionalize set_user_register call on availability in UHD API | Johnathan Corgan | |
2012-01-10 | uhd: add API call to set user registers | Johnathan Corgan | |
2011-11-07 | uhd: rebase tweaks + update on command feature | Josh Blum | |
2011-11-07 | uhd: added set for RX/TX iq balance and dc offset | Josh Blum | |
2011-11-07 | uhd: added set/get time/clock source calls | Josh Blum | |
2011-11-07 | uhd: added get_samp_rates calls | Josh Blum | |
2011-11-07 | uhd: backwards compat work which support streamer API | Josh Blum | |
2011-10-19 | tags: made tags object oriented | Josh Blum | |
2011-09-26 | uhd: can't be const to go into tag_work, which might change it. | Tom Rondeau | |
2011-09-26 | uhd: tweaks for some minor details | Josh Blum | |
2011-09-24 | uhd: tweaks + tested working tags implementation | Josh Blum | |
2011-09-24 | uhd: added documentation and tag implementations | Josh Blum | |
2011-04-18 | Expose named gain stages in gr-uhd via swig | Jason Abele | |
2011-03-28 | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | |
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed. | |||
2011-02-28 | uhd: only set has_time_spec when nchan > 1 | Josh Blum | |
Its important for multi-channel continuous, but not wanted in single-channel non-continuous. | |||
2011-02-25 | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | |
2011-02-11 | uhd: added mboard param to get time now and added get time last pps | Josh Blum | |
2011-02-10 | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | |
2011-02-10 | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | |