diff options
Diffstat (limited to 'gr-trellis/examples/python/test_cpm.py')
-rwxr-xr-x | gr-trellis/examples/python/test_cpm.py | 2 |
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()) |