Clear Filters
Clear Filters

How do I load images to a USRP N200 r4 using matlab?

2 views (last 30 days)
I am trying to setup a USRP to work with matlab and cannot figure out how to load images needed for setup. Only the following input arguments work with the 'sdruload()' command. The USRP that I am trying to use is the fourth revision (n200_r4).
Device — USRP® radio
USRP2 | n200_r2 | n200_r3 | n210_r2 | n210_r3 | n210_r4 | x300 | x310 If you enter an invalid device, the error message returned by MATLAB® will list the correct options. If you enter an incorrect value for your device, the error message returned by MATLAB will list the correct device name or suggest you connect another device.

Accepted Answer

Yo
Yo on 27 Jun 2016
You can use the following MATLAB commands to load the default FPGA image for N-series (including N200 revision 4), assuming that your radio's IP address is 192.168.10.2.
MATLAB R2015b: >> call_uhd_app('usrp_n2xx_simple_net_burner','--addr 192.168.10.2','-echo')
MATLAB R2016a: >> call_uhd_app('uhd_image_loader','--args=addr=192.168.10.2,type=usrp2','-echo')

More Answers (0)

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!