Filter löschen
Filter löschen

USRP + Matlab error in Simulink

16 Ansichten (letzte 30 Tage)
Wesley
Wesley am 22 Sep. 2011
Hello! I'm attempting to execute the FM receiver demo in Simulink using my USRP N210. I followed the directions for connecting the USRP and when I run findsdru it sees the device at IP address 192.168.10.2. The problem is, when I run the Simulink demo I get the following error:
Error reported by S-function 'usrp_uhd_sfunrx' in 'sdruFMStereo/SDRu Receiver/usrp_uhd_sfunrx': Could not execute UHD driver command in 'createDriver_c': Could not create a UHD driver using IP addr '192.168.10.2'. Attach a device at the specified address, correct the specified address to match an already attached device, or continue to work in off-line mode.
I know the USRP is being recognized in MATLAB and is connected correctly and the IP address is correct. Does anyone have any advice how to fix this error? Thanks!
Wes
  1 Kommentar
Madhura
Madhura am 10 Okt. 2012
Hey Wesley. I am having the same problem. I am getting the response from the address 192.168.10.2 when i give command "findsdru" but when i try to run the demo it gives out the same error which you got. Did you find out the solution to this? If yes please reply
Thanks, Madhura

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Ethem
Ethem am 12 Okt. 2011
It is possible that firmware (i.e. the FPGA image) is not compatible with the UHD software version used in the blocks and System objects. Please check your firmware version and make sure that it matched the following:
  • For 11a, the firmware/FPGA image must be 003.000.001.
  • For 11b, the firmware/FPGA image must be 003.002.003.
You can confirm that you have the right version of firmware/FPGA loaded by running an Ettus executable, uhd_usrp_probe. It can be obtained via a binary distribution at http://files.ettus.com/uhd_releases/<firmware_release_number/>, where firmware_release_number is either 003_000_001 or 003_002_003.
You can contact our support department for further inquiries: http://www.mathworks.com/support/

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by