comparison 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
comparison
equal deleted inserted replaced
27:841dd03d5c85 28:ba4b6877e227
1 /* definition of the afcparams structure */
2
3 struct afcparams {
4 uint32_t psi_sta_inv;
5 uint32_t psi_st;
6 uint32_t psi_st_32;
7 uint32_t psi_st_inv;
8
9 int16_t dac_center;
10 int16_t dac_min;
11 int16_t dac_max;
12 int16_t snr_thr;
13 };