]> git.gag.com Git - debian/gnuradio/commitdiff
updated name of examples directory to /digital
authortrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 Dec 2006 23:11:11 +0000 (23:11 +0000)
committertrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 Dec 2006 23:11:11 +0000 (23:11 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4088 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py
gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py

index cf38f02e6cfe55fcaaf273c9d6a1b7bbeb2c3900..470ab8e2a524f4c434f3a0f9552a8c4d830e8fce 100644 (file)
@@ -19,7 +19,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-# See gnuradio-examples/python/gmsk2 for examples
+# See gnuradio-examples/python/digital for examples
 
 """
 differential BPSK modulation and demodulation.
index 70024f1e98da3ec1391d5a4bad53030927dc0f04..4332767bdfd1c63f8de9eaf2b8aa4ccadf751a8c 100644 (file)
@@ -19,7 +19,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-# See gnuradio-examples/python/gmsk2 for examples
+# See gnuradio-examples/python/digital for examples
 
 """
 differential QPSK modulation and demodulation.
index 098aa74bb5153129e7158565149006b916dcdbd0..7a77a84ec94e2fa47d41fcdc407b7383335d33ca 100644 (file)
@@ -22,7 +22,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-# See gnuradio-examples/python/gmsk2 for examples
+# See gnuradio-examples/python/digital for examples
 
 from gnuradio import gr
 from gnuradio import modulation_utils