|
@@ -311,8 +311,6 @@ typedef enum fe_rolloff {
|
|
ROLLOFF_20,
|
|
ROLLOFF_20,
|
|
ROLLOFF_25,
|
|
ROLLOFF_25,
|
|
ROLLOFF_AUTO,
|
|
ROLLOFF_AUTO,
|
|
- ROLLOFF_15, /* DVB-C Annex A */
|
|
|
|
- ROLLOFF_13, /* DVB-C Annex C */
|
|
|
|
} fe_rolloff_t;
|
|
} fe_rolloff_t;
|
|
</programlisting>
|
|
</programlisting>
|
|
</section>
|
|
</section>
|
|
@@ -336,9 +334,10 @@ typedef enum fe_rolloff {
|
|
<title>fe_delivery_system type</title>
|
|
<title>fe_delivery_system type</title>
|
|
<para>Possible values: </para>
|
|
<para>Possible values: </para>
|
|
<programlisting>
|
|
<programlisting>
|
|
|
|
+
|
|
typedef enum fe_delivery_system {
|
|
typedef enum fe_delivery_system {
|
|
SYS_UNDEFINED,
|
|
SYS_UNDEFINED,
|
|
- SYS_DVBC_ANNEX_AC,
|
|
|
|
|
|
+ SYS_DVBC_ANNEX_A,
|
|
SYS_DVBC_ANNEX_B,
|
|
SYS_DVBC_ANNEX_B,
|
|
SYS_DVBT,
|
|
SYS_DVBT,
|
|
SYS_DSS,
|
|
SYS_DSS,
|
|
@@ -355,6 +354,7 @@ typedef enum fe_delivery_system {
|
|
SYS_DAB,
|
|
SYS_DAB,
|
|
SYS_DVBT2,
|
|
SYS_DVBT2,
|
|
SYS_TURBO,
|
|
SYS_TURBO,
|
|
|
|
+ SYS_DVBC_ANNEX_C,
|
|
} fe_delivery_system_t;
|
|
} fe_delivery_system_t;
|
|
</programlisting>
|
|
</programlisting>
|
|
</section>
|
|
</section>
|
|
@@ -781,7 +781,8 @@ typedef enum fe_hierarchy {
|
|
<title>Properties used on cable delivery systems</title>
|
|
<title>Properties used on cable delivery systems</title>
|
|
<section id="dvbc-params">
|
|
<section id="dvbc-params">
|
|
<title>DVB-C delivery system</title>
|
|
<title>DVB-C delivery system</title>
|
|
- <para>The DVB-C Annex-A/C is the widely used cable standard. Transmission uses QAM modulation.</para>
|
|
|
|
|
|
+ <para>The DVB-C Annex-A is the widely used cable standard. Transmission uses QAM modulation.</para>
|
|
|
|
+ <para>The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It supports a subset of the Annex A modulation types, and a roll-off of 0.13, instead of 0.15</para>
|
|
<para>The following parameters are valid for DVB-C Annex A/C:</para>
|
|
<para>The following parameters are valid for DVB-C Annex A/C:</para>
|
|
<itemizedlist mark='opencircle'>
|
|
<itemizedlist mark='opencircle'>
|
|
<listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
|
|
@@ -792,10 +793,8 @@ typedef enum fe_hierarchy {
|
|
<listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-SYMBOL-RATE"><constant>DTV_SYMBOL_RATE</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-SYMBOL-RATE"><constant>DTV_SYMBOL_RATE</constant></link></para></listitem>
|
|
- <listitem><para><link linkend="DTV-ROLLOFF"><constant>DTV_ROLLOFF</constant></link></para></listitem>
|
|
|
|
<listitem><para><link linkend="DTV-INNER-FEC"><constant>DTV_INNER_FEC</constant></link></para></listitem>
|
|
<listitem><para><link linkend="DTV-INNER-FEC"><constant>DTV_INNER_FEC</constant></link></para></listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
- <para>The Rolloff of 0.15 (ROLLOFF_15) is assumed, as ITU-T J.83 Annex A is more common. For Annex C, rolloff should be 0.13 (ROLLOFF_13). All other values are invalid.</para>
|
|
|
|
</section>
|
|
</section>
|
|
<section id="dvbc-annex-b-params">
|
|
<section id="dvbc-annex-b-params">
|
|
<title>DVB-C Annex B delivery system</title>
|
|
<title>DVB-C Annex B delivery system</title>
|