1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>V4L2_SDR_FMT_CS14LE ('CS14')</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="LINUX MEDIA INFRASTRUCTURE API"><link rel="up" href="sdr-formats.html" title="SDR Formats"><link rel="prev" href="V4L2-SDR-FMT-CS08.html" title="V4L2_SDR_FMT_CS8 ('CS08')"><link rel="next" href="V4L2-SDR-FMT-RU12LE.html" title="V4L2_SDR_FMT_RU12LE ('RU12')"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">V4L2_SDR_FMT_CS14LE ('CS14')</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="V4L2-SDR-FMT-CS08.html">Prev</a> </td><th width="60%" align="center">SDR Formats</th><td width="20%" align="right"> <a accesskey="n" href="V4L2-SDR-FMT-RU12LE.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="V4L2-SDR-FMT-CS14LE"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p> 2 <code class="constant">V4L2_SDR_FMT_CS14LE</code> 3 — Complex signed 14-bit little endian IQ sample</p></div><div class="refsect1"><a name="idp1102925108"></a><h2>Description</h2><p> 4This format contains sequence of complex number samples. Each complex number 5consist two parts, called In-phase and Quadrature (IQ). Both I and Q are 6represented as a 14 bit signed little endian number. I value comes first 7and Q value after that. 14 bit value is stored in 16 bit space with unused 8high bits padded with 0. 9 </p><div class="example"><a name="idp1102925972"></a><p class="title"><b>Example 2.37. <code class="constant">V4L2_SDR_FMT_CS14LE</code> 1 sample</b></p><div class="example-contents"><p><b>Byte Order. </b>Each cell is one byte. 10 </p><div class="informaltable"><table border="0"><colgroup><col align="left"><col><col></colgroup><tbody valign="top"><tr><td align="left" valign="top">start + 0:</td><td align="center" valign="top">I'<sub>0[7:0]</sub></td><td align="center" valign="top">I'<sub>0[13:8]</sub></td></tr><tr><td align="left" valign="top">start + 2:</td><td align="center" valign="top">Q'<sub>0[7:0]</sub></td><td align="center" valign="top">Q'<sub>0[13:8]</sub></td></tr></tbody></table></div><p> 11 </p></div></div><br class="example-break"></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="V4L2-SDR-FMT-CS08.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sdr-formats.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="V4L2-SDR-FMT-RU12LE.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">V4L2_SDR_FMT_CS8 ('CS08') </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> V4L2_SDR_FMT_RU12LE ('RU12')</td></tr></table></div></body></html> 12