Changes between Version 25 and Version 26 of Channels


Ignore:
Timestamp:
May 14, 2009, 4:48:12 PM (15 years ago)
Author:
rpl1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Channels

    v25 v26  
    8989Download Pedestrian A m-file: [http://warp.rice.edu/trac/raw-attachment/wiki/Channels/Pedestrian_A.zip Pedestrian_A.zip] (50 MB)
    9090
    91 This contains data for the emulation with velocities of 0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275 km/h, file new_plotter.m for plotting time differences between packets received and for comparing frequence against db, and a file load_data.m which loads all files and plots all files.
     91This contains data PacketInfo_Vel#.m for the emulation with velocities of 0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275 km/h, file new_plotter.m for plotting time differences between packets received and for comparing frequence against db, and a file load_data.m which loads all files and plots all files.
    9292=== ACE Emulator, Vehicle A - 10,000 Packets ===
    9393Download Vehicle A m-file: [http://warp.rice.edu/trac/raw-attachment/wiki/Channels/Vehicle_A.2.zip  Vehicle_A.zip ] (50 MB)
    9494
    95 This contains data for the emulation with velocities of 0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275 km/h, file new_plotter.m for plotting time differences between packets received and for comparing frequence against db, and a file load_data.m which loads all files and plots all files.
     95This contains data PacketInfo_Vel#.m for the emulation with velocities of 0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275 km/h, file new_plotter.m for plotting time differences between packets received and for comparing frequence against db, and a file load_data.m which loads all files and plots all files.
    9696----
     97When loading a PacketInfo_Vel#.m file, the variables are:
    9798
     99'''NodeIDs <2x10000>'''
     100
     101-1st row is the partner ID
     102
     103-2nd row is the Antenna ID.
     104
     105-10,000 is the total number of packets
     106
     107'''PacketData <7x10000>'''
     108
     109-1st row is time stamp in seconds
     110
     111-2nd row is time stamp in microseconds
     112
     113-3rd is goodPackets
     114
     115-4th is otherBadPackets
     116
     117-5th is partnerBadPackets
     118
     119-6th is rxBytes
     120
     121-7th is txBytes
     122
     123'''Sec <1x10000>'''
     124
     125-1st row is time stamp in seconds
     126
     127'''USec <1x10000>'''
     128
     129-1st row is time stamp in microseconds
     130
     131'''chanBB <1x10000>'''
     132
     133-1st row is chanEstsStruct agc_BB
     134
     135'''chanRF <1x10000>'''
     136
     137-1st row is chanEstsStruct agc_RF
     138
     139'''chanEstsI <64x10000>'''
     140
     141-Rows represent chanEstsStruct I component
     142
     143'''chanEstsQ <64x10000>'''
     144
     145-Rows represent chanEstsStruct Q component
     146
     147'''pkStatus <1x10000>'''
     148
     149-1st row is the Packet Status
     150
     151----
    98152All the specifications for these models can be found at:
    99153