This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase of
the two waveforms using the following formulas:
Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2)
Phase = (long) (atan2PU(X,Y) * 360)
The program will prompt the ...
/dl/469925.html
标签:
Y.
normalized
generates
calculate
上传时间:
2014-01-06
上传用户:123456wh