aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Channelizer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
Related: OS#3515 Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09
2019-07-22cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-4/+4
Change-Id: Ifafb68353960fc5046661854ccfb8d783b0efb14
2019-01-21convolve: Remove support for step, offset parametersSylvain Munaut1-1/+1
- Those are not used any where - Those are not supported by the sse/neon accelerated versions - And I see very little use cases for those. Change-Id: Ic850269a0ed5d98c0ea68980afd31016ed555b48 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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>