From 36890de81922000e42b48460e83a5f0c61acf07e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 13 Jul 2022 17:10:53 -0400 Subject: [PATCH] buffer 2 * 5841 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 9591532b..488ad9e9 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -156,7 +156,7 @@ int testCount = 0; long time_start; //char cmdbuffer[1000]; //FILE * file1;// -#define BUFFER_SIZE 5841 //970 // (970 * 2) // * 2) +#define BUFFER_SIZE (5841 * 2) //970 // (970 * 2) // * 2) short int buffer[BUFFER_SIZE]; // 50000]; //BUFFER_SIZE]; // ctr is an int // 100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK //short int buffer[(WAV_DATA_LENGTH/8)]; //FILE *sopen(const char *program);