필터 지우기
필터 지우기

Can MATLAB 2013b be used to interface with USRP X310? Or do you need higher versions? And how do you actually use the add on package? What is is real purpose? Thanks a lot.

조회 수: 1 (최근 30일)
connectedRadios = findsdru;
if strncmp(connectedRadios(1).Status, 'Success', 7)
switch connectedRadios(1).Platform
case {'B200','B210'}
address = connectedRadios(1).SerialNum;
platform = connectedRadios(1).Platform;
case {'N200/N210/USRP2'}
address = connectedRadios(1).IPAddress;
platform = 'N200/N210/USRP2';
case {'X300','X310'}
address = connectedRadios(1).IPAddress;
platform = connectedRadios(1).Platform;
end
else
address = '192.168.10.2';
platform = 'N200/N210/USRP2';
end
Undefined function or variable 'findsdru'.

채택된 답변

Walter Roberson
Walter Roberson 2019년 1월 9일
No you need r2016b for that. In the below table the appropriate entry is the one under Communications for Embedded Radio.
https://www.mathworks.com/hardware-support/system-requirements.html
  댓글 수: 7
Walter Roberson
Walter Roberson 2019년 1월 9일
I am not even close to a specialist on USRP so I do not know what the lastest hardware revs are or when they became supported, but Yes, generally speaking, the latest MATLAB will have the widest support. However, for timing and testing reasons, each MATLAB release does not necessarily support the newest rev that was available as of the MATLAB release date (e.g., mid September 2018 for R2018b.)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by