Update main.c

pull/54/head
alanbjohnston 5 years ago committed by GitHub
parent 00b13bf51b
commit 1aa6351106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = 2500; // reduce dut to python and sensor querying delays
sleepTime = 2.5;
samplePeriod = 2200; // reduce dut to python and sensor querying delays
sleepTime = 2.2;
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);

Loading…
Cancel
Save

Powered by TurnKey Linux.