From 00b13bf51b7b3d1cc5e1da078065b7b0e149b78c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 5 Sep 2020 08:42:23 -0400 Subject: [PATCH] 2.5 --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index 328e78ea..e72791f0 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -668,8 +668,8 @@ while (loop-- != 0) // samplePeriod = ((float)((syncBits + 10 * (headerLen + rsFrames * (rsFrameLen + parityLen))))/(float)bitRate) * 1000 - 1800; // samplePeriod = 3000; // sleepTime = 3.0; - samplePeriod = 2000; // reduce dut to python and sensor querying delays - sleepTime = 2.0; + samplePeriod = 2500; // reduce dut to python and sensor querying delays + sleepTime = 2.5; printf("\n BPSK Mode, bufLen: %d, %d bits per frame, %d bits per second, %d seconds per frame %d ms sample period\n", bufLen, bufLen/(samples * frameCnt), bitRate, bufLen/(samples * frameCnt * bitRate), samplePeriod);