From 7fde258b1478c01cbe7559e7b2cd0f34e36cbe33 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 24 Apr 2012 10:22:16 -0400 Subject: digital: added GRC file for chunks_to_symbols block. --- gr-digital/grc/digital_chunks_to_symbols.xml | 77 ++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 gr-digital/grc/digital_chunks_to_symbols.xml (limited to 'gr-digital/grc/digital_chunks_to_symbols.xml') diff --git a/gr-digital/grc/digital_chunks_to_symbols.xml b/gr-digital/grc/digital_chunks_to_symbols.xml new file mode 100644 index 000000000..494be274d --- /dev/null +++ b/gr-digital/grc/digital_chunks_to_symbols.xml @@ -0,0 +1,77 @@ + + + + Chunks to Symbols + digital_chunks_to_symbols_xx + from gnuradio import digital + digital.chunks_to_symbols_$(in_type.fcn)$(out_type.fcn)($symbol_table, $dimension) + + Input Type + in_type + enum + + + + + + Output Type + out_type + enum + + + + + Symbol Table + symbol_table + $out_type.table + + + Dimension + dimension + 2 + int + + + Num Ports + num_ports + 1 + int + + $num_ports > 0 + + in + $in_type + $num_ports + + + out + $out_type + $num_ports + + -- cgit