Changeset 464 for vtcross

Show
Ignore:
Timestamp:
09/04/09 11:32:27 (15 years ago)
Author:
trnewman
Message:

Removing the set_freq function call from benchmark_dsa.py

Files:
1 modified

Legend:

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

    r463 r464  
    324324                                        return_flag = 0 
    325325 
    326                                 tb.txpath.set_freq(hop_freq) 
    327                                 tb.rxpath.set_freq(hop_freq) 
     326                                tb.txpath.u.set_center_freq(hop_freq) 
     327                                tb.rxpath.u.set_center_freq(hop_freq) 
    328328                 
    329329                                ch_energy = tb.rxpath.probe.level() #check if primary user is present