test 7 to see if it gives 3 frames

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

@ -340,7 +340,7 @@ int main(int argc, char *argv[]) {
syncBits = 10;
syncWord = 0b0011111010;
parityLen = 32;
frameCnt = 10; //6; // 4; // ;
frameCnt = 7; //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.