Show
Ignore:
Timestamp:
11/11/09 15:34:49 (15 years ago)
Author:
trnewman
Message:

Took out some debug and added some stats

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py

    r506 r509  
    163163            hop_freq = float(1e6 * (467.5625+(channel-8)*0.025))#setting the centre freq frequency for sending packets     
    164164         
     165        stats_array[channel] = stats_array[channel] + 1 
     166        print "\n1: ", stats_array[1], " 2: ",stats_array[2], " 3: ",stats_array[3], " 4: ", stats_array[4] 
    165167        return channel,hop_freq #returning the channel number and hop frequency 
    166168     
     
    345347                    return_flag = 0 
    346348 
     349 
     350                 
     351 
     352 
    347353                tb.txpath.u.set_center_freq(hop_freq) 
    348354                tb.rxpath.u.set_center_freq(hop_freq)