登录
首页 » Visual C++ » example4_4

example4_4

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

  • Matlabsimulinkcodes
    基于Matlab simulink的系统仿真设计及应用的函数文件代码(Matlab Simulink-based simulation system design and application code in the function)
    2007-05-21 10:43:48下载
    积分:1
  • 17686393RS_coding
    RS码是一种纠错能力很强的编码,对RS码具有进一步分析(RS code is a very strong error correction coding, with a further analysis of the RS code)
    2011-10-31 19:25:05下载
    积分:1
  • 2
    说明:  是关于用matlab在单站无源定位中的仿真应用,通过一篇论文来详细说明(Is about using matlab simulation applications in a single station passive location through a paper to detail)
    2014-01-05 17:20:50下载
    积分:1
  • weiyikeyima
    自己写的唯一可译码判定准则,可以准确判定码组是否为唯一可译码组(Write their own unique criteria DECODABLE can accurately determine whether the code group is the only decoding group)
    2013-01-20 16:45:58下载
    积分:1
  • p4
    节目彩灯控制:P0键控制上下流动,P1键停下,灯全灭。(failed to translate)
    2013-05-06 22:34:29下载
    积分:1
  • ren
    用matlab的simulink实现状态观测器设计及仿真,绘出state-space 模块的输出值的阶跃响应曲线以及观测器的输出值的阶跃响应曲线。(To achieve observer status with the design and simulation of matlab simulink, step response curve step response curve and observing the output value is plotted state-space module output value.)
    2020-11-11 20:59:44下载
    积分:1
  • 44
    说明:  BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络(BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is a multi-layer feedback-free network)
    2008-11-10 20:55:07下载
    积分:1
  • NumericalCaculation
    数值计算的类函数,运算能力超过Matlab(Numerical Calculation)
    2009-07-08 11:22:08下载
    积分:1
  • MATLAB-CPP
    用实例演示如何在matlab中调用c++,适用于初学者,很好的例子(With examples demonstrate how to call c++ in matlab for beginners, a good example)
    2014-01-07 14:04:04下载
    积分:1
  • WGUO2zipa
    关于小波去噪的MATLAB源程序序实现图像和信号的去噪可直接使用。 (On Wavelet Denoising MATLAB source sequence image and signal denoising can be used directly.)
    2012-10-07 00:36:27下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载