Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
Initial import into repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Aug 8, 2010
0 parents commit b00ac0b
Show file tree
Hide file tree
Showing 6 changed files with 2,567 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
@@ -0,0 +1,17 @@
This repository contains simple GNU Radio Companion scripts that I have used for simple DVB setup. It's no DVB-T or DVB-S system (yet), just a simple way to get a webcam on the air.

For video processing I used Gstreamer and connected to GNU Radio using named pipes. See http://wiki.oz9aec.net/index.php/Simple_DVB_with_Gstreamer_and_GNU_Radio for more details.

gmsk_tx.grc and gmsk_rx.grc:
A simple GMSK transmitter and receiver pair that can be used on separate computers and USRPs.

gmsk_trx.grc:
A smiple GMSK transceiver that can be used on one computer with one USRP for both transmit and receive.

gmsk_sim.grc:
A simple TX+RX simulator that can be used to test without any USRP.

gst-cmd.txt:
Example Gstreamer commands to build the video processing pipelines.


0 comments on commit b00ac0b

Please sign in to comment.