summaryrefslogtreecommitdiff
path: root/gr-digital/examples/example_fll.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-08-20 19:54:05 -0400
committerTom Rondeau <trondeau@vt.edu>2012-08-20 19:54:05 -0400
commite7de8a7b826d5cbd9c9358d96ab44d115fa53524 (patch)
treeda66361fdfad62fbb62cb09cb0317f2351b2965c /gr-digital/examples/example_fll.py
parenta8f91e9cca303d13fa153e8995fe8d093e3217ab (diff)
digital: fixed up digital blocks to make examples work again.
Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx.
Diffstat (limited to 'gr-digital/examples/example_fll.py')
-rwxr-xr-xgr-digital/examples/example_fll.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/gr-digital/examples/example_fll.py b/gr-digital/examples/example_fll.py
index 93535f4175..bcd2ee032b 100755
--- a/gr-digital/examples/example_fll.py
+++ b/gr-digital/examples/example_fll.py
@@ -1,4 +1,24 @@
#!/usr/bin/env python
+#
+# Copyright 2011,2012 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio 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.
+#
+# GNU Radio 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 GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+#
from gnuradio import gr, digital, filter
from gnuradio import eng_notation