commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r11259 - gnuradio/branches/developers/jblum/grc/grc/bl


From: jblum
Subject: [Commit-gnuradio] r11259 - gnuradio/branches/developers/jblum/grc/grc/blocks
Date: Mon, 22 Jun 2009 09:40:42 -0600 (MDT)

Author: jblum
Date: 2009-06-22 09:40:41 -0600 (Mon, 22 Jun 2009)
New Revision: 11259

Modified:
   gnuradio/branches/developers/jblum/grc/grc/blocks/band_pass_filter.xml
Log:
fix: complex band pass wrapper

Modified: gnuradio/branches/developers/jblum/grc/grc/blocks/band_pass_filter.xml
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/blocks/band_pass_filter.xml      
2009-06-22 04:49:10 UTC (rev 11258)
+++ gnuradio/branches/developers/jblum/grc/grc/blocks/band_pass_filter.xml      
2009-06-22 15:40:41 UTC (rev 11259)
@@ -63,31 +63,17 @@
                <option>
                        <name>Float->Complex (Complex Taps) (Decim)</name>
                        <key>fir_filter_fcc</key>
-                       <opt>input:complex</opt>
+                       <opt>input:float</opt>
                        <opt>output:complex</opt>
                        <opt>fcn:complex_band_pass</opt>
                </option>
                <option>
                        <name>Float->Complex (Complex Taps) (Interp)</name>
                        <key>interp_fir_filter_fcc</key>
-                       <opt>input:complex</opt>
+                       <opt>input:float</opt>
                        <opt>output:complex</opt>
                        <opt>fcn:complex_band_pass</opt>
                </option>
-               <option>
-                       <name>Float->Float (Complex Taps) (Decim)</name>
-                       <key>fir_filter_ffc</key>
-                       <opt>input:float</opt>
-                       <opt>output:float</opt>
-                       <opt>fcn:complex_band_pass</opt>
-               </option>
-               <option>
-                       <name>Float->Float (Complex Taps) (Interp)</name>
-                       <key>interp_fir_filter_ffc</key>
-                       <opt>input:float</opt>
-                       <opt>output:float</opt>
-                       <opt>fcn:complex_band_pass</opt>
-               </option>
        </param>
        <param>
                <name>Decimation</name>





reply via email to

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