在数字电源的库中有这么一个函数PFC_InvRmsSqr,我看了介绍,但是对于PFC_InvRmsSqr_VminOverVmax:n和PFC_InvRmsSqr_Vmin:n的取值还是不是很明白,能不能请TI的高手在指导一下这两个变量怎么取值,谢谢!
Usage: This section explains how to use this module. The example assumes a PFC
Stage designed for 264VAC to 85VAC and the voltage feedback is designed
for peak 400V. Also, the minimum voltage used in this module is 80Vrms.
Hence,
PFC_InvRmsSqr_VminOverVmax:n: = _IQ30(80/283)=_IQ30(0.283)(怎么这两个都一样呢?283是怎么来的?)
PFC_InvRmsSqr_Vmin:n: =<_IQ24(80/283)=_IQ24(0.283)
在后面的应用样例中
PFC_InvRmsSqr_VminOverVmax1=_IQ30(0.3913);
PFC_InvRmsSqr_Vmin1=_IQ24(0.225);他们的值又不是相同的