Merge remote-tracking branch 'mfd/for-mfd-next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cs08.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _v4l2-sdr-fmt-cs8:
4
5 *************************
6 V4L2_SDR_FMT_CS8 ('CS08')
7 *************************
8
9 Complex signed 8-bit IQ sample
10
11
12 Description
13 ===========
14
15 This format contains sequence of complex number samples. Each complex
16 number consist two parts, called In-phase and Quadrature (IQ). Both I
17 and Q are represented as a 8 bit signed number. I value comes first and
18 Q value after that.
19
20 **Byte Order.**
21 Each cell is one byte.
22
23 .. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
26
27
28 - .. row 1
29
30 - start + 0:
31
32 - I'\ :sub:`0`
33
34 - .. row 2
35
36 - start + 1:
37
38 - Q'\ :sub:`0`
This page took 0.061943 seconds and 5 git commands to generate.