uhd

REDHAWK UHD device usage

杀马特。学长 韩版系。学妹 提交于 2019-12-04 02:13:28
问题 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

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

When trying to use my USRP in GNU Radio, I get a “ No devices found for ----->” error

牧云@^-^@ 提交于 2019-11-27 02:53:15
问题 When trying to execute a GNU Radio program that uses a USRP, I get an error backtrace, which (in Python) typically ends with: self.u = uhd.usrp_source(device_addr=args, stream_args=uhd.stream_args('fc32')) File "/home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/uhd/__init__.py", line 122, in constructor_interceptor return old_constructor(*args) File "/home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py", line 2351, in make return _uhd_swig.usrp_source_make