Skip to content

Files

Latest commit

af78fad · Aug 30, 2022

History

History
This branch is 134 commits behind gnuradio/gnuradio:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 30, 2022
Feb 3, 2018
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)