aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellings and typosMartin Hauke2019-10-171-2/+2
* Add SPDX annotationPau Espin Pedrol2019-07-221-0/+2
* CorrelationSequence: fix initialization of class membersHarald Welte2019-07-211-1/+1
* sigProcLib: Add C/I (Carrier-to-Interference ratio) computationSylvain Munaut2019-07-191-13/+50
* sigProcLib: detectAnyBurst(): make TSC used to detect burst available to callerPau Espin Pedrol2019-07-191-1/+5
* sigProcLib: detectAnyBurst() family: Use struct to gather all out paramsPau Espin Pedrol2019-07-191-35/+28
* Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol2019-07-021-12/+10
* convolve: Remove support for step, offset parametersSylvain Munaut2019-01-211-7/+6
* SigProcLib: Improve Vector buffer allocation messPau Espin Pedrol2018-12-051-24/+10
* sigProcLib: add a CorrType for extended (11-bit) RACHVadim Yanitskiy2018-10-241-6/+11
* sigProcLib: introduce both TS1 and TS2 RACH synch. sequencesVadim Yanitskiy2018-10-241-16/+23
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2018-09-101-9/+9
* SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol2018-09-101-6/+4
* sigProcLib: Specify standard namespace for isnan()Tom Tsou2017-06-221-1/+1
* sigProcLib: Use explicit NaN check in sinc table generationTom Tsou2017-06-191-9/+3
* sigProcLib: Remove trigonometric tablesTom Tsou2017-06-191-36/+8
* sigProcLib: Remove heap based signal vector allocationsTom Tsou2017-06-161-84/+51
* sigProcLib: Fix complex/real vector flag in Laurent modulatorTom Tsou2017-06-161-1/+0
* sigProcLib: Remove unused functions from public interfaceTom Tsou2017-06-141-264/+52
* sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits.Alexander Chemeris2017-05-291-3/+9
* radioInterface: Remove UmTRX 'diversity' optionTom Tsou2017-05-191-45/+0
* sigProcLib: Fix negative value check on unsigned valueTom Tsou2017-03-311-1/+1
* sigProcLib: Check return status on downsamplingTom Tsou2017-03-311-2/+6
* sigProcLib: Remove unreachable code and no-effect checksTom Tsou2017-03-311-6/+2
* sigProcLib: Constify demodulation functions burst argument.Alexander Chemeris2017-03-281-6/+6
* sigProcLib: constify signalVector arguments for detectBurst() functions.Alexander Chemeris2017-03-281-17/+18
* Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris2017-03-281-0/+9
* sigProcLib: Add operator<< to print CorrType to a string.Alexander Chemeris2017-03-281-0/+23
* Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris2017-03-241-0/+32
* Call vectorSlicer() right before packing bits for transmission to osmo-bts.Alexander Chemeris2017-03-221-3/+0
* sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.Alexander Chemeris2017-03-221-24/+20
* sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.Alexander Chemeris2017-03-221-1/+1
* sigProcLib: make energyDetect() simpler by returning actual energy.Alexander Chemeris2017-03-221-6/+2
* sigProcLib: Fix documentation, sync argument names in .cpp and .h files.Alexander Chemeris2017-03-201-12/+12
* sigProcLib: Typo sybols -> symbolsAlexander Chemeris2017-03-201-1/+1
* sigproc: Match differential GMSK start/end bits to tail bitsTom Tsou2016-08-111-4/+4
* sigproc: Fix missing 8-PSK tail symbolsTom Tsou2016-07-191-1/+1
* sigproc: Adjust burst detection threshold criteriaTom Tsou2016-07-011-2/+13
* mcbts: Add multi-ARFCN radio supportTom Tsou2016-07-011-9/+7
* iface: Add inner ring-buffer implementationTom Tsou2016-07-011-1/+0
* transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris2016-06-221-6/+12
* sigproc: Expand RACH, TSC, and EDGE correlation windowsTom Tsou2016-06-211-10/+10
* EDGE: Fix demodulation slicer inputTom Tsou2016-04-261-1/+1
* uhd: Correct timing alignment in 8-PSK and GMSK downlink burstsTom Tsou2016-04-261-5/+14
* transceiver: Add an option to generate random Access Bursts.Alexander Chemeris2016-04-201-0/+33
* transceiver: Properly handle MAXDLY.Alexander Chemeris2016-04-201-4/+5
* EDGE: Combine shared GMSK and 8-PSK demodulator sectionsTom Tsou2016-03-081-22/+35
* sigproc: Add various GSM burst generatorsTom Tsou2016-03-081-0/+62
* sigproc: Always use 625 sample length bursts with 4 SPSTom Tsou2016-03-081-12/+12
* EDGE: Add 8-PSK modulator and demodulatorTom Tsou2016-03-061-25/+465