1 <refentry id="V4L2-SDR-FMT-CS08">
3 <refentrytitle>V4L2_SDR_FMT_CS8 ('CS08')</refentrytitle>
8 <constant>V4L2_SDR_FMT_CS8</constant>
10 <refpurpose>Complex signed 8-bit IQ sample</refpurpose>
13 <title>Description</title>
15 This format contains sequence of complex number samples. Each complex number
16 consist two parts, called In-phase and Quadrature (IQ). Both I and Q are
17 represented as a 8 bit signed number. I value comes first and Q value after
21 <title><constant>V4L2_SDR_FMT_CS8</constant> 1 sample</title>
23 <title>Byte Order.</title>
24 <para>Each cell is one byte.
25 <informaltable frame="none">
26 <tgroup cols="2" align="center">
27 <colspec align="left" colwidth="2*" />
30 <entry>start + 0:</entry>
31 <entry>I'<subscript>0</subscript></entry>
34 <entry>start + 1:</entry>
35 <entry>Q'<subscript>0</subscript></entry>