Changes between Version 9 and Version 10 of WARPLab6/ResearchApp/LTEDemo


Ignore:
Timestamp:
Oct 8, 2013, 9:49:26 AM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6/ResearchApp/LTEDemo

    v9 v10  
    1 [[TracNav(WARPLab/TOC)]]
     1[[TracNav(WARPLab6/TOC)]]
    22
    33= WARPLab Demo: 3GPP-LTE Uplink =
     
    99[More information can be found here: [wiki:Asilomar2009_LTE LTEUplink paper]]
    1010
    11 [[Image(WARPLab/Images:LTEUplinkDemo1.png, 600px)]]
     11[[Image(WARPLab6/Images:LTEUplinkDemo1.png, 600px)]]
    1212
    1313This demo utilizes two WARP nodes, both of which connect to a router. The router is connected to a computer. The computer is used to control the WARP boards and manage the simulation loops.   
    1414
    15 [[Image(WARPLab/Images:LTEUplinkDemo2.png, 450px)]]
     15[[Image(WARPLab6/Images:LTEUplinkDemo2.png, 450px)]]
    1616
    1717When starting a simulation in the computer, the simulation script (a MATLAB m-file) will send an image to the transmission node through the Ethernet link. Then the image data will be transmiitted via the wireless link over the air. The receiver node receives the binary sequence and tries to recover the original transmitted image data. Finally, the simulation program in the computer will get the image data via the Ethernet link and then recover the original image.
     
    4343 * Click ‘Load image’ button to Click “Start transmitting” button on the GUI to start the simulation.
    4444
    45 == Code [ [http://warp.rice.edu/trac/attachment/wiki/WARPLab/ResearchApp/LTEDemo/WARPLab_LTE_demo_code.zip Download: WARPLab_LTE_demo_code.zip] ] ==
     45== Code [ [http://warpproject.org/trac/attachment/wiki/WARPLab/ResearchApp/LTEDemo/WARPLab_LTE_demo_code.zip Download: WARPLab_LTE_demo_code.zip] ] ==
    4646 * One user:   
    4747    * \1user_mimo\LTEDemo.m
     
    6363== GUI ==
    6464
    65 [[Image(WARPLab/Images:LTEUplinkDemo3.png, 600px)]]
     65[[Image(WARPLab6/Images:LTEUplinkDemo3.png, 600px)]]
    6666
    6767 * “TxGain1” and “TxGain2” mean the transmission power for each user.
     
    7272== MATLAB Files and FPGA Bitstreams ==
    7373The MATLAB reference files for this setup is available here.
    74 The FPGA bitsreams, which are based on the "2x2 MIMO bitstream for FPGA Version 1", is available here, and the XPS project can be downloaded from [http://warp.rice.edu/bigFiles/WARPLab_Cooperation_MIMO_v07 here].
     74The FPGA bitsreams, which are based on the "2x2 MIMO bitstream for FPGA Version 1", is available here, and the XPS project can be downloaded from [http://warpproject.org/bigFiles/WARPLab_Cooperation_MIMO_v07 here].