-
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
-
td1
tdoa. wsn. time difference of arrival simulation.
- 2013-11-08 15:31:34下载
- 积分:1
-
ILC-master
迭代学习控制源程序,适合初学者,希望和有关机器鱼轨迹跟踪方面交流。(Iterative learning control source program, suitable for beginners, hopes and exchanges on trajectory tracking of robotic fish.)
- 2018-04-09 16:06:07下载
- 积分:1
-
gmsk_final_s_ruido
gmsk modulation with no AWG
- 2009-06-08 00:39:17下载
- 积分:1
-
random
通过这个实验,熟悉并能够灵活运用随机数函数方法去解决实际生活中的问题。(Through this experiment, familiar and flexible use of random number function to solve real life problems.)
- 2010-05-23 09:10:30下载
- 积分:1
-
CS
说明: 布谷鸟搜索算法的源代码matlab实现,非常适合初学者使用(Cuckoo search algorithm source code matlab realize, very suitable for beginners to use)
- 2013-03-07 10:21:30下载
- 积分:1
-
SENOS
Sines. Sum sines. Every operations with sines and cosines.
- 2013-11-03 08:02:06下载
- 积分:1
-
Mini-Manuale-Matlab-1.0
piccolo manuale di matlab comprendente le funzioni base. adatto per chi non ha mai avuto approci conq uesto software
- 2012-01-21 17:25:36下载
- 积分:1
-
xiaobobaofenjie
小波包分解并能提取特征频段能量的完整的matlab程序(The wavelet packet decomposes and can extract the full matlab program of feature frequency energy)
- 2020-07-09 14:28:55下载
- 积分:1
-
zhang
张正友的Easycalib的程序没有提供源代码,这是matlab实现代码,大家试试!(Easycalib Friends of the procedures did not provide the source code, which is to achieve Matlab code, we try!)
- 2005-04-15 10:33:49下载
- 积分:1