Changes between Version 5 and Version 6 of WARPLab6/ResearchApp/LTEDemo


Ignore:
Timestamp:
Jul 26, 2010, 10:59:45 AM (14 years ago)
Author:
gw2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6/ResearchApp/LTEDemo

    v5 v6  
    4444
    4545== Code ==
    46  * Simulation files: 
    47     * \LTEDemo_simulation
    4846 * One user:   
    4947    * \1user_mimo\LTEDemo.m
    5048    * \1user_mimo\LTEDemo.fig
    51     * \1user_mimo\ demo_transmit_1user_mimo.m
     49    * \1user_mimo\demo_transmit_1user_mimo.m
     50    * \1user_mimo\(other files...)
    5251 * Two users: 
    5352    * \2user_mimo\LTEDemo.m
    5453    * \2user_mimo\LTEDemo.fig
    55     * \2user_mimo\ demo_transmit_1user_mimo.m
     54    * \2user_mimo\demo_transmit_2user_mimo.m
     55    * \2user_mimo\(other files...)
     56
     57User's guide:
     58    * "demo_transmit_1(/2)user_mimo.m" takes charge in the transmission of the data block; all the signal processing is done here, including modulation, subcarriar mapping, wireless channel, equilization, demodulation and so on.
     59    * Open LTEDemo.fig using GUIDE tools in MATLAB to adjust the controls in the GUI.
     60    * Modify LTEDemo.m to change the behavior of the GUI; all the parameters can be changed in this file, such as sub-block size, TxGain for antennas and so on; the nama of the pictures to be transmitted can be modified in this file.
     61
    5662
    5763== GUI ==