aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-22sigProcLib: Specify standard namespace for isnan()Tom Tsou1-1/+1
2017-06-22sigProcLib: Replace dynamically allocated resampling buffersTom Tsou2-76/+39
2017-06-19sigProcLib: Use explicit NaN check in sinc table generationTom Tsou1-9/+3
2017-06-19sigProcLib: Remove trigonometric tablesTom Tsou1-36/+8
2017-06-19common: Declare explicit Vector move constructorTom Tsou1-2/+2
2017-06-16sigProcLib: Remove heap based signal vector allocationsTom Tsou1-84/+51
2017-06-16sigProcLib: Fix complex/real vector flag in Laurent modulatorTom Tsou1-1/+0
2017-06-16transceiver: Fix POWEROFF crash on USRP2/N200/X300 devicesTom Tsou1-5/+4
2017-06-16uhd: Fix USRP2/N200/N210 device detectionTom Tsou1-12/+12
2017-06-15uhd: Fix Tx-RX timing offset settingTom Tsou1-1/+1
2017-06-14uhd: Add non-UmTRX channel swap supportTom Tsou1-21/+44
2017-06-14sigProcLib: Remove unused functions from public interfaceTom Tsou2-467/+52
2017-06-12uhd: Use map container for for device parameter accessTom Tsou1-274/+84
2017-06-09build: Require and check for gcc C++11 supportTom Tsou3-0/+1022
2017-06-08PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris4-0/+157
2017-06-08ssedetect: call __builtin_cpu_supports() only if supportedVadim Yanitskiy3-1/+11
2017-06-08buildenv: check for __builtin_cpu_supports call supportVadim Yanitskiy1-0/+27
2017-06-08buildenv: cosmetic changesVadim Yanitskiy1-6/+8
2017-06-08buildenv: fix build on systems without SIMD supportVadim Yanitskiy1-2/+3
2017-06-08buildenv: actually strip unused cpuid functionalityVadim Yanitskiy3-164/+0
2017-06-08buildenv: correct the ax_sse macro descriptionVadim Yanitskiy1-6/+5
2017-05-30BitVector: Remove Generator class.Alexander Chemeris2-86/+0
2017-05-30Configuration: Variables allocated with 'new' must be freed with 'delete'.Alexander Chemeris1-3/+3
2017-05-29sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing...Alexander Chemeris1-3/+9
2017-05-19debian: remove obsolete dependencyMax1-1/+0
2017-05-19radioInterface: Remove UmTRX 'diversity' optionTom Tsou9-406/+16
2017-05-19cosmetic: Add info about SSE supportPhilipp Maier1-0/+16
2017-05-19buildenv: Split up SSE3 and SSE4.1 codePhilipp Maier12-661/+893
2017-05-19buildenv: Make build CPU invariantPhilipp Maier1-166/+16
2017-05-19cosmetic: remove code duplicationPhilipp Maier5-35/+49
2017-05-19ssedetect: Add runtime CPU detectionPhilipp Maier6-49/+142
2017-05-19Add test program to verify convolution implementationPhilipp Maier3-0/+238
2017-05-02cosmetic: Make parameter lists uniformPhilipp Maier2-110/+143
2017-05-02buildenv: Turn off native architecture buildsPhilipp Maier1-1/+1
2017-04-10config: Remove OpenBTS style sqlite configurationTom Tsou1-80/+4
2017-04-03Configuration: Fix const and signedness compile warningsTom Tsou2-2/+2
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou2-3/+3
2017-04-03Resampler: Fix non-array delete for filter tapsTom Tsou1-1/+1
2017-03-31sigProcLib: Fix negative value check on unsigned valueTom Tsou1-1/+1
2017-03-31sigProcLib: Check return status on downsamplingTom Tsou1-2/+6
2017-03-31sigProcLib: Remove unreachable code and no-effect checksTom Tsou1-6/+2
2017-03-31Resampler: Fix initialization return checkingTom Tsou1-1/+1
2017-03-28sigProcLib: Constify demodulation functions burst argument.Alexander Chemeris2-10/+10
2017-03-28sigProcLib: constify signalVector arguments for detectBurst() functions.Alexander Chemeris2-23/+24
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris4-17/+14
2017-03-28sigProcLib.h: Fix whitespaces. No non-whitespace changes.Alexander Chemeris1-46/+46
2017-03-28sigProcLib: Add operator<< to print CorrType to a string.Alexander Chemeris2-0/+25
2017-03-28Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.Alexander Chemeris2-9/+9
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris4-37/+56
2017-03-24sigProcLib: rename signalError type to SignalError.Alexander Chemeris1-1/+1