summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-01-17 16:59:21 -0500
committerTom Rondeau <trondeau@vt.edu>2011-01-17 16:59:21 -0500
commitf294603db32348e1f8fd0de18adf7b74db915d93 (patch)
tree9944b7572c2e33441d06b784952a27b4efe07927
parentf1878bbdc36a31c469364a73cfdf22ee74867f69 (diff)
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.
-rw-r--r--grc/blocks/gr_goertzel_fc.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/blocks/gr_goertzel_fc.xml b/grc/blocks/gr_goertzel_fc.xml
index 2105445d11..f27d9582ea 100644
--- a/grc/blocks/gr_goertzel_fc.xml
+++ b/grc/blocks/gr_goertzel_fc.xml
@@ -9,6 +9,8 @@
<key>gr_goertzel_fc</key>
<import>from gnuradio import gr</import>
<make>gr.goertzel_fc($rate, $len, $freq)</make>
+ <callback>set_freq($freq)</callback>
+ <callback>set_rate($rate)</callback>
<param>
<name>Rate</name>
<key>rate</key>