-
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
-
CLyapunov
用于通过C实现李氏指数的计算,分析生理数据(For C to achieve through the calculation of Lyapunov exponent analysis of physiological data)
- 2009-04-11 21:48:20下载
- 积分:1
-
VC-code
LBM 初学者的资料,模拟的各个部分都有很详细的分析(this is the materials for the freshman of LBM study,it is good tool)
- 2015-04-14 15:00:46下载
- 积分:1
-
4563
matlab所有应用程序,很实用,很好很好大家收藏哦,赶快下载(matlab all applications, very practical, very, very good everyone Favorite oh, quickly download)
- 2013-04-15 19:35:19下载
- 积分:1
-
ceshi
Kalman滤波器的MATLAB实现,一个Kalman滤波的应用实例(Lt RTI ID 0.0 & gt u5 & lt /RTI & gt & lt /RTI & gt & lt RTI ID 0.0 & gt u5 & lt /RTI & gt )
- 2017-04-24 15:47:40下载
- 积分:1
-
MATLAB-7.0User-Guide2-
Matlab的编程指南(下册),常用的Matlab入门教程,比较详细非常好用的哈!(Matlab programming guide, commonly used Matlab Tutorial, detail very easy to use Ha!)
- 2012-02-15 09:57:20下载
- 积分:1
-
hsv-fenliang
在matlab环境中运用hsv空间对空间中的各种参数进行提取,并修改分量(Hsv space to extract the various parameters of space use in the Matlab environment, and modify the component)
- 2012-05-25 15:39:44下载
- 积分:1
-
powerflow-input
针对C语言环境下的电力系统潮流计算过程中,负责数据输入的子程序。(Power flow calculation for the C language environment in the process, is responsible for routine data entry.)
- 2013-11-26 15:50:43下载
- 积分:1
-
vc_matcom_dll
VC和MATLAB的混合编程技术之一,matcom生成dll,vc成功调用的例子(One of a combination of VC and MATLAB programming technology, matcom generate DLL, VC example of a successful call
)
- 2013-09-18 14:29:03下载
- 积分:1
-
Input_5p1
ANSI input 5p3 implementation
- 2012-10-23 14:09:01下载
- 积分:1