frameCnt back to 3

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 12ac4be269
commit cf5ee6f726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -339,7 +339,7 @@ int main(int argc, char *argv[]) {
syncBits = 10;
syncWord = 0b0011111010;
parityLen = 32;
frameCnt = 1; //6; // 4; // ;
frameCnt = 3; //6; // 4; // ;
amplitude = 32767/3;
samples = S_RATE/bitRate;
bufLen = (frameCnt * (syncBits + 10 * (headerLen + rsFrames * (rsFrameLen + parityLen))) * samples);

Loading…
Cancel
Save

Powered by TurnKey Linux.