commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8556 - grc/trunk/src/grc_gnuradio/blocks/filters


From: jblum
Subject: [Commit-gnuradio] r8556 - grc/trunk/src/grc_gnuradio/blocks/filters
Date: Thu, 5 Jun 2008 15:00:48 -0600 (MDT)

Author: jblum
Date: 2008-06-05 15:00:28 -0600 (Thu, 05 Jun 2008)
New Revision: 8556

Modified:
   grc/trunk/src/grc_gnuradio/blocks/filters/gr_single_pole_iir_filter_xx.xml
Log:
fixed single pole iir

Modified: 
grc/trunk/src/grc_gnuradio/blocks/filters/gr_single_pole_iir_filter_xx.xml
===================================================================
--- grc/trunk/src/grc_gnuradio/blocks/filters/gr_single_pole_iir_filter_xx.xml  
2008-06-05 19:39:07 UTC (rev 8555)
+++ grc/trunk/src/grc_gnuradio/blocks/filters/gr_single_pole_iir_filter_xx.xml  
2008-06-05 21:00:28 UTC (rev 8556)
@@ -29,15 +29,16 @@
        <param>
                <name>Alpha</name>
                <key>alpha</key>
+               <value>1.0</value>
                <type>real</type>
        </param>
        <param>
                <name>Vec Length</name>
-               <key>vec_len</key>
+               <key>vlen</key>
                <value>1</value>
                <type>int</type>
        </param>
-       <check>len($const) == $vec_len</check>
+       <check>$vlen &gt; 0</check>
        <sink>
                <name>in</name>
                <type>$type</type>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]