TRANSMITTER *transmitter;
int buffer_size=1024; // 64, 128, 256, 512, 1024
-int fft_size=4096; // 1024, 2048, 4096, 8192, 16384
+int fft_size=2048; // 1024, 2048, 4096, 8192, 16384
int atlas_penelope=0;
int atlas_clock_source_10mhz=0;
0, // run
0.010, 0.025, 0.0, 0.010, 0);
+fprintf(stderr,"TXASetNC\n");
TXASetNC(tx->id, tx->fft_size);
TXASetMP(tx->id, tx->low_latency);
SetTXAPanelGain1(tx->id,gain);
SetTXAPanelRun(tx->id, 1);
+
XCreateAnalyzer(tx->id, &rc, 262144, 1, 1, "");
if (rc != 0) {
fprintf(stderr, "XCreateAnalyzer id=%d failed: %d\n",tx->id,rc);