diff options
Diffstat (limited to 'gr-blocks/grc/blocks_threshold_ff.xml')
-rw-r--r-- | gr-blocks/grc/blocks_threshold_ff.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/gr-blocks/grc/blocks_threshold_ff.xml b/gr-blocks/grc/blocks_threshold_ff.xml deleted file mode 100644 index 0da4157fc8..0000000000 --- a/gr-blocks/grc/blocks_threshold_ff.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0"?> -<!-- -################################################### -##Threshold -################################################### - --> -<block> - <name>Threshold</name> - <key>blocks_threshold_ff</key> - <import>from gnuradio import blocks</import> - <make>blocks.threshold_ff($low, $high, $init)</make> - <callback>set_hi($high)</callback> - <callback>set_lo($low)</callback> - <param> - <name>Low</name> - <key>low</key> - <value>-100</value> - <type>real</type> - </param> - <param> - <name>High</name> - <key>high</key> - <value>100</value> - <type>real</type> - </param> - <param> - <name>Initial State</name> - <key>init</key> - <value>0</value> - <type>real</type> - </param> - <sink> - <name>in</name> - <type>float</type> - </sink> - <source> - <name>out</name> - <type>float</type> - </source> -</block> |