diff options
Diffstat (limited to 'gr-blocks/grc/blocks_plateau_detector_fb.xml')
-rw-r--r-- | gr-blocks/grc/blocks_plateau_detector_fb.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gr-blocks/grc/blocks_plateau_detector_fb.xml b/gr-blocks/grc/blocks_plateau_detector_fb.xml deleted file mode 100644 index 90f67a4cf5..0000000000 --- a/gr-blocks/grc/blocks_plateau_detector_fb.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0"?> -<block> - <name>Plateau Detector</name> - <key>blocks_plateau_detector_fb</key> - <import>from gnuradio import blocks</import> - <make>blocks.plateau_detector_fb($max_len, $threshold)</make> - <param> - <name>Max. plateau length</name> - <key>max_len</key> - <type>int</type> - </param> - <param> - <name>Threshold</name> - <key>threshold</key> - <value>0.9</value> - <type>real</type> - </param> - <sink> - <name>in</name> - <type>float</type> - </sink> - <source> - <name>out</name> - <type>byte</type> - </source> -</block> |