mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-05 22:41:30 +02:00
8 lines
252 B
C
8 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);
|