I am trying to run this script available at http://swigerco.com/gnuradio/ate/
to sweep through several frequencies and to log the data. However running the script gives me an error regarding the "import usrp_siggen" (I am attaching some of code below, the error is "no module named usrp_siggen.py"). What might be done to fix this? Best regards, -Vijay ----------------------------- initial portion of the code import wx import usrp_siggen from gnuradio import gr from gnuradio import usrp from gnuradio.eng_option import eng_option from optparse import OptionParser from gnuradio import eng_notation import math ID_ABOUT = wx.NewId() ID_EXIT = wx.NewId() ID_STARTFREQ = wx.NewId() ID_STEPFREQ = wx.NewId
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio