aboutsummaryrefslogtreecommitdiffstats
path: root/GSM
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris2-0/+5
2016-03-06EDGE: Add 8-PSK modulator and demodulatorTom Tsou2-0/+12
Setup correlator and detection process similar to the GMSK receiver chain. Require 4 SPS sampling on both Rx and Tx paths as 1 SPS sampling adds too much distoration for 8-PSK recovery. Core receiver operations still run at 1 SPS with the exception of fractional delay filtering, which runs at the higher rate. Perform linear equalization to handle the Gaussian pulse induced ISI. The fixed impulse response used for equalizer tap calculation consists of combined EDGE pulse shape filter and effects of the downsampling filter. Note that the non-adaptive equalizer corrects for modulation induced band limiting and does not account for or compensate for fading channel effects. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
2013-06-16Checking in build system for the Transceiver.Alexander Chemeris3-0/+356