登录
首页 » 算法 » DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和...

DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和...

于 2022-01-25 发布 文件大小:1.63 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Runge
    Runge-Kutta-Verner方法求积分,包括cpp源码-Runge-Kutta-Verner method of quadrature, including the cpp source code
    2022-02-05 09:26:15下载
    积分:1
  • 高斯积分
    近似I=三重积分((f(x,y,z)dz dy dx)),用
    2022-05-30 23:49:27下载
    积分:1
  • 实数编码模拟退火
    MATLAB中的模拟退火算法
    2022-08-13 19:36:43下载
    积分:1
  • TinyOS数据解析代码
    针对TinyOS数据所写的代码,数据格式详情请参考http://tinyos.stanford.edu/tinyos-wiki/index.php/Main_Page
    2022-07-24 14:40:38下载
    积分:1
  • sound_check_by_MCU
    通过MCU检查声音
    2022-07-07 00:57:08下载
    积分:1
  • C语言图像处理
         牙齿部分为主要处理方向,C语言ML-EM法 处理连续的图像,进行去除图像噪音。 处理完的图像可以做成3D图像进行比较,处理图像为.img图像。 所用平台为VS2008,windows7 64.
    2022-04-10 09:14:12下载
    积分:1
  • XMDS is a code generator that integrates equations. You write them down in human...
    XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
    2022-05-07 07:29:40下载
    积分:1
  • 回溯解N后的C++源码(Visual Stdio2010环境测试通过)
    #include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数  *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) {  sum++;  Output(); } else {  for (int i=1;i
    2022-02-06 19:11:54下载
    积分:1
  • 大名鼎鼎的海洋数值计模型
    大名鼎鼎的海洋数值计算模型-pom模型源代码及说明书和示例,推荐一下,-famous marine numerical model-pom model specification and the source code and examples, recommended that huh
    2022-01-25 18:31:12下载
    积分:1
  • 各类Huffman编码
    各类Huffman编码-All kinds of Huffman coding
    2022-03-23 12:40:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载