02-11-2021 10:40 PM - edited 02-12-2021 02:32 AM
https://www.xilinx.com/support/documentation/application_notes/xapp1161.pdf
I was referring to the above pdf by xilinx on the implementation of channelizer using polyphase filter bank. The receiver portion should have FFT but the pdf mentions IFFT in both Tx and Rx. The paper by harris attached also mentions the same. How did xilinx get proper results by implementing ifft in both Tx and Rx?
02-15-2021 04:57 AM
@sbhole ,
I don't know how Xilinx built theirs, but when building my own I built separate forward (FFT) and reverse (IFFT) implementations. They're typically used together, however, so perhaps that's the confusion?
Dan