summaryrefslogtreecommitdiff
path: root/gr-dtv/docs/README.dtv
blob: 23639f0269cfa1828223a8af71af7ce4ef1c57b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the GNU Radio DTV package. It contains the blocks that
implement various digital television standards.

To use the DTV blocks, the Python namespaces is in gnuradio.dtv, which
would be normally imported as:

    from gnuradio import dtv

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:

    help(dtv)