GPSLockStatus = 0;
while ~GPSLockStatus
disp("Trying to lock to GPS constellation ...");
GPSLockStatus = gpsLockedStatus(rx);
end
Trying to lock to GPS constellation ...
disp("GPS Locked");
GPS Locked
rx_data = rx();
USRP time synchronized to GPS time
radTime = getRadioTime(rx);
d = datetime(radTime, ...
ConvertFrom='posixtime', ...
Format='MM/dd/uuuu HH:mm:ss', ...
TimeZone='Europe/London');
fprintf('The current USRP radio time is %s',d)
The current USRP radio time is 07/27/2023 16:29:31
You can now use the getRadioTime function to get the current
USRP E320 or X410 radio time associated with the radio System object specified by the radio input
argument.
Support for NI™
USRP N3xx and X3xx series radio devices has moved from Communications Toolbox™ Support Package for USRP Radio to Wireless Testbench™ Support Package for NI
USRP Radios.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.