commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8866 - gnuradio/branches/developers/n4hy/fbpoly/gnura


From: n4hy
Subject: [Commit-gnuradio] r8866 - gnuradio/branches/developers/n4hy/fbpoly/gnuradio-core/src/python/gnuradio/blks2impl
Date: Fri, 11 Jul 2008 07:59:30 -0600 (MDT)

Author: n4hy
Date: 2008-07-11 07:59:26 -0600 (Fri, 11 Jul 2008)
New Revision: 8866

Modified:
   
gnuradio/branches/developers/n4hy/fbpoly/gnuradio-core/src/python/gnuradio/blks2impl/filterbank.py
Log:
change arguments to taps for analysis. Still a shell

Modified: 
gnuradio/branches/developers/n4hy/fbpoly/gnuradio-core/src/python/gnuradio/blks2impl/filterbank.py
===================================================================
--- 
gnuradio/branches/developers/n4hy/fbpoly/gnuradio-core/src/python/gnuradio/blks2impl/filterbank.py
  2008-07-11 06:09:16 UTC (rev 8865)
+++ 
gnuradio/branches/developers/n4hy/fbpoly/gnuradio-core/src/python/gnuradio/blks2impl/filterbank.py
  2008-07-11 13:59:26 UTC (rev 8866)
@@ -22,7 +22,16 @@
 import sys
 from gnuradio import gr, gru
 
-def _generate_synthesis_taps(mpoints):
+def _generate_synthesis_taps(gain,Fs,Fc,Tb,Att,win_type,beta):
+    """
+    gain is fractional gain, not dB
+    Fs is the sampling frequency
+    Fc is the cutoff frequency (in most cases, this will be a 3 dB point)
+    Tb is the transition bandwidth
+    win_type is window type
+    beta is the beta parameter in Kaiser windows (if used)
+    """
+    
     return []   # FIXME
 
 





reply via email to

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