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:
6
src/imts/dsp.h
Normal file
6
src/imts/dsp.h
Normal 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);
|
||||
|
Reference in New Issue
Block a user