Public Member Functions | |
def | __init__ |
Takes 1 complex stream in, produces M complex streams out that runs at 1/M times the input sample rate. | |
Public Attributes | |
s2ss | |
ss2v | |
fft | |
v2ss |
See http://cnx.rice.edu/content/m10424/latest
def gnuradio::blksimpl::filterbank::analysis_filterbank::__init__ | ( | self, | ||
fg, | ||||
mpoints, | ||||
taps = None | ||||
) |
Takes 1 complex stream in, produces M complex streams out that runs at 1/M times the input sample rate.
fg,: | flow_graph | |
mpoints,: | number of freq bins/interpolation factor/subbands | |
taps,: | filter taps for subband filter |