diff options
Diffstat (limited to 'gr-fft/grc/fft_goertzel_fc.xml')
-rw-r--r-- | gr-fft/grc/fft_goertzel_fc.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gr-fft/grc/fft_goertzel_fc.xml b/gr-fft/grc/fft_goertzel_fc.xml deleted file mode 100644 index 3712843586..0000000000 --- a/gr-fft/grc/fft_goertzel_fc.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0"?> -<!-- -################################################### -##Goertzel -################################################### - --> -<block> - <name>Goertzel</name> - <key>goertzel_fc</key> - <import>from gnuradio import fft</import> - <make>fft.goertzel_fc($rate, $len, $freq)</make> - <callback>set_freq($freq)</callback> - <callback>set_rate($rate)</callback> - <param> - <name>Rate</name> - <key>rate</key> - <type>int</type> - </param> - <param> - <name>Length</name> - <key>len</key> - <type>int</type> - </param> - <param> - <name>Frequency</name> - <key>freq</key> - <type>real</type> - </param> - <sink> - <name>in</name> - <type>float</type> - </sink> - <source> - <name>out</name> - <type>complex</type> - </source> -</block> |