brintos

brintos / linux-shallow public Read only

0
0
Text · 637 B · 45fce09 Raw
31 lines · plain
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later2 3.. _v4l2-sdr-fmt-cu8:4 5*************************6V4L2_SDR_FMT_CU8 ('CU08')7*************************8 9Complex unsigned 8-bit IQ sample10 11 12Description13===========14 15This format contains sequence of complex number samples. Each complex16number consist two parts, called In-phase and Quadrature (IQ). Both I17and Q are represented as a 8 bit unsigned number. I value comes first18and Q value after that.19 20**Byte Order.**21Each cell is one byte.22 23.. flat-table::24    :header-rows:  025    :stub-columns: 026 27    * - start + 0:28      - I'\ :sub:`0`29    * - start + 1:30      - Q'\ :sub:`0`31