summaryrefslogtreecommitdiff
path: root/ham/gnuradio-examples/DESCR
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2005-10-07 23:02:54 +0000
committerwulf <wulf@pkgsrc.org>2005-10-07 23:02:54 +0000
commitdc0e458aa7dbe6de34a59795f0777f0a125b5899 (patch)
tree4bb4e5b5d196bd3e6fafede7495e84b4d9eac09c /ham/gnuradio-examples/DESCR
parentfbd1770a6e6be87dd3807615d9bb057068d05983 (diff)
downloadpkgsrc-dc0e458aa7dbe6de34a59795f0777f0a125b5899.tar.gz
New package gnuradio-examples: This modules provides examples that
demonstrate the use of GNU Radio
Diffstat (limited to 'ham/gnuradio-examples/DESCR')
-rw-r--r--ham/gnuradio-examples/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/ham/gnuradio-examples/DESCR b/ham/gnuradio-examples/DESCR
new file mode 100644
index 00000000000..904feb455df
--- /dev/null
+++ b/ham/gnuradio-examples/DESCR
@@ -0,0 +1,8 @@
+GNU Radio is a collection of software that when combined with minimal hardware,
+allows the construction of radios where the actual waveforms transmitted and
+received are defined by software. What this means is that it turns the digital
+modulation schemes used in today's high performance wireless devices into
+software problems.
+
+This module contains example code that may be used to exercise GNU Radio or
+as a starting point for a new project.