aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index bd8ec4f..0337aab 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -208,20 +208,13 @@ private:
/** send messages over the clock socket */
void writeClockInterface(void);
- /** Detect RACH bursts */
- int detectRACH(TransceiverState *state,
- signalVector &burst,
- complex &amp, float &toa);
-
- /** Detect normal bursts */
- int detectTSC(TransceiverState *state,
- signalVector &burst,
- complex &amp, float &toa, GSM::Time &time);
-
- /** Demodulat burst and output soft bits */
- SoftVector *demodulate(TransceiverState *state,
- signalVector &burst, complex amp,
- float toa, size_t tn, bool equalize);
+ /** Detectbursts */
+ int detectBurst(TransceiverState *state, signalVector &burst,
+ complex &amp, float &toa, CorrType type);
+
+ /** Demodulate burst and output soft bits */
+ SoftVector *demodulate(TransceiverState *state, signalVector &burst,
+ complex amp, float toa);
int mSPSTx; ///< number of samples per Tx symbol
int mSPSRx; ///< number of samples per Rx symbol