On Friday 16 January 2009 19:52:47 George Nychis wrote:
> Hi all,
>
> Thanks to Eric, Jonathan, Tom, and whoever else worked on the C++
> daughterboard code, we now have full daughterboard support for the
> in-band project.  I only have BasicTX/RX and RFX2400 which I tested. If
> anyone wants to test others I would greatly appreciate it.
>
> I have made modifications to usrp_usb_interface in usrp/host/lib/inband
> for the support, which are now checked in to the trunk.
>
> 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

Stefan

-- 
Stefan Brüns  /  Bergstraße 21  /  52062 Aachen
phone: +49 241 53809034     mobile: +49 151 50412019

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to