discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] import usrp_siggen


From: Vijay Pillai
Subject: [Discuss-gnuradio] import usrp_siggen
Date: Mon, 14 Mar 2011 14:52:15 -0700 (PDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]