CARMA C++
|
The calibration of a scalar register is: More...
#include <carma/szautil/RegCal.h>
Public Member Functions | |
void | reset () |
Public Attributes | |
double | cosPhi_ |
double | factor_ |
double | imagGain_ |
double | offset_ |
double | sinPhi_ |
The calibration of a scalar register is:
reg[i] = offset + factor * reg[i].
The calibration of a complex register is:
real = reg[i] imag = reg[i+1] reg[i] = offset + factor * real; reg[i+1] = offset + factor * (imag/imag_gain + real*sin(phi))/cos(phi);