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

huangapple go评论79阅读模式
英文:

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

问题

I am trying to receive a signal on two RX channels using the USRP B205mini. I am trying to achieve this using GNU Radio. However, after running the code, I get the following error:

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

I have tried to look on the internet, but I have not found a proper solution yet.

I tried to test the two channels that I am using - RX2 and TX/RX using two UHD USRP Source blocks (independently of each other), and they work.

When I try to test them together, using a single UHD USRP block, I get the following error: "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

英文:

I am trying to receive a signal on two RX channels using the USRP B205mini. I am trying achieve this using GNU Radio. However, after running the code, I get the following error:

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

I have tried to look on the internet, but I have not found a proper solution yet.

I tried to test the two channels that I am using - RX2 and TX/RX using two UHD USRP Source blocks (independently of each other), and they work.

When I try to test them together, using a single UHD USRP block, I get the following error: "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

答案1

得分: -1

The B205-mini only has a single RX channel.
So, trying to get a second channel must fail.

英文:

The B205-mini only has a single RX channel.

So, trying to get a second channel must fail.

huangapple
  • 本文由 发表于 2023年5月10日 21:03:34
  • 转载请务必保留本文链接:https://go.coder-hub.com/76218757.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定