On 25/01/2023 13:23, jmalo...@umass.edu wrote:

Thanks, Following up on this, if I then use fc32, or fc64, how does the format change.

Then it's interleaved IQ in native-binary format for that particular type.    For "fc32" it's interleaved   single-precision floating-point, and for fc64, it's interleaved double-precision floating-point.
  On most architectures, this is IEEE floating-point format.

Reading and writing native-binary formats is a fairly-ordinary exercise in both C++ and Python, and isn't   specifically related to UHD.   For example, Numpy, for Python has the "fromfile" method:

https://numpy.org/doc/stable/reference/generated/numpy.fromfile.html



Also, does there exist documentation on the default set of file formats?

Not really, because there's not much "format" there.



_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to