Eric Blossom schrieb:
On Mon, Dec 04, 2006 at 04:41:25PM -0800, John Clark wrote:
I seem to be inheriting a project. The original developer used
usrp_fft.py and fftsink.py as
their starting point for some development work.
However, my mission is to take what they developed, and put it into
On Mon, Dec 04, 2006 at 04:41:25PM -0800, John Clark wrote:
> I seem to be inheriting a project. The original developer used
> usrp_fft.py and fftsink.py as
> their starting point for some development work.
>
> However, my mission is to take what they developed, and put it into a
> box that
> do
John Clark wrote:
does not have any graphical interface.
Start by comparing these two files:
gnuradio/gnuradio-examples/python/usrp/usrp_wfm_rcv.py
gnuradio/gnuradio-examples/python/usrp/usrp_wfm_rcv_nogui.py
They receive FM and put it to the speakers. One with GUI, one without.
Chris
__
I seem to be inheriting a project. The original developer used
usrp_fft.py and fftsink.py as
their starting point for some development work.
However, my mission is to take what they developed, and put it into a
box that
does not have any graphical interface.
Is there some example code showing