登录
首页 » Visual C++ » example4_4

example4_4

于 2010-05-25 发布 文件大小:1KB
0 224
下载积分: 1 下载次数: 5

代码说明:

   例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 ( x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0 N=N-1 end f=linspace(0,fs/2,N/2) plot(f,abs(y(1:N/2))*2/N) title( 叠加噪声的sinc(t)信号频谱 ) xlabel( f /Hz ) figure y0=y(1:N/2) P=y0.*conj(y0)/N P=10*log10(P) plot(f,P) title( 功率谱 ) xlabel( f /Hz ) )

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

发表评论

0 个回复

  • codestatics_shujujiegou
    统计代码行、注释行、空行、同时统计函数个数和行数,将代码、注释和空行进行风格评分 (Statistical lines of code, comment lines, blank lines, while the number of statistical functions and the number of rows, the code, comments and blank lines carry style ratings)
    2013-12-14 09:50:56下载
    积分:1
  • Ooocr
    正交扩频码ooc的matlabb代码。五个用户情况 (Orthogonal spread spectrum the code ooc matlabb code. Five users)
    2012-08-16 06:37:55下载
    积分:1
  • MATLAB_VCPP
    详细介绍了MATLAB与VC混合编程的几种方法,并给出了十分详细的配置步骤和安装方法,亲测可用。(Details of the several methods of MATLAB and VC mixed programming, and gives a very detailed configuration steps and installation methods, pro-test available.)
    2014-08-18 10:34:51下载
    积分:1
  • jisuanxiangying
    计算三层框架的损伤前后响应的对比,对于结构健康监测比较实用(Three frames before and after damage calculation response contrast, more practical for structural health monitoring)
    2013-10-26 09:50:55下载
    积分:1
  • Program
    虚拟工厂模式典型实例,通俗易懂,易学易仿(abstract factory example)
    2009-11-25 19:45:07下载
    积分:1
  • ProjetoWebProva
    prova de sistemas web
    2014-01-31 12:05:55下载
    积分:1
  • kaermanlvbo
    离散的kalman滤波,计算信号的滤波值、预测值,估计误差及预测误差(kalman filter)
    2011-11-23 20:19:08下载
    积分:1
  • tow
    随着应用的越来越复杂,对数据同步和存储的要求越来越多,有时候我们面对大量复杂的数据加载和数据同步代价,尤其是如果单服务器无法承载大量应用数据的时候,我们如何可以实现动态扩展服务器已达到负载均衡的目标(As applications are becoming more complex, the data synchronization and storage requirements are more and more, sometimes we are facing a large amount of data loading and data synchronization costs, especially if a single server cannot load a lot of the time of application data, how can we realize the dynamic extension of the server has reached the aim of load balancing)
    2015-01-27 16:52:18下载
    积分:1
  • sloveTSPbothcandmatlab
    同样是遗传算法 从 c和matlab 两方面解决(From the same genetic algorithm to solve both c and matlab)
    2010-05-21 10:08:20下载
    积分:1
  • your-power
    里面包含两个程序,利用这两个程序你实现对于其他程序的处理。非常实用(Which contains two procedures, the use of these two procedures you implement other programs for processing. Very practical)
    2013-07-21 17:07:39下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载