From 99bafb6880d2b07233bbd336d60acec4f61e3193 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 21 Jul 2019 21:19:54 +0200 Subject: MTS/IMTS: (Improved) Mobile Telephone Service Implementation of the 0G Mobile Phone Network of US and Canada MTS or IMTS mode is selectable, als well as 5 or 7 digit mode. --- src/imts/dsp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/imts/dsp.h (limited to 'src/imts/dsp.h') diff --git a/src/imts/dsp.h b/src/imts/dsp.h new file mode 100644 index 0000000..921d2d9 --- /dev/null +++ b/src/imts/dsp.h @@ -0,0 +1,6 @@ + +void dsp_init(void); +int dsp_init_transceiver(imts_t *imts, double squelch_db, int ptt); +void dsp_cleanup_transceiver(imts_t *imts); +void imts_set_dsp_mode(imts_t *imts, enum dsp_mode mode, int tone, double duration, int reset_demod); + -- cgit v1.2.3