summaryrefslogtreecommitdiff
path: root/gr-trellis/examples/python/test_cpm.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-05-30 10:29:05 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-05-30 10:29:05 -0700
commita8d28ad5338a5044acbbc5c84abb20b7365c9afa (patch)
tree895749fe89e1c3cdd5e29033deac05ba681444a9 /gr-trellis/examples/python/test_cpm.py
parent220ddfabab53c4b321b42b1769c21eead0eae44e (diff)
trellis: fix typos in examples
Diffstat (limited to 'gr-trellis/examples/python/test_cpm.py')
-rwxr-xr-xgr-trellis/examples/python/test_cpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/examples/python/test_cpm.py b/gr-trellis/examples/python/test_cpm.py
index 99b75a7dd1..3f5cfc4587 100755
--- a/gr-trellis/examples/python/test_cpm.py
+++ b/gr-trellis/examples/python/test_cpm.py
@@ -101,7 +101,7 @@ def run_test(seed,blocksize):
blocks_add_vxx_0 = blocks.add_vcc(1)
analog_noise_source_x_0 = analog.noise_source_c(analog.GR_GAUSSIAN, (N0/2.0)**0.5, -long(seed))
- blokcs_multiply_vxx_0 = blocks.multiply_vcc(1)
+ blocks_multiply_vxx_0 = blocks.multiply_vcc(1)
analog_sig_source_x_0 = analog.sig_source_c(Q, analog.GR_COS_WAVE, -f0T, 1, 0)
# only works for N=2, do it manually for N>2...
filter_fir_filter_xxx_0_0 = filter.fir_filter_ccc(Q, MF[0].conjugate())