GithubHelp home page GithubHelp logo

ohleck / gr-qam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from argilo/gr-qam

1.0 2.0 0.0 555 KB

A QAM-64 transmitter for GNU Radio

License: GNU General Public License v3.0

CMake 32.61% Python 31.97% C 8.43% C++ 26.99%

gr-qam's Introduction

# Copyright 2014 Clayton Smith
#
# This file is part of gr-qam
#
# gr-qam is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# gr-qam is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with gr-qam; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.

gr-qam
======

Author: Clayton Smith
Email: <[email protected]>

The goal of thhis project is to build a software-defined 64-QAM and
256-QAM transmitter, based on the ANSI/SCTE 07 2013 Digital
Transmission Standard for Cable Television:

    http://www.scte.org/FileDownload.aspx?A=3445

Build instructions:

    mkdir build
    cd build
    cmake ../
    make
    sudo make install
    sudo ldconfig

If your GNU Radio is installed in /usr (rather than /usr/local), then
replace the third line above with:

    cmake -DCMAKE_INSTALL_PREFIX=/usr ../
    
You may also need to export the PKG_CONFIG_PATH environment variable
for cmake to find your GNU Radio libraries.  For example, if you had
installed into /opt/gnuradio, you may need to have PKG_CONFIG_PATH
set to "/opt/gnuradio/lib/pkgconfig" or "/opt/gnuradio/lib64/pkgconfig".

At present only 64-QAM is supported.  An example transmitter can be
found in /apps.  It can transmit MPEG transport streams generated by
avconv.  For example, to transmit the video from your webcam and audio
from your microphone, try this:

    mkfifo in.fifo

    avconv -f alsa -i pulse -f video4linux2 -s 640x480 -i /dev/video0 \
      -vcodec mpeg2video -s 640x480 -r 60 -b 5000000 -acodec ac3 \
      -ar 48000 -ab 192000 -ac 2 -muxrate 26970352 -mpegts_service_id 1 \
      -f mpegts -y in.fifo

Contributions are welcome!

gr-qam's People

Contributors

argilo avatar unwiredben avatar

Stargazers

Timothy avatar

Watchers

James Cloos avatar OHLECK avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.