Every other time through the channelizer, the FFT input buffer must be flipped. The...
authorTom Rondeau <trondeau@vt.edu>
Fri, 9 Apr 2010 04:40:36 +0000 (00:40 -0400)
committerTom Rondeau <trondeau@vt.edu>
Fri, 9 Apr 2010 04:40:36 +0000 (00:40 -0400)
commit08c3b8fe72915e30bc62d0d944640a41c5315e8c
tree2a778a047b2d6a14757598818cc10aed50b5a786
parent520e64c211324ef32dabe66fa492825fe5c3eda1
Every other time through the channelizer, the FFT input buffer must be flipped. The commented code removed in this checkin does that through a calculation in the loops, but the way the filter assignment works with this code, the flip is done by keeping the indexing static, so a look up table works and is slightly faster.
gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.cc