From 48bc9dc6a4ef6ad3b6ebc1efab2deb3b77783c9e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 5 Sep 2020 08:38:42 -0400 Subject: [PATCH] increase time --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index e13a4ff8..328e78ea 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 = 1000; // reduce dut to python and sensor querying delays - sleepTime = 1.0; + samplePeriod = 2000; // reduce dut to python and sensor querying delays + sleepTime = 2.0; 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);