From fe70fa72ea22a133874337da2d03d30611e5ab1c Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Fri, 8 Mar 2013 10:01:37 -0500
Subject: blocks: removed all nco/vco and fxpt stuff from core; now in
 gr-blocks.

Moved the nco/vco tests to gr-blocks/test and enabled them.
---
 gr-filter/examples/chirp_channelize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-filter/examples')

diff --git a/gr-filter/examples/chirp_channelize.py b/gr-filter/examples/chirp_channelize.py
index ca97a5551c..d4d2f8e238 100755
--- a/gr-filter/examples/chirp_channelize.py
+++ b/gr-filter/examples/chirp_channelize.py
@@ -74,7 +74,7 @@ class pfb_top_block(gr.top_block):
 
         # Build a VCO controlled by either the sinusoid or single chirp tone
         # Then convert this to a complex signal
-        self.vco = gr.vco_f(self._fs, 225, 1)
+        self.vco = blocks.vco_f(self._fs, 225, 1)
         self.f2c = blocks.float_to_complex()
 
         self.head = gr.head(gr.sizeof_gr_complex, self._N)
-- 
cgit v1.2.3