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.
This commit is contained in:
Andreas Eversberg
2019-07-21 21:19:54 +02:00
parent 31fca59294
commit 99bafb6880
15 changed files with 2839 additions and 13 deletions

6
src/imts/dsp.h Normal file
View File

@@ -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);