RuntimeError: LookupError: IndexError: multi_usrp: RX channel 1 out of range for configured RX frontends - GNU Radio

问题描述 投票:0回答:1

我正在尝试使用 USRP B205mini 在两个 RX 通道上接收信号。我正在尝试使用 GNU Radio 实现这一点。但是,运行代码后,出现以下错误:

RuntimeError: LookupError: IndexError: multi_usrp: RX channel 1 out of range for configured RX frontends

我已经尝试在互联网上查找,但我还没有找到合适的解决方案

我尝试使用两个 UHD USRP 源块(彼此独立)测试我正在使用的两个通道 - RX2 和 TX/RX,并且它们有效。

当我尝试使用单个 UHD USRP 块一起测试它们时,出现以下错误:“RuntimeError: LookupError: IndexError: multi_usrp: RX channel 1 out of range for configured RX frontends - GNU Radio”。

This is what I am trying to do when I get the error

Block Specification

Block Specification 2

python gnu gnuradio gnuradio-companion usrp
1个回答
0
投票

B205-mini 只有一个 RX 通道。

所以,尝试获得第二个频道必须失败。

© www.soinside.com 2019 - 2024. All rights reserved.