diff autocal/afcparams.h @ 28:ba4b6877e227

fc-rfcal-vcxo: afcparams computation implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 May 2017 23:36:14 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/autocal/afcparams.h	Mon May 22 23:36:14 2017 +0000
@@ -0,0 +1,13 @@
+/* definition of the afcparams structure */
+
+struct afcparams {
+	uint32_t	psi_sta_inv;
+	uint32_t	psi_st;
+	uint32_t	psi_st_32;
+	uint32_t	psi_st_inv;
+
+	int16_t		dac_center;
+	int16_t		dac_min;
+	int16_t		dac_max;
+	int16_t		snr_thr;
+};