aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Channelizer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24Move arch specific fiels to arch subdirPau Espin Pedrol1-2/+2
Take the chance to update some includes using files available in that subdir to have them ina more uniform way. Change-Id: Ibda3c54fd4dc3f6b845cc373f1a1e6b758c1ea82
2018-01-04Remove unused headersMax1-1/+0
Change-Id: Idadb17aeb85b011d114ffc1d81c920544bac1989
2016-07-01mcbts: Add multi-ARFCN channelizing filtersTom Tsou1-0/+108
Introduce polyphase channelizer (Rx) and synthesis (Tx) filterbanks, which serve as the signal processing backend for multi-carrier GSM. Fast Fourier Transform (FFT) is used internally. FFTW is added as a new build dependency. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>