On Mon, Apr 20, 2009 at 7:33 AM, <[email protected]> wrote: > is it possible to tune the USRP2 to two different frequencies? I can do > this with the USRP1 and a LFRX daughterboard using usrp.tune twice:
The USRP has one receive daughterboard and one baseband DDC, so no, you can only tune to one center frequency. However, if your signals of interest are close enough, you can set the center frequency to the mid-point between them, set the decimation rate to that which would give you a frequency band that contains both signals, then separate them on the host inside your GNU Radio flowgraph using two DDC blocks. Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
