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, 6 insertions, 1 deletions
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h
index 90b6852..6cdf7b6 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -188,11 +188,16 @@ int detectRACHBurst(signalVector &rxBurst,
complex *amplitude,
float* TOA);
+enum {
+ SCH_DETECT_FULL,
+ SCH_DETECT_NARROW,
+};
+
int detectSCHBurst(signalVector &rxBurst,
float detectThreshold,
int sps,
complex *amplitude,
- float* TOA);
+ float* TOA, int state);
/**
Normal burst correlator, detector, channel estimator.