|
|
|
|
@ -2375,7 +2375,8 @@ void get_tlm_fc() {
|
|
|
|
|
if (data == 0) {
|
|
|
|
|
phase *= -1;
|
|
|
|
|
if ((ctr - smaller) > 0) {
|
|
|
|
|
for (int j = 1; j <= smaller; j++)
|
|
|
|
|
int j;
|
|
|
|
|
for (j = 1; j <= smaller; j++)
|
|
|
|
|
buffer[ctr - j] = buffer[ctr - j] * 0.4;
|
|
|
|
|
if (ctr < 1000) printf("# %d %d\n", ctr - j, buffer[ctr - j]);
|
|
|
|
|
}
|
|
|
|
|
|