Changeset 517

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

One more small output fix

Files:
1 modified

Legend:

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

    r516 r517  
    164164         
    165165        stats_array[channel] = stats_array[channel] + 1 
    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] 
     166        print "\nChannel DSA Selection Statistics (Channel #: Number times selected)" 
     167        print "1: ", stats_array[1], " 7: ",stats_array[7], " 8: ",stats_array[8], " 14: ", stats_array[14] 
    168168        return channel,hop_freq #returning the channel number and hop frequency 
    169169