changeset 43:39a0f396d778

Fix frequency scaling in frequency drift measurement
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 09 Oct 2012 13:32:51 +0200
parents dcc305411dcc
children 2e37910b28bc
files FXAnalyse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FXAnalyse.c	Tue Oct 09 13:18:31 2012 +0200
+++ b/FXAnalyse.c	Tue Oct 09 13:32:51 2012 +0200
@@ -1248,7 +1248,7 @@
 									currentFreq = Math2;
 									break;
 								case SLOPE_REFERENCE_HG_CAVITY:
-									currentFreq = Ch2 * 1062.5 / 1542.2;
+									currentFreq = Ch2 * 1542.2 / 1062.5;
 									break;
 							}