WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2019-Jan-15 12:23:55

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

Description of Example

Hi,
 
I am doing a thesis and using WARP as a tool. I would like to know where can I find the description of the Matlab examples given on the website as there are so many things which are not clear.

Thanks in advance!

Offline

 

#2 2019-Jan-16 08:49:15

chunter
Administrator
From: Mango Communications
Registered: 2006-Aug-24
Posts: 1212

Re: Description of Example

Most of the WARPLab examples have wiki pages describing them in detail. These are the only writeups available. If there specific points of confusion, these forums are a good place to ask questions about them.

Offline

 

#3 2019-Feb-12 04:31:24

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

Re: Description of Example

Thank you for the reply. Yes I have some confusions understanding the code. I am talking about the very first example wl_example_baisc_txrx.m
In that example I could not understand the line: "trig_in_ids  = wl_getTriggerInputIDs(nodes(1));"
After executing this line, 'trig_in_ids' should have returned some input IDs, but in fact its returning only a number and which is '1'. Can someone please explain why it is happening?

Thanks!

Offline

 

#4 2019-Feb-12 09:11:43

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Description of Example

What version of the WARPLab Reference Design are you using? Run 'wl_ver' to check the M-code, and look at the .bit file name for the hardware version.  We changed to the struct/field scheme for trigger IDs in WARPLab 7.6. You should use the current version (v7.7.1) of the reference design.

Offline

 

#5 2019-Feb-14 13:24:26

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

Re: Description of Example

Thanks for the reply. I wrote the command: "wl_ver" on the command window and it showed me: "WARPLab v7.4.0". How can I be able to use the current version of WARP Lab which is v7.7.1 ?

Offline

 

#6 2019-Feb-14 13:29:07

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Description of Example

The WARPLab user guide has installation instructions and download links.

Offline

 

#7 2019-Feb-14 13:39:53

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

Re: Description of Example

I just downloaded the ​WARPLab_Reference_Design_7.7.1.zip
I couldn't find steps through which I can be able to install this updated version. Can you please follow me through this step.

Thanks!

Offline

 

#8 2019-Feb-15 03:13:31

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

Re: Description of Example

Hi, I have followed the steps. After writing wl_setup command on the command window, the following error showed up:

Undefined function 'inifile' for input arguments of type 'char'.

Error in wl_setup (line 268)
inifile(configFile,'new')

Offline

 

Board footer