On 25/01/2023 13:10, [email protected] wrote:

This was the full line ./rfnoc_rx_to_file --freq 2.4e3 --rate 1e6 --duration 3, so my guess is by default it is using sc16. However, I would like to know the format of the bitstream itself(i.e what bits are associated with I,Q,etc along the bitstream).


OK, so interleaved native-binary "int16".

It records a set of complex-baseband samples in whatever format you specify, in your case, as a set of interleaved
  "int16" (to use C++ parlance).

So the file is just a continuous collection of IQIQIQIQIQIQ. There's no headers or anything.


_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to