On Thu, Nov 29, 2007 at 05:51:30PM -0500, Wuest Brandon-WTVR47 wrote:
> Do you know if the USRP is in fact little endian?  I wrote a little C
> program to test the endian-ness of my machine (which I am sure everyone
> did in CS 101) and its big endian.  
> 
> Endian-ness is based purely off the processor and not the OS right?
> Sorry for the somewhat non-related SDR question, I generally work with
> Java, so I sometimes forget about those silly low level details :).

Raw data from the USRP is little endian.  If you use
usrp.source_c(...) it's converted to native complex<float> in the
interface code.

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to