aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/dsp.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-05-10 19:25:07 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-05-13 09:37:01 +0200
commite2a9c2c6a531bd6db2c6ba0dc5be61ce97ae95c1 (patch)
treecc09f2862aa982c10af69be396084820cb6272fc /src/cnetz/dsp.h
parent021c34a899ec54563cfc9e88024a9ff88ee0c907 (diff)
Automatic FSK polarity selection on TX side
This is done by simulating two cells with different polarities. On first message from mobile station, the cell with the correct polarity is used, the other is disabled. On RX side the polarity is not selected, since FSK decoder detects polarity for every frame.
Diffstat (limited to 'src/cnetz/dsp.h')
-rw-r--r--src/cnetz/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnetz/dsp.h b/src/cnetz/dsp.h
index 2a4f042..0aba3e0 100644
--- a/src/cnetz/dsp.h
+++ b/src/cnetz/dsp.h
@@ -1,6 +1,6 @@
void dsp_init(void);
-int dsp_init_sender(cnetz_t *cnetz, int measure_speed, double clock_speed[2], double deviation, double noise);
+int dsp_init_sender(cnetz_t *cnetz, int measure_speed, double clock_speed[2], double noise);
void dsp_cleanup_sender(cnetz_t *cnetz);
void calc_clock_speed(cnetz_t *cnetz, uint64_t samples, int tx, int result);