blob: 1b7eaf652604c06bfbe3b5e513d02424df478949 [file] [log] [blame]
Markus Heiser5377d912016-06-30 15:18:56 +02001.. -*- coding: utf-8; mode: rst -*-
2
Mauro Carvalho Chehab9aff73d2016-07-07 16:16:21 -03003.. _v4l2-sdr-fmt-cu8:
Markus Heiser5377d912016-06-30 15:18:56 +02004
5*************************
6V4L2_SDR_FMT_CU8 ('CU08')
7*************************
8
9*man V4L2_SDR_FMT_CU8(2)*
10
11Complex unsigned 8-bit IQ sample
12
13
14Description
15===========
16
17This format contains sequence of complex number samples. Each complex
18number consist two parts, called In-phase and Quadrature (IQ). Both I
19and Q are represented as a 8 bit unsigned number. I value comes first
20and Q value after that.
21
Mauro Carvalho Chehab056d2ee2016-07-04 13:58:01 -030022**Byte Order.**
Markus Heiser5377d912016-06-30 15:18:56 +020023Each cell is one byte.
24
25
26
Mauro Carvalho Chehab5bd4bb72016-08-17 08:14:19 -030027.. tabularcolumns:: |p{11.7cm}|p{5.8cm}|
28
Markus Heiser5377d912016-06-30 15:18:56 +020029.. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
32 :widths: 2 1
33
34
35 - .. row 1
36
37 - start + 0:
38
39 - I'\ :sub:`0`
40
41 - .. row 2
42
43 - start + 1:
44
45 - Q'\ :sub:`0`