diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-08-09 21:50:13 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-08-09 21:50:13 -0400 |
commit | 61db1684fdda602d18134b2e8c510bb7e33245fc (patch) | |
tree | d1bb6dc6c824c98d82b17027d271292dab66eb6e /gr-digital/python/modulation_utils2.py | |
parent | 386a73c53aeb36bdf10e28fc5366385faebe78b2 (diff) |
digital: setting up receive path to use new timing loop API, FLL API, new gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work.
Diffstat (limited to 'gr-digital/python/modulation_utils2.py')
-rw-r--r-- | gr-digital/python/modulation_utils2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/python/modulation_utils2.py b/gr-digital/python/modulation_utils2.py index f30055f4ac..cb3a9812d4 100644 --- a/gr-digital/python/modulation_utils2.py +++ b/gr-digital/python/modulation_utils2.py @@ -80,6 +80,7 @@ def extract_kwargs_from_options(function, excluded_args, options): @param options: result of command argument parsing @type options: optparse.Values """ + # Try this in C++ ;) args, varargs, varkw, defaults = inspect.getargspec(function) d = {} |