Changeset 516

Show
Ignore:
Timestamp:
11/11/09 16:34:45 (14 years ago)
Author:
trnewman
Message:

Output fix

Files:
1 modified

Legend:

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

    r510 r516  
    164164         
    165165        stats_array[channel] = stats_array[channel] + 1 
    166         print "\n1: ", stats_array[1], " 7: ",stats_array[7], " 8: ",stats_array[8], " 14: ", stats_array[14] 
     166        print "\nChannel DSA Selection Statistics\n" 
     167        print "\n1: ", stats_array[1], " 7: ",stats_array[7], " 8: ",stats_array[8], " 14: ", stats_array[14] 
    167168        return channel,hop_freq #returning the channel number and hop frequency 
    168169