aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-19sigProcLib: Add C/I (Carrier-to-Interference ratio) computationSylvain Munaut1-0/+1
2019-07-19sigProcLib: detectAnyBurst(): make TSC used to detect burst available to callerPau Espin Pedrol1-0/+2
2019-07-19sigProcLib: detectAnyBurst() family: Use struct to gather all out paramsPau Espin Pedrol1-5/+12
2019-07-02Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol1-1/+1
2018-10-24sigProcLib: add a CorrType for extended (11-bit) RACHVadim Yanitskiy1-0/+1
2017-06-14sigProcLib: Remove unused functions from public interfaceTom Tsou1-203/+0
2017-03-28sigProcLib: Constify demodulation functions burst argument.Alexander Chemeris1-4/+4
2017-03-28sigProcLib: constify signalVector arguments for detectBurst() functions.Alexander Chemeris1-6/+6
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris1-0/+4
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 Chemeris1-0/+2
2017-03-28Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.Alexander Chemeris1-0/+9
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris1-0/+22
2017-03-24sigProcLib: rename signalError type to SignalError.Alexander Chemeris1-1/+1
2017-03-24Move CorrType type from Transceiver to sigProcLib.Alexander Chemeris1-0/+9
2017-03-22sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.Alexander Chemeris1-2/+2
2017-03-22sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.Alexander Chemeris1-4/+4
2017-03-22sigProcLib: make energyDetect() simpler by returning actual energy.Alexander Chemeris1-9/+5
2017-03-20sigProcLib: Fix documentation, sync argument names in .cpp and .h files.Alexander Chemeris1-35/+37
2016-06-22transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris1-1/+1
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris1-0/+3
2016-04-20transceiver: Properly handle MAXDLY.Alexander Chemeris1-1/+3
2016-03-08sigproc: Add various GSM burst generatorsTom Tsou1-0/+9
2016-03-08EDGE: Add interfaces to enable EDGE transceiverTom Tsou1-0/+5
2016-03-06EDGE: Add 8-PSK modulator and demodulatorTom Tsou1-0/+46
2016-03-06sigproc: Remove normal burst DFE equalizerTom Tsou1-35/+1
2016-03-06sigproc: Remove dynamic SPS configurationTom Tsou1-17/+1
2015-07-30sigProcLib: Abstract out common part of Normal/RACH burst detection.Alexander Chemeris1-9/+9
2015-05-18sigproc: Add clipping detection on RACH and TSC inputTom Tsou1-0/+8
2013-11-15Transceiver52M: Enable all warnings and resolveThomas Tsou1-7/+4
2013-11-15Transceiver52M: Remove unused codeThomas Tsou1-8/+0
2013-11-15Transceiver52M: Allow separate in/out vectors for delay and decimationThomas Tsou1-4/+3
2013-11-15Transceiver52M: Separate signalVector into it's own fileThomas Tsou1-84/+1
2013-11-15Transceiver52M: Dynamically allocate convolution input vectorsThomas Tsou1-0/+3
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-8/+0
2013-10-18Transceiver52M: Replace resampler with SSE enabled implementationThomas Tsou1-34/+0
2013-10-18Transceiver52M: Replace convolve and related calls with SSE implementationThomas Tsou1-38/+59
2013-10-18Transceiver52M: Generate RACH correlation sequence at initializationThomas Tsou1-1/+1
2013-10-18Transceiver52M: Make GSM pulse filter internal to implementationThomas Tsou1-11/+6
2013-10-18Transceiver52M: Rename samples-per-symbol variable namesThomas Tsou1-19/+16
2013-06-16Fix build of the Transceiver.Alexander Chemeris1-4/+1
2011-11-26transceiver: separate radio clock and vector interfaceskurtis.heimerl1-1/+4
2011-11-26transceiver: remove extra typedefs to remove warningskurtis.heimerl1-2/+2
2011-10-12Adding in the missing Transceiver52M directorydburgess1-0/+386