frontend-property-cable-systems.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _frontend-property-cable-systems:
  3. *****************************************
  4. Properties used on cable delivery systems
  5. *****************************************
  6. .. _dvbc-params:
  7. DVB-C delivery system
  8. =====================
  9. The DVB-C Annex-A is the widely used cable standard. Transmission uses
  10. QAM modulation.
  11. The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It
  12. supports a subset of the Annex A modulation types, and a roll-off of
  13. 0.13, instead of 0.15
  14. The following parameters are valid for DVB-C Annex A/C:
  15. - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
  16. - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
  17. - :ref:`DTV_TUNE <DTV-TUNE>`
  18. - :ref:`DTV_CLEAR <DTV-CLEAR>`
  19. - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
  20. - :ref:`DTV_MODULATION <DTV-MODULATION>`
  21. - :ref:`DTV_INVERSION <DTV-INVERSION>`
  22. - :ref:`DTV_SYMBOL_RATE <DTV-SYMBOL-RATE>`
  23. - :ref:`DTV_INNER_FEC <DTV-INNER-FEC>`
  24. - :ref:`DTV_LNA <DTV-LNA>`
  25. In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
  26. are also valid.
  27. .. _dvbc-annex-b-params:
  28. DVB-C Annex B delivery system
  29. =============================
  30. The DVB-C Annex-B is only used on a few Countries like the United
  31. States.
  32. The following parameters are valid for DVB-C Annex B:
  33. - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
  34. - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
  35. - :ref:`DTV_TUNE <DTV-TUNE>`
  36. - :ref:`DTV_CLEAR <DTV-CLEAR>`
  37. - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
  38. - :ref:`DTV_MODULATION <DTV-MODULATION>`
  39. - :ref:`DTV_INVERSION <DTV-INVERSION>`
  40. - :ref:`DTV_LNA <DTV-LNA>`
  41. In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
  42. are also valid.