still not working, frame count back to 3

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 80c55fa16b
commit bf6a4b0b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ int sock = 0;
void write_to_buffer(int i, int symbol, int val);
void write_wave();
#define SAMPLES (S_RATE / BIT_RATE)
#define FRAME_CNT 5// //33 // Add 3 frames to the count
#define FRAME_CNT 3// //33 // Add 3 frames to the count
//#define BUF_LEN (FRAME_CNT * (SYNC_BITS + 10 * (8 + 6 * DATA_LEN + 96)) * SAMPLES)
#define BUF_LEN (FRAME_CNT * (SYNC_BITS + 10 * (HEADER_LEN + RS_FRAMES * (RS_FRAME_LEN + PARITY_LEN))) * SAMPLES)

Loading…
Cancel
Save

Powered by TurnKey Linux.