#
#
#
#
Author: Ron Economos Email: w6rz@comcast.net
The goal of this project is to build GNU Radio blocks that implement the DVB-C digital television standard EN 300 429 V1.2.1:
http://www.etsi.org/deliver/etsi_en/300400_300499/300429/01.02.01_60/en_300429v010201p.pdf
Requirements:
A DVB-C receiver. This module was tested with a PCTV 292e USB receiver. It is connected to the DVB-C transmitter with a coaxial cable and 30 dB attenuator for loopback testing.
Usage:
A test flowgraph is included in apps/dvbc_tx.grc. The test Transport Stream is available for download here:
http://www.w6rz.net/adv32qam.ts
Build instructions:
mkdir build
cd build
cmake ../
make
sudo make install
sudo ldconfig
Contributions are welcome!