discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] full daughterboard support added to in-band code


From: George Nychis
Subject: Re: [Discuss-gnuradio] full daughterboard support added to in-band code & in-band update
Date: Sun, 18 Jan 2009 12:12:43 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)



Stefan Bruens wrote:
You can specify a center frequency by adding an rf-freq element in the
usrp_dict dictionary in any of the applications, for example to use 2.45G:
   pmt_dict_set(usrp_dict, pmt_intern("rf-freq"), pmt_from_long(2450e6));

Hm, MAX_LONG= (2^31)-1 = 2147 483 648
2450e6 = 2450 000 000 > MAX_LONG


You're correct, I caught this the other day and already applied a patch for it. Thanks for pointing it out too! It's now pmt_from_real(2450e6)

- George




reply via email to

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