From f42ef36d60348965936ede158886c1847670f774 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Thu, 21 Feb 2013 18:24:02 -0500 Subject: blocks: converting blocks to v3.7 style in gr-blocks. delay, rms, unpacked_to_packed, packed_to_unpacked --- gr-blocks/grc/blocks_unpacked_to_packed_xx.xml | 68 ++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 gr-blocks/grc/blocks_unpacked_to_packed_xx.xml (limited to 'gr-blocks/grc/blocks_unpacked_to_packed_xx.xml') diff --git a/gr-blocks/grc/blocks_unpacked_to_packed_xx.xml b/gr-blocks/grc/blocks_unpacked_to_packed_xx.xml new file mode 100644 index 000000000..d27dc9bfc --- /dev/null +++ b/gr-blocks/grc/blocks_unpacked_to_packed_xx.xml @@ -0,0 +1,68 @@ + + + + Unpacked to Packed + blocks_unpacked_to_packed_xx + from gnuradio import blocks + blocks.unpacked_to_packed_$(type.fcn)($bits_per_chunk, $endianness) + + Type + type + enum + + + + + + Bits per Chunk + bits_per_chunk + 2 + int + + + Endianness + endianness + int + + + + + Num Ports + num_ports + 1 + int + + $num_ports > 0 + + in + $type + $num_ports + + + out + $type + $num_ports + + -- cgit