Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
0002 
0003 .. _v4l2-sdr-fmt-cs8:
0004 
0005 *************************
0006 V4L2_SDR_FMT_CS8 ('CS08')
0007 *************************
0008 
0009 Complex signed 8-bit 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 8 bit signed number. I value comes first and
0018 Q value after that.
0019 
0020 **Byte Order.**
0021 Each cell is one byte.
0022 
0023 .. flat-table::
0024     :header-rows:  0
0025     :stub-columns: 0
0026 
0027     * - start + 0:
0028       - I'\ :sub:`0`
0029     * - start + 1:
0030       - Q'\ :sub:`0`