英文:
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
英文:
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".
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论