Merge git://www.linux-watchdog.org/linux-watchdog
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cu16le.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-SDR-FMT-CU16LE:
4
5****************************
6V4L2_SDR_FMT_CU16LE ('CU16')
7****************************
8
9*man V4L2_SDR_FMT_CU16LE(2)*
10
11Complex unsigned 16-bit little endian 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 16 bit unsigned little endian number. I value
20comes first and Q value after that.
21
056d2ee6 22**Byte Order.**
5377d91f
MH
23Each cell is one byte.
24
25
26
27.. flat-table::
28 :header-rows: 0
29 :stub-columns: 0
30 :widths: 2 1 1
31
32
33 - .. row 1
34
35 - start + 0:
36
37 - I'\ :sub:`0[7:0]`
38
39 - I'\ :sub:`0[15:8]`
40
41 - .. row 2
42
43 - start + 2:
44
45 - Q'\ :sub:`0[7:0]`
46
47 - Q'\ :sub:`0[15:8]`
This page took 0.042923 seconds and 5 git commands to generate.