Tool/software: TI C/C++ Compiler
Hii,
In the implementation of three phase PLL in C2000 controller using IQ math
spll_obj.ylf[0]=(spll_obj.ylf[0]>SPLL_SRF_Q(200.0))?SPLL_SRF_Q(200.0):spll_obj.ylf[0];\
/* VCO
what is the significance of 200.0 in SPLL_SRF_Q(200.0) ? Please explain elaborately the meaning of that line.