aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/sigProcLib.h')
-rw-r--r--Transceiver52M/sigProcLib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h
index 147c14c..90b6852 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -158,6 +158,7 @@ bool generateMidamble(int sps, int tsc);
@return Success.
*/
bool generateRACHSequence(int sps);
+bool generateSCHSequence(int sps);
/**
Energy detector, checks to see if received burst energy is above a threshold.
@@ -187,6 +188,12 @@ int detectRACHBurst(signalVector &rxBurst,
complex *amplitude,
float* TOA);
+int detectSCHBurst(signalVector &rxBurst,
+ float detectThreshold,
+ int sps,
+ complex *amplitude,
+ float* TOA);
+
/**
Normal burst correlator, detector, channel estimator.
@param rxBurst The received GSM burst of interest.