-
dbscan
数据挖掘,聚类分析,DBSCAN C++的实现,(Data mining, clustering analysis, DBSCAN C++ Realization)
- 2007-12-26 14:53:12下载
- 积分:1
-
Apriori
本程序使用MATLAB实现了简单的APRIOR算法(This program uses MATLAB algorithm to achieve a simple APRIOR)
- 2011-05-26 18:24:41下载
- 积分:1
-
houghtest
使用hough变换检测直线的matlab程序(Detect the use of straight line hough transform matlab program)
- 2009-03-30 09:41:35下载
- 积分:1
-
Monkey
山上有m只猴子要选大王,选举办法如下:所有猴子从1到m进行编号并围坐一圈,从第一号开始按顺序1,2,...n继续报数,凡是报n号的猴子都退出到圈外,照此循环报数,直到圈内只剩下一只猴子时,这只猴子就是大王.输出大王的编号。
(Mountains have m of the monkeys to elect king, method of election are as follows: All monkeys are numbered from 1 to m, and sitting around a circle, to begin from the first order 1,2, ... n continue to report the number of those who reported that n No. The monkeys are out to outsiders the basis of this report the number of cycles until the circle only one monkey, the monkey is king. Output King number.)
- 2009-12-28 14:00:29下载
- 积分:1
-
Kalman
卡尔曼滤波程序,C++/C,matlab.(Kalman filtering procedures, C++/C, matlab.)
- 2012-08-06 11:11:18下载
- 积分:1
-
PRJ_D313_select4
aam matlab gui 工具包,功能很强大(aam matlab gui toolkit, very powerful)
- 2010-11-09 21:47:34下载
- 积分:1
-
Matlab7_examble
《精通matlab7》 电子工业出版社,王正林,刘明编著,原版光碟。()
- 2007-09-29 00:50:04下载
- 积分:1
-
filter_HFSS
滤波器程序优化算法,可以生成脚本文件联合HFSS调用优化。(Filter program optimization algorithm, can generate a script file call optimization combined with HFSS.
)
- 2013-05-16 16:14:19下载
- 积分:1
-
33jiedianCPPchaoliuchengxu
关于33节点的配电网潮流计算程序C++版本(Distribution network power flow calculation program of 33 nodes on the C version)
- 2014-12-29 16:22:34下载
- 积分: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