QtSoundModem/demod_psk.h
John Wiseman 2033a940a2 0.0.0.67
2023-09-02 11:56:09 +01:00

7 lines
259 B
C

/* demod_psk.h */
void demod_psk_init (enum modem_t modem_type, enum v26_e v26_alt, int samples_per_sec, int bps, char profile, struct demodulator_state_s *D);
void demod_psk_process_sample (int chan, int subchan, int sam, struct demodulator_state_s *D);