diff options
Diffstat (limited to 'gr-blocks/grc/blocks_float_to_short.xml')
-rw-r--r-- | gr-blocks/grc/blocks_float_to_short.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gr-blocks/grc/blocks_float_to_short.xml b/gr-blocks/grc/blocks_float_to_short.xml deleted file mode 100644 index 986e68ec41..0000000000 --- a/gr-blocks/grc/blocks_float_to_short.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0"?> -<!-- -################################################### -##Float to Short: -################################################### - --> -<block> - <name>Float To Short</name> - <key>blocks_float_to_short</key> - <import>from gnuradio import blocks</import> - <make>blocks.float_to_short($vlen, $scale)</make> - <callback>set_scale($scale)</callback> - <param> - <name>Vec Length</name> - <key>vlen</key> - <value>1</value> - <type>int</type> - </param> - <param> - <name>Scale</name> - <key>scale</key> - <value>1</value> - <type>real</type> - </param> - <sink> - <name>in</name> - <type>float</type> - <vlen>$vlen</vlen> - </sink> - <source> - <name>out</name> - <type>short</type> - <vlen>$vlen</vlen> - </source> -</block> |