aboutsummaryrefslogtreecommitdiffstats
path: root/src/pocsag/dsp.h
blob: 054b22d9379eb10cf80f150504c634293ce17110 (plain)
1
2
3
4
int dsp_init_sender(pocsag_t *pocsag, int samplerate, int baudrate, double deviation, double polarity);
void dsp_cleanup_sender(pocsag_t *pocsag);