summaryrefslogtreecommitdiff
path: root/grc/blocks/gr_goertzel_fc.xml
diff options
context:
space:
mode:
authorTom Rondeau2011-01-17 16:59:21 -0500
committerTom Rondeau2011-01-17 16:59:21 -0500
commitf294603db32348e1f8fd0de18adf7b74db915d93 (patch)
tree9944b7572c2e33441d06b784952a27b4efe07927 /grc/blocks/gr_goertzel_fc.xml
parentf1878bbdc36a31c469364a73cfdf22ee74867f69 (diff)
downloadgnuradio-f294603db32348e1f8fd0de18adf7b74db915d93.tar.gz
gnuradio-f294603db32348e1f8fd0de18adf7b74db915d93.tar.bz2
gnuradio-f294603db32348e1f8fd0de18adf7b74db915d93.zip
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.
Diffstat (limited to 'grc/blocks/gr_goertzel_fc.xml')
-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 2105445d1..f27d9582e 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>