From f2e815329402f170231c054e108b531094d046be Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 29 Jun 2012 08:10:15 -0700 Subject: blocks: added gr::blocks::conjugate_cc --- gr-blocks/grc/blocks_conjugate_cc.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gr-blocks/grc/blocks_conjugate_cc.xml (limited to 'gr-blocks/grc/blocks_conjugate_cc.xml') diff --git a/gr-blocks/grc/blocks_conjugate_cc.xml b/gr-blocks/grc/blocks_conjugate_cc.xml new file mode 100644 index 000000000..152f797b2 --- /dev/null +++ b/gr-blocks/grc/blocks_conjugate_cc.xml @@ -0,0 +1,20 @@ + + + + Complex Conjugate + blocks_conjugate_cc + from gnuradio import blocks + blocks.conjugate_cc() + + in + complex + + + out + complex + + -- cgit