登录
首页 » Visual C++ » example4_4

example4_4

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

  • gomory
    割平面在MATLAB里的程序,很好用,希望和大家分享(Cutting plane in the MATLAB program, useful, and would like to share)
    2012-05-30 00:02:56下载
    积分:1
  • planetrendering
    planet rendering program implementation
    2014-01-23 03:40:25下载
    积分:1
  • Load_at_discrete_Depths_070914.ino
    Arduino Uno Sketch to take measurements a strain gauge at precise depths into an elastic object. Interfaces the Uno with a micrometer using SPC and with strain gauge bridge circuit using Analog input pin. Tested to work on OSEPP Uno R3 Plus (Arduino Uno equivalent uC)
    2014-10-01 05:31:35下载
    积分:1
  • OFDM
    OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码(OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for)
    2009-09-10 15:50:35下载
    积分:1
  • EBCGLView
    EBCGLView.GLData调用 On Error GoTo HERROR Dim obj As EBCGLView.GLData Dim retObj As Object(EBCGLView.GLData call On Error GoTo HERROR Dim obj As EBCGLView.GLData Dim retObj As Object)
    2015-03-23 21:57:39下载
    积分:1
  • MATLAB
    说明:  MATLAB与C/C++混合编程代码,包括MATLAB引擎,MAT共享,MEX技术,COM,Mideva工具(MATLAB and C/C++ mixed programming code, including MATLAB engine, MAT share, MEX technology, COM, Mideva tools)
    2021-03-04 13:59:32下载
    积分:1
  • linear_kalman_filter
    该程序实现了线性kalman滤波进行单目标跟踪,注释详细,并包含了例程(The program implements a linear kalman filter for target tracking, notes in detail and includes routines)
    2020-10-12 14:57:32下载
    积分:1
  • 1
    说明:  学习用的事件与触发.cs 可以用于教学.....演示(Learn to events and triggers. Cs can be used to demonstrate the teaching .....)
    2009-11-10 18:43:25下载
    积分:1
  • tankf
    matlab simuink 模糊控制器tank 改进(matlab simuink improved fuzzy controller tank)
    2014-01-17 10:24:05下载
    积分:1
  • MusicPlayer
    一个好用的音乐播放器源码,最终程序编译后只有几十KB。VC++2010编译通过。 AppWizard has created this MusicPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.( AppWizard has created this MusicPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.)
    2015-08-25 15:34:53下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载