-
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
-
upf
无迹粒子滤波例程,简单的跟踪应用。无杂波环境下的(Unscented particle filter routine, a simple tracking applications)
- 2010-05-29 09:20:34下载
- 积分:1
-
exa010101
说明三个分段相连的信号的傅里叶变换和时频分析;(Specify Fourier transfer and time-frequency analysis of three segments of continuous signal.)
- 2014-12-22 13:12:47下载
- 积分:1
-
sowas.0.93.matlab
Multiscale performance
- 2013-11-30 13:51:04下载
- 积分:1
-
image-segmentation-of-HCM-and-FCM
是关于HCM和FCM的图像分割效果比较的matlab源代码程序,有比较的结果。(It is about image segmentation comparison based on HCM and FCM, a matlab code. )
- 2014-02-12 11:40:59下载
- 积分:1
-
1822
ebook for learning c++
- 2013-12-24 05:02:21下载
- 积分:1
-
zikongzhidaoshu
自动控制原理实验指导书,适用于自控课程的实验研究,包括多个经典实验及其实验结果。(Automatic control theory guide books, suitable for controlled experimental study courses, including a number of classic experiments and their results.)
- 2014-01-10 10:55:54下载
- 积分:1
-
新建 Microsoft Word 文档
运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
- 2017-06-06 16:12:08下载
- 积分:1
-
blind16qamsub
16qam子空间法盲信道估计和信号恢复
(Legal 16qam subspace channel estimation)
- 2009-07-08 23:12:13下载
- 积分:1
-
MCM_explicit
说明: 本程序采用显示方案实现“平均曲率运动(MCM)”模型(This procedure indicates that the program used to achieve " mean curvature motion (MCM)" model)
- 2010-04-03 09:31:08下载
- 积分:1