Changes between Version 6 and Version 7 of OFDM/MIMO/Docs/Overview


Ignore:
Timestamp:
Dec 3, 2009, 1:33:30 PM (14 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDM/MIMO/Docs/Overview

    v6 v7  
    1818The source files for the MIMO OFDM design are available in the WARP repository: [source:/ResearchApps/PHY/MIMO_OFDM].
    1919
    20 [source:/ResearchApps/PHY/MIMO_OFDM/ofdm_txrx_mimo.mdl ofdm_txrx_mimo.mdl]
     20[source:/ResearchApps/PHY/MIMO_OFDM/ofdm_txrx_supermimo.mdl ofdm_txrx_mimo.mdl]
    2121  Simulink/System Generator model for the full MIMO OFDM transceiver.
    2222
    23 [source:/ResearchApps/PHY/MIMO_OFDM/ofdm_rx_mimo_init.m ofdm_rx_mimo_init.m]
     23[source:/ResearchApps/PHY/MIMO_OFDM/ofdm_rx_supermimo_init.m ofdm_rx_mimo_init.m]
    2424  This script sets a number of initial values and parameters in the receiver subsystem.
    2525
    26 [source:/ResearchApps/PHY/MIMO_OFDM/ofdm_tx_mimo_init.m ofdm_tx_mimo_init.m]
     26[source:/ResearchApps/PHY/MIMO_OFDM/ofdm_tx_supermimo_init.m ofdm_tx_mimo_init.m]
    2727  This script sets a number of initial values and parameters for the transmitter subsystem. Some of these parameters are shared by both the transmitter and receiver models, so this script is also called by the receiver model's initilization script.
    28 
    29 [source:/ResearchApps/PHY/MIMO_OFDM/ofdm_rx_init_packetTimingControl.m ofdm_rx_init_packetTimingControl.m]
    30   Defines the behavior of the receiver's packet timing control block, setting the expected arrival times of different parts of a received packet.
    3128
    3229[source:/ResearchApps/PHY/MIMO_OFDM/CRC_table_gen.m CRC_table_gen.m]