0001 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
0002
0003 .. _V4L2-SDR-FMT-CS14LE:
0004
0005 ****************************
0006 V4L2_SDR_FMT_CS14LE ('CS14')
0007 ****************************
0008
0009 Complex signed 14-bit little endian IQ sample
0010
0011
0012 Description
0013 ===========
0014
0015 This format contains sequence of complex number samples. Each complex
0016 number consist two parts, called In-phase and Quadrature (IQ). Both I
0017 and Q are represented as a 14 bit signed little endian number. I value
0018 comes first and Q value after that. 14 bit value is stored in 16 bit
0019 space with unused high bits padded with 0.
0020
0021 **Byte Order.**
0022 Each cell is one byte.
0023
0024
0025 .. flat-table::
0026 :header-rows: 0
0027 :stub-columns: 0
0028
0029 * - start + 0:
0030 - I'\ :sub:`0[7:0]`
0031 - I'\ :sub:`0[13:8]`
0032 * - start + 2:
0033 - Q'\ :sub:`0[7:0]`
0034 - Q'\ :sub:`0[13:8]`