This commit is contained in:
Andreas Eversberg
2021-10-21 21:02:20 +02:00
parent 869625cfcd
commit 7fa5f85731
17 changed files with 1889 additions and 33 deletions

4
src/pocsag/dsp.h Normal file
View File

@@ -0,0 +1,4 @@
int dsp_init_sender(pocsag_t *pocsag, int samplerate, int baudrate, double deviation, double polarity);
void dsp_cleanup_sender(pocsag_t *pocsag);