Changes between Version 7 and Version 8 of Internal/Mapping/Calibration


Ignore:
Timestamp:
Aug 25, 2006, 9:53:40 PM (18 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Mapping/Calibration

    v7 v8  
    44
    55As the first important discovery in ORBIT testbed, some (if not most) !WiFi cards behaved strangely. Therefore, it is really important to identify those '''bad''' cards. The calibration procedure tries to find if the Tx power and RSSI measurement of the card in each 802.11 channel is ''regular''  or not.
     6
     7For each card, the calibration has two experiments:
     8 1. A standard signaling generator will generator 500 802.11 beacons in 5 seconds, the card has to report its measured RSSIs.
     9 1. A VSA equipment will measure 500 beacons generated by the card
     10
     11Those experiments are going to be repeated in each 802.11 a/b/g channel and with 4 different Tx power levels: 1, 10, 20, 100mW.
    612
    713== Calibration Procedure ==
     
    1319 1. check the calibration_central database in idb1.
    1420 1. Do above procedures for another card
     21
     22== Database Format ==
     23
     24The database is named  “calibration_central”. It is now in idb1.
     25It has two tables:
     26 *  Rx_caliber: has all measurements by  Card Tx experiments
     27 *  Tx_caliber: has all measurements by “card <- VSA” Setting
     28
     29
     30
     31
    1532 
    1633== For developers ==