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