虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > DSP编程 > This sample program generates two sine waves called X and Y. It will then calculate the normalized

This sample program generates two sine waves called X and Y. It will then calculate the normalized

  • 资源大小:82 K
  • 上传时间: 2014-01-06
  • 上传用户:ZHANGYQ23
  • 资源积分:2 下载积分
  • 标      签: Y. normalized generates calculate

资 源 简 介

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 user to change the gain and frequency of the X and Y waveforms.

相 关 资 源

您 可 能 感 兴 趣 的