From 47f74b38ce1f0488205b0aad82d86573fe77461a Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 5 Feb 2017 08:57:56 +0100 Subject: [PATCH] SDR transmits with full amplitude --- src/common/sdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sdr.c b/src/common/sdr.c index a0c0880..60afbca 100644 --- a/src/common/sdr.c +++ b/src/common/sdr.c @@ -109,7 +109,7 @@ void *sdr_open(const char __attribute__((__unused__)) *audiodev, double *tx_freq } sdr->channels = channels; sdr->samplerate = samplerate; - sdr->amplitude = 0.4 / (double)channels; // FIXME: actual amplitude 0.1? + sdr->amplitude = 1.0 / (double)channels; /* special case where we use a paging frequency */ if (paging_frequency) {