comparison FXAnalyse.c @ 116:4f56dbdad85d

Fix N3 measurement
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Fri, 05 Jul 2013 16:07:18 +0200
parents 23f8b7b2b63a
children 96ab53ab9496
comparison
equal deleted inserted replaced
115:23f8b7b2b63a 116:4f56dbdad85d
1147 settling--; 1147 settling--;
1148 break; 1148 break;
1149 } 1149 }
1150 1150
1151 n_3++; 1151 n_3++;
1152 f_rep_minus += Ch2 - Slope_3 * (utc - t3_3); 1152 f_rep_minus += Math1 + 250000000 - Slope_3 * (utc - t3_2);
1153 f_beat_Sr_minus += Ch3; 1153 f_beat_Sr_minus += Ch3;
1154 1154
1155 if (utc - t3_3 > DeltaT_3) { 1155 if (utc - t3_3 > DeltaT_3) {
1156 // negative step measurement 1156 // negative step measurement
1157 f_rep_minus = f_rep_minus / n_3; 1157 f_rep_minus = f_rep_minus / n_3;