changeset 59:d0aa333e6451

Fix frequency scaling in frequency drift measurement
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 17 Oct 2012 17:40:40 +0200
parents 3a70e376f8c2
children cd7b5903f168
files FXAnalyse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FXAnalyse.c	Wed Oct 17 15:59:55 2012 +0200
+++ b/FXAnalyse.c	Wed Oct 17 17:40:40 2012 +0200
@@ -1216,7 +1216,7 @@
 						currentFreq = Math2;
 						break;
 					case SLOPE_REFERENCE_HG_CAVITY:
-						currentFreq = Ch2 * 1542.2 / 1062.5;
+						currentFreq = Ch2 * 1062.5 / 1542.2;
 						break;
 					}