summaryrefslogtreecommitdiff
path: root/gr-filter/examples/reconstruction.py
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2012-09-04 21:28:42 -0700
committerBen Reynwar <ben@reynwar.net>2012-09-04 21:28:42 -0700
commitb7a22f8b004eb7a88708fba7db2203462211921e (patch)
tree153fac4edf233c89e3576034740c12031c90b569 /gr-filter/examples/reconstruction.py
parent8ea61b3501dcb8bcba00b490ae558327df57c830 (diff)
Examples: Fixed minor bugs in examples and blks2impl from namespace changes.
Diffstat (limited to 'gr-filter/examples/reconstruction.py')
-rwxr-xr-xgr-filter/examples/reconstruction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/examples/reconstruction.py b/gr-filter/examples/reconstruction.py
index 9e38f3669c..f4908006fc 100755
--- a/gr-filter/examples/reconstruction.py
+++ b/gr-filter/examples/reconstruction.py
@@ -64,7 +64,7 @@ def main():
src = gr.vector_source_b(data.astype(scipy.uint8).tolist(), False)
mod = digital.bpsk_mod(samples_per_symbol=2)
- chan = gr.channel_model(npwr)
+ chan = filter.channel_model(npwr)
rrc = filter.fft_filter_ccc(1, rrc_taps)
# Split it up into pieces