aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Channelizer.cpp
AgeCommit message (Collapse)AuthorFilesLines
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>