From abae96626766c4d818516abe6ef10c22c1bd77ad Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 8 Sep 2019 10:28:07 -0400 Subject: [PATCH] no frames, increasing frame count to 5 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 61f69ab5..e294596c 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -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 3// //33 // Add 3 frames to the count +#define FRAME_CNT 5// //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)