-
marks
说明: 提供图形标记的用户界面,按照用户要求改变标记类型。(Provide graphical user interface tags, in accordance with the user to change the tag type.)
- 2009-08-12 11:23:56下载
- 积分:1
-
BP-The-neural-network
人工神经网络 matlab ,一个不错的学习机器,希望对大家有帮助了(Matlab artificial neural network, a good learning machine, hope to be helpful
)
- 2013-10-05 18:02:43下载
- 积分:1
-
LMS
LMS最小均方自适应滤波算法仿真,绝对可靠(LMS least mean square adaptive filter algorithm simulation, absolutely reliable)
- 2011-05-09 22:13:07下载
- 积分:1
-
SAR_point_simulate
SAR的点目标仿真,matlab开发,程序思路清晰,通俗易懂(SAR point target simulation, matlab development, program ideas clear, easy to understand)
- 2010-09-26 22:01:20下载
- 积分:1
-
CollectAnaly
用matalab实现的最短距离算法的系统聚类分析对样本进行分类(With matalab achieve the shortest distance between cluster analysis algorithm to classify the samples)
- 2008-07-28 08:45:08下载
- 积分:1
-
m10
计算机控制理论
课本案例源代码
matlab实现(computer control theroy
example codes in matlab)
- 2011-05-30 10:54:09下载
- 积分:1
-
runATGP
ATGP endmember extraction algorithm from Washington DC hyperspectral data!
- 2013-08-07 03:32:54下载
- 积分:1
-
wtc-r16
小波分析的程序。源程序为分析厄尔尼诺现象的。可作为地震、流行病学的小波分析(Wavelet analysis procedures. Source for the analysis of the El Niñ o phenomenon. As earthquakes, Wavelet analysis of epidemiological)
- 2010-07-26 16:46:01下载
- 积分:1
-
AdvancesinSonarTechnology
It is a book about SONAR system engineering with various applications from tracking to navigation
- 2010-07-09 12:18:30下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1