redhawksdr

Error registering GPP device on a domain

时光怂恿深爱的人放手 提交于 2019-12-02 05:49:48
I am using REDHAWK 2.0.5, and I am attempting to launch a domain using the instructions in section '11.1.1 Launching a Domain' of the REDHAWK documentation: https://redhawksdr.github.io/Documentation/mainch11.html#x13-30800011.2 I receive the following error after clicking OK in step 3 when attempting to register the GPP device on the Domain Manager: terminate called after throwing an instance of 'boost:exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >' what(): bad lexical cast: source type value could not be interpreted as target Does anyone

REDHAWK UHD device usage

牧云@^-^@ 提交于 2019-12-01 13:58:05
I have successfully installed the UHD device along side REDHAWK version 1.8.3. It isn't obvious to me how to connect a component in a waveform to a device being managed by a device manager. I am also unclear on the interplay between the IDL interfaces and the data ports on the USRP device. I was unable to find a trivial example to send and receive waveform that utilizes the USRP device (e.g. a signal generator component sending a sine wave to the USRP). Does anyone have experience with this or any suggestions? One way to connect a Component to a Device in a running environment is through the

USRP_UHD source and sink for redhawk

淺唱寂寞╮ 提交于 2019-11-29 13:02:06
I install last version of Redhawk (v1.9.0) and USRP_UHD from github repository ( https://github.com/RedhawkSDR/USRP_UHD ) but I have no idea how to build a USRP source/sink. Are already available these component in some repository? If not,someone can help me to build these source/sink?? Thanks in advance, Carmine As John C said, in order to control the USRP_UHD Device, you must perform an allocation onto one of the tuners. In RedHawk 1.9, the steps to do this are as follows: Open the waveform in which you would like to perform the allocation and view the *.sad.xml file Below the connections

USRP_UHD source and sink for redhawk

為{幸葍}努か 提交于 2019-11-28 06:53:04
问题 I install last version of Redhawk (v1.9.0) and USRP_UHD from github repository (https://github.com/RedhawkSDR/USRP_UHD) but I have no idea how to build a USRP source/sink. Are already available these component in some repository? If not,someone can help me to build these source/sink?? Thanks in advance, Carmine 回答1: As John C said, in order to control the USRP_UHD Device, you must perform an allocation onto one of the tuners. In RedHawk 1.9, the steps to do this are as follows: Open the