フィルターのクリア

Matlab and USRP N210 configuration problems

9 ビュー (過去 30 日間)
Giti Dimrov
Giti Dimrov 2022 年 5 月 30 日
コメント済み: Pooja Kumari 2022 年 6 月 30 日
Dear all,
I am trying to use USRP N210 with Matlab, but I am facing an error. The Matlab version that I am using is R2022a, the OS is Debian 11.
I have configured the ethernet port, giving the IP address: 192.168.10.1/24. The IP address of the USRP N210 is 192.168.10.23.
I can ping the USRP and when I run the command: "findsdru" in the command window I get the following result:
Platform: 'N200/N210/USRP2'
IPAddress: '192.168.10.23'
SerialNum: 'E9R20P5UP'
Status: 'Success'
However, once I try to run my code, or even the QPSK example provided by Matlab I get the following error:
Error using comm.SDRuTransmitter/setupImplLocal
Radio with IP address '192.168.10.2' is not of the specified platform 'N200/N210/USRP2'.
Error in comm.internal.SDRuBase/setupImpl
Can anyone help me please?
  10 件のコメント
Walter Roberson
Walter Roberson 2022 年 5 月 31 日
You should use the debugger and "dbstop if error" to find out where in the example it is failing, and then trace back from there to figure out how the address is getting assigned.
Pooja Kumari
Pooja Kumari 2022 年 6 月 30 日
You must be facing issue as the usrp is not used and it was going in else condition and specifying the IP. address as '192.168.10.2'. So, you are getting this error.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCommunications Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by