Changeset 325

Show
Ignore:
Timestamp:
07/15/09 17:42:46 (15 years ago)
Author:
sriram
Message:

Hardcoding the channel to 1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/sriram/benchmark_txrxnode1.py

    r319 r325  
    207207                #ch = int(random.choice('17')) 
    208208                #ch = random.randint(6,12) 
    209                 #ch = 1 
     209                ch = 1 
    210210                hop_freq = float(1e6 * (462.5625+(ch-1)*0.025))#setting the centre freq frequency for sending packets 
    211211                print "hop freq is ",hop_freq