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.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _V4L2-SDR-FMT-CS14LE:
12 ****************************
13 V4L2_SDR_FMT_CS14LE ('CS14')
14 ****************************
16 Complex signed 14-bit little endian IQ sample
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 14 bit signed little endian number. I value
25 comes first and Q value after that. 14 bit value is stored in 16 bit
26 space with unused high bits padded with 0.
29 Each cell is one byte.