discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py


From: Johnathan Corgan
Subject: RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py
Date: Thu, 13 Nov 2008 07:43:02 -0800

On Thu, 2008-11-13 at 10:12 -0500, Newman, Timothy wrote:
> For both those functions you need to pass in the variable you want
> assigned the value as an input parameter.
> 
>  
> 
> Look at gnuradio/trunk/gr-usrp2/src/usrp2_source_base.cc for the
> function definitions of adc_rate and daughterboard_id.

Actually, that is correct for the C++ API, but for Python we add a small
shim to make it return the value instead of passing a pointer into it.
So the code in usrp2_fft.py is calling it correctly.

-Johnathan







reply via email to

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