TMDSVPHINVKIT 评估板的使用说明 介绍:
The Ws is the frequency input of the generator. The dwPll_Trace_Freq is assigned for
this input, the format is Q20. For example:
dwPll_Trace_Freq = _IQ20(376.9911) represents the 60Hz.
dwPll_Trace_Freq = _IQ20(314.2); //50Hz (controlsuite中的源码)
dwPll_Trace_Freq = _IQ20(376.9911); //60Hz (controlsuite中的源码)
请问有没有介绍这个算法的其他资料,376.9911是怎么和频率60Hz对应 ;314.2是怎么和50Hz对应的。
有没有一个公式。求解惑。。