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
commitabd2e77ba75cc1660a7d71efd579ba84a955622d (patch)
tree4bb4e5b5d196bd3e6fafede7495e84b4d9eac09c /ham/gnuradio-examples/DESCR
parenta3f3aeab92483598ab11ef0c9d095b6eef933279 (diff)
downloadpkgsrc-abd2e77ba75cc1660a7d71efd579ba84a955622d.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.