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.
7 lines
237 B
C
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);
|
|
|