Changes between Version 1 and Version 2 of WARPLab6/ResearchApp/LTEDemo


Ignore:
Timestamp:
Feb 12, 2010, 3:37:56 PM (14 years ago)
Author:
gw2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6/ResearchApp/LTEDemo

    v1 v2  
    55This is a demo of LTE uplink system. The system consists of 1 or 2 users and 1 base station. The users can send different data to the base station. Each user has 2 antennas. Base station also has 2 antennas. For each user, it is a 2x2 MIMO system. The system uses 72 subcarriers for data transmission. In 1-user situation, the user occupies 1~72 subcarriers for transmission. In 2-user situation, each user occupies different part of the bandwidth. The 1st user occupies 1~36 subcarriers, and the 2nd user occupies 37~72 subcarriers.
    66
    7 More information can be found here: [wiki:Asilomar2009_LTE LTEUplink paper]
     7[More information can be found here: [wiki:Asilomar2009_LTE LTEUplink paper]]
    88
    99This 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.   When 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.
     
    3636
    3737== Code ==
    38  * Simulation files:  \LTEDemo_simulation
    39  * One user:   \1user_mimo\LTEDemo.m
    40                \1user_mimo\LTEDemo.fig
    41                \1user_mimo\ demo_transmit_1user_mimo.m
    42  * Two users:  \2user_mimo\LTEDemo.m
    43                \2user_mimo\LTEDemo.fig
    44                \2user_mimo\ demo_transmit_1user_mimo.m
     38 * Simulation files: 
     39    * \LTEDemo_simulation
     40 * One user:   
     41    * \1user_mimo\LTEDemo.m
     42    * \1user_mimo\LTEDemo.fig
     43    * \1user_mimo\ demo_transmit_1user_mimo.m
     44 * Two users: 
     45    * \2user_mimo\LTEDemo.m
     46    * \2user_mimo\LTEDemo.fig
     47    * \2user_mimo\ demo_transmit_1user_mimo.m
    4548
    4649== GUI ==