Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | uhd: default num channels when empty | Josh Blum | |
2013-06-25 | uhd: fixed set_center_freq channel | 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 | |
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-10-13 | Merge branch 'maint' | Johnathan Corgan | |
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-09-29 | uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUT | Josh Blum | |
2012-09-29 | uhd: provide source block hook for issue stream cmd | Josh Blum | |
2012-06-20 | uhd: added rx tagging for changes in sample rate and center freq | Josh Blum | |
2012-06-20 | uhd: source will loop for samples forever until thread interrupt | Josh Blum | |
This should solve the case of stopping the receiver, while leaving the work thread in a live state. It also makes set stream time work for times > timeout. | |||
2012-06-07 | Revert "uhd: allow source work to be stopped while fg runs" | Johnathan Corgan | |
This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa. | |||
2012-05-24 | uhd: allow source work to be stopped while fg runs | Josh Blum | |
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 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-05 | gr-uhd: minor aesthetic and consistency changes | Nicholas Corgan | |
2012-04-04 | Merge branch 'master' into next | Johnathan 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 | Merge branch 'master' into next | Johnathan Corgan | |
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-27 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-27 | uhd: fix dc offset call in uhd source | Josh Blum | |
SWIG/python cannot differentiate the calls set_dc_offset with an complex number or a boolean paramater. It seems to take the boolean as a complex number 1 or 0. Since the overloading is not working right: renamed set_dc_offset to set_auto_dc_offset for the boolean enable/disable paramater | |||
2012-03-24 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-uhd/lib/Makefile.am | |||
2012-03-24 | Merge remote branch 'jblum/mergeme_uhd' | Johnathan Corgan | |
2012-03-23 | uhd: finite_acquisition_v timeout should be >> than stream time | Josh Blum | |
2012-03-23 | uhd: add a flush to finite_acquisition_v | Josh Blum | |
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-23 | uhd: added multi-finite-aquisition | Josh Blum | |
2012-03-16 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-16 | uhd: conditionalize set_user_register call on availability in UHD API | Johnathan Corgan | |
2012-03-13 | Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register | Johnathan Corgan | |
2012-01-27 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-26 | uhd: add utility function to convert raw gr_message to async_metadata_t | Johnathan Corgan | |
2012-01-10 | uhd: add API call to set user registers | Johnathan Corgan | |
2011-12-13 | Merge branch 'master' into next | Johnathan Corgan | |
2011-12-13 | uhd: added a finite acquisition call to usrp source | Josh Blum | |
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-11-27 | uhd: cleanup some -Wall warnings | Josh Blum | |
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: restored source block recv single packet functionality | Josh Blum | |
2011-11-07 | uhd: backwards compat work which support streamer API | Josh Blum | |
2011-11-03 | uhd: added buffer flush when source block is stopped | Josh Blum | |
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run. | |||
2011-10-23 | the libraries | Josh Blum | |
2011-10-19 | tags: made tags object oriented | Josh Blum | |