From 362d45bb829a9b190586cca79717cc175f4d06d2 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Thu, 19 Apr 2012 16:29:39 -0400 Subject: digital: copying over rest of blocks from gnuradio-core to gr-digital. Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility. --- gr-digital/grc/digital_bytes_to_syms.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gr-digital/grc/digital_bytes_to_syms.xml (limited to 'gr-digital/grc/digital_bytes_to_syms.xml') diff --git a/gr-digital/grc/digital_bytes_to_syms.xml b/gr-digital/grc/digital_bytes_to_syms.xml new file mode 100644 index 000000000..fb17bb6de --- /dev/null +++ b/gr-digital/grc/digital_bytes_to_syms.xml @@ -0,0 +1,20 @@ + + + + Bytes to Symbols + digital_bytes_to_syms + from gnuradio import digital + digital.bytes_to_syms() + + in + byte + + + out + float + + -- cgit