FreeCalypso > hg > fc-rfcal-tools
view autocal/afcparams.h @ 100:7ad5836d3b87
fc-rfcal-vcxo: added check for final freq offset being within 70 Hz
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 11 Aug 2017 02:45:10 +0000 |
parents | ba4b6877e227 |
children |
line wrap: on
line source
/* 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; };