登录
首页 » Visual C++ » example4_4

example4_4

于 2010-05-25 发布 文件大小:1KB
0 292
下载积分: 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 个回复

  • MATLABEngClass
    说明:  VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。(VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC to. Note, however, when used, should matlab local folder where the extern in the lib and include added to the VS project properties go to lib and include paths. And to add four lib.)
    2021-03-01 18:49:34下载
    积分:1
  • actzmdwq
    啊蔡特征码定位器,我不知道怎么用,留个大家(Ah Choi signature locator, I do not know how to use, leave everyone)
    2015-02-11 18:57:27下载
    积分:1
  • BCKp4
    Les méthodes géométriques sont les méthodes les plus répandues en simulation indoor. On a cité les principales familles de ces méthodes. Il s’avère qu’il n’existe pas de meilleures méthodes que d autres. En effet, le choix d’une méthode par rapport à une autre dépend des objectifs principaux qui sont fixés au début du travail. Il est donc fondamental de faire un compromis entre le nombre de rayons à calculer et la complexité de calcul.
    2009-12-07 10:26:43下载
    积分:1
  • iterative-method-matlab-code
    matlab迭代法代码,很不错,值得看看(iterative method matlab code, very good, worth a look)
    2013-11-15 17:09:57下载
    积分:1
  • a
    说明:  不带像素操作的机器视觉代码-The brain transforms and discards pixels. The transformation is a smoothing and differencing filter. The output of an individual filter is ambiguous.The output of 5 filters lets us find edges and corners. A small number of filters covers the entire image. This method is fast and discards irrelevant information(Without pixel machine vision operation code-The brain transforms and discards pixels. The transformation is a smoothing and differencing filter. The output of an individual filter is ambiguous.The output of 5 filters lets us find edges and corners. A small number of filters covers the entire image. This method is fast and discards irrelevant information)
    2007-11-22 15:54:19下载
    积分:1
  • C_CPP-Programmers-Reference--Third-Edition-By-Her
    C/C++ Programmer s Reference, Third Edition by Herbert Schildt ISBN:0072227222 McGraw-Hill/Osborne © 2003 (358 pages) This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
    2015-03-20 08:48:03下载
    积分:1
  • JEI-letter
    An exmaple of the JEI letter paper:texture features based on local Fourier histogram: self-compensation against rotation(JEI letter)
    2015-01-04 17:47:29下载
    积分:1
  • (ebook---pdf)-Matlab-CPP-Math-Library-Reference-v
    matlab ebook for electroniks
    2011-05-07 04:40:36下载
    积分:1
  • rs_encode
    RS码编码的源代码,直接复制出来粘贴在新建工程即可用(RS coding source code, paste copied directly out ready for use in new construction)
    2013-11-15 10:05:25下载
    积分:1
  • Markov-Chain-Monte-Carlo)
    基于马尔可夫链的蒙特卡洛方法在matlab中的实现程序(Based on markov chain monte carlo method is implemented in the matlab program)
    2021-02-27 00:29:37下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载