-
example4_4
例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 )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
boostspi
boos pi controller close loop
- 2013-10-18 19:00:52下载
- 积分:1
-
1
FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分:1
-
zitai
空间飞行器三轴稳定姿态动力学仿真,三轴稳定姿态动力学仿真(Stable attitude dynamics simulation of the space vehicle three weeks)
- 2012-07-25 16:10:01下载
- 积分:1
-
BCEncode
二维码操作程序示例二维码操作程序示例二维码操作程序示例二维码操作程序示例(Two-dimensional example of a program of two-dimensional code code example of a program of two-dimensional example of a program of two-dimensional code code example of a program)
- 2013-12-03 11:33:43下载
- 积分:1
-
duiou
对偶单纯形法matlab编程,有逐句的说明(simplex write)
- 2012-05-15 16:01:16下载
- 积分:1
-
MexDemo
说明: 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。(Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.)
- 2009-08-21 15:14:27下载
- 积分:1
-
finish
实现快速傅里叶变换,自编函数FFT.而不需使用matlab自带的FFT函数(it can realize the fast fuleir tansform)
- 2009-09-11 16:25:25下载
- 积分:1
-
18a8b6234d45
cashcode开发,用于开发接口工具,测试等(cashcode Developmentcode)
- 2014-09-18 11:59:52下载
- 积分:1
-
Simulations-Dislocations
介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
- 2013-09-05 15:19:16下载
- 积分:1