aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/sigProcLib.h')
-rw-r--r--Transceiver52M/sigProcLib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h
index da009a5..a10d551 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -325,4 +325,8 @@ SoftVector *demodGmskBurst(signalVector &rxBurst, int sps,
SoftVector *demodEdgeBurst(signalVector &rxBurst, int sps,
complex channel, float TOA);
+/** Demodulate burst basde on type and output soft bits */
+SoftVector *demodAnyBurst(signalVector &burst, int sps,
+ complex amp, float toa, CorrType type);
+
#endif /* SIGPROCLIB_H */