aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-17 15:24:18 -0700
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-24 14:59:24 -0700
commit4e6c938024031f2dc6d891b75cdd48c5846afba8 (patch)
tree18e2e3e1176cc28cf780a61d1de2620fadc0b1da /Transceiver52M/Transceiver.h
parent4aa548f0c2da2c505624807b3b027eaccf5aa98a (diff)
Move Transceiver::detectBurst() to sigProcLib to make it reusable.
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 425b004..3c70e5c 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -202,10 +202,6 @@ private:
/** send messages over the clock socket */
void writeClockInterface(void);
- /** Detectbursts */
- int detectBurst(signalVector &burst,
- complex &amp, float &toa, CorrType type);
-
/** Demodulate burst and output soft bits */
SoftVector *demodulate(signalVector &burst,
complex amp, float toa, CorrType type);