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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio