Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 WBX 子板的 USRP N200。我需要一个可以同时接收和传输的简单 C/C++ 程序。但我找不到它。
查看UHD 附带的示例。有一个txrx 环回示例正是这样做的。
本质上,它并不复杂:
rx_streamer
tx_streamer
rx_streamer->recv()
tx_streamer->send()