mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-12 01:21:45 +02:00
9 lines
252 B
C
9 lines
252 B
C
|
|
||
|
/* demod_afsk.h */
|
||
|
|
||
|
|
||
|
void demod_afsk_init (int samples_per_sec, int baud, int mark_freq,
|
||
|
int space_freq, char profile, struct demodulator_state_s *D);
|
||
|
|
||
|
void demod_afsk_process_sample (int chan, int subchan, int sam, struct demodulator_state_s *D);
|