]> git.gag.com Git - debian/gnuradio/commitdiff
argmax wrapper fix, please document argmax, its outputs are non-intuitive
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 29 Jun 2009 04:38:42 +0000 (04:38 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 29 Jun 2009 04:38:42 +0000 (04:38 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11305 221aa14e-8319-0410-a670-987f0aec2ac5

grc/blocks/gr_argmax_xx.xml

index e3e4e3ead1863ede32a5cf28082234957c1b2c8a..69461f26cb5f14b1e5896f3ff667bc22919caed0 100644 (file)
                <nports>$num_inputs</nports>
        </sink>
        <source>
-               <name>out</name>
+               <name>max_vec</name>
+               <type>short</type>
+       </source>
+       <source>
+               <name>max_inp</name>
                <type>short</type>
-               <vlen>$vlen</vlen>
        </source>
 </block>