Update cubesatsim.h

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 2e0beb4faa
commit 78b901d9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,8 +142,8 @@ int testCount = 0;
long time_start;
//char cmdbuffer[1000];
//FILE * file1;//
#define BUFFER_SIZE (2^16)
short int buffer[BUFFER_SIZE]; // ctr is an int // 100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK
#define BUFFER_SIZE (2^15)
short int buffer[100000]; //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);
@ -236,7 +236,10 @@ float Temp;
float rest;
unsigned int wav_position = 0;
int counter = 0;
int counter_max = 420;
int amplitude = 50; //100;
int value;
/*
* TelemEncoding.h
*

Loading…
Cancel
Save

Powered by TurnKey Linux.