Update cubesatsim.h

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

@ -90,7 +90,7 @@
#define OFF - 1 #define OFF - 1
#define ON 1 #define ON 1
#define WAV_DATA_LENGTH (50000 * 8) //#define WAV_DATA_LENGTH (50000 * 8)
uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
uint8_t data[1024]; uint8_t data[1024];
@ -142,11 +142,11 @@ int testCount = 0;
long time_start; long time_start;
//char cmdbuffer[1000]; //char cmdbuffer[1000];
//FILE * file1;// //FILE * file1;//
//short int buffer[100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK short int buffer[2^15]; // 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)]; //short int buffer[(WAV_DATA_LENGTH/8)];
//FILE *sopen(const char *program); //FILE *sopen(const char *program);
#define S_RATE (8000) //(48000) // (44100) #define S_RATE (200) // (8000) //(48000) // (44100)
#define AFSK 1 #define AFSK 1
#define FSK 2 #define FSK 2

Loading…
Cancel
Save

Powered by TurnKey Linux.