discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] usrp_wfm_rcv2_nogui.py


From: Jordan Hayes
Subject: Re: [Discuss-gnuradio] usrp_wfm_rcv2_nogui.py
Date: Sat, 7 Mar 2009 11:46:19 -0800

   dxc_freq, inverted = usrp.calc_dxc_freq(f[n], baseband_freq,
       self.u_converter_rate())

gives me an error:

AttributeError: 'module' object has no attribute 'calc_dxc_freq'

Ok, I see the code for this in usrp/host/lib/legacy/usrp_standard.cc but

   % find . -name \*.py | xargs grep calc_dxc

gives no output except the example.

It looks like this function used to be in gnuradio/gr-usrp/src/usrp.py but has now migrated to C++ ... but isn't referenced in the swig .i file?

Thanks,

/jordan




reply via email to

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