Files
osmocom-analog/src/imts/dsp.h
Andreas Eversberg 99bafb6880 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.
2019-08-30 17:17:10 +02:00

7 lines
237 B
C

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