登录
首页 » Visual C++ » example4_4

example4_4

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

  • guanliandufnex
    基于灰色预测模型对旅游人数的预测matlab代码(Grey prediction model based on the forecast of tourist arrivals matlab code)
    2011-02-05 21:53:49下载
    积分:1
  • Ttdpsolamatlah
    此程序在matlab环境下运行,是完整的tdpsola和fdppsola程序,包含了前期的语音读入,预处理,清浊音判决等等很全面 (This program runs in Matlab environment, complete the tdpsola, and fdppsola program, including pre-speech read into, pretreatment UV decision is very comprehensive)
    2012-08-06 00:14:26下载
    积分:1
  • MemDC_Test
    MemDC防止屏幕闪烁的好方法,如不使用内存DC在画图,显示时会闪烁。(memdc redraw dc)
    2013-12-18 20:26:22下载
    积分:1
  • Hog_MatlabCode_2011
    希望对你有帮助,包含了整个的过程,我研究了好久,收获很大。(I hope it can help you, contains the whole process, I studied for a long time and fruitful.)
    2011-09-26 14:49:45下载
    积分:1
  • MatlabVC
    一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值(Of a Matlab compiled into an executable program will be a method which allows Matlab programs written in Matlab can be completely detached from the environment to perform, thus greatly improving the program' s scope of application and value)
    2009-09-23 23:17:46下载
    积分:1
  • Cell-tracking
    自己编程实现对通道里的细胞的跟踪,标注,计算,并计算细胞的面积、周长、个数、并能判断2种细胞(Their programming implementation of the cells in the channel tracking, tagging, computing, and calculate the cell area, perimeter, number, and can determine two kinds of cells)
    2014-04-02 16:08:22下载
    积分:1
  • MATLAB
    MATLAB作业用,MATLAB实验用,MATLAB数字信号处理,信号与系统(MATLAB work with, MATLAB experiment, MATLAB Digital Signal Processing, Signals and Systems)
    2013-11-09 20:28:00下载
    积分:1
  • matlab_engine
    说明:  c++ 中使用 matlab 简单画图 开发为环境为vs2010(use matlab in c++)
    2011-04-15 16:26:58下载
    积分:1
  • 2D-TM
    fdtd arithmetic 计算二维tm波(fdtd arithmetic calculation of two-dimensional wave tm)
    2007-04-25 11:40:26下载
    积分:1
  • C_lib_functions
    一个对C的库函数比较全面的收集,方便编程人员的查看和参考(a collection of C lib funtions, it covers most C lib functions)
    2010-01-09 00:14:35下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载