pixfmt-sdr-cs08.rst 609 B

123456789101112131415161718192021222324252627282930
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _v4l2-sdr-fmt-cs8:
  3. *************************
  4. V4L2_SDR_FMT_CS8 ('CS08')
  5. *************************
  6. Complex signed 8-bit IQ sample
  7. Description
  8. ===========
  9. This format contains sequence of complex number samples. Each complex
  10. number consist two parts, called In-phase and Quadrature (IQ). Both I
  11. and Q are represented as a 8 bit signed number. I value comes first and
  12. Q value after that.
  13. **Byte Order.**
  14. Each cell is one byte.
  15. .. flat-table::
  16. :header-rows: 0
  17. :stub-columns: 0
  18. * - start + 0:
  19. - I'\ :sub:`0`
  20. * - start + 1:
  21. - Q'\ :sub:`0`