|
|
|
@ -103,6 +103,10 @@ FILE * file1;
|
|
|
|
short int buffer[2336400]; // max size for 10 frames count of BPSK
|
|
|
|
short int buffer[2336400]; // max size for 10 frames count of BPSK
|
|
|
|
FILE *sopen(const char *program);
|
|
|
|
FILE *sopen(const char *program);
|
|
|
|
FILE *telem_file;
|
|
|
|
FILE *telem_file;
|
|
|
|
|
|
|
|
int adc_file;
|
|
|
|
|
|
|
|
#define BUFFER_SIZE 10000
|
|
|
|
|
|
|
|
byte buffer[BUFFER_SIZE];
|
|
|
|
|
|
|
|
unsigned long int wav_position = 0;
|
|
|
|
|
|
|
|
|
|
|
|
#define S_RATE (48000) // (44100)
|
|
|
|
#define S_RATE (48000) // (44100)
|
|
|
|
|
|
|
|
|
|
|
|
|