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 Ansicht (letzte 30 Tage)
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'.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Jan. 2019
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 Kommentare
Walter Roberson
Walter Roberson am 9 Jan. 2019
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.)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Communications Toolbox finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by