Merge tag 'staging-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux/fpc-iii.git] / Documentation / userspace-api / media / v4l / pixfmt-sdr-cu08.rst
blob1085b5ad8eb7be2bc3da621bbd92fc967a3f64aa
1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/userspace-api/media/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _v4l2-sdr-fmt-cu8:
12 *************************
13 V4L2_SDR_FMT_CU8 ('CU08')
14 *************************
16 Complex unsigned 8-bit IQ sample
19 Description
20 ===========
22 This format contains sequence of complex number samples. Each complex
23 number consist two parts, called In-phase and Quadrature (IQ). Both I
24 and Q are represented as a 8 bit unsigned number. I value comes first
25 and Q value after that.
27 **Byte Order.**
28 Each cell is one byte.
30 .. flat-table::
31     :header-rows:  0
32     :stub-columns: 0
34     * - start + 0:
35       - I'\ :sub:`0`
36     * - start + 1:
37       - Q'\ :sub:`0`