-
jibenyiqunjulei
基本蚁群聚类算法,解决以前算法不收敛问题,内含详细注解。(Basic ant colony algorithm to solve the problem before the algorithm does not converge, containing detailed notes.)
- 2010-07-19 18:26:49下载
- 积分:1
-
m1envelope
a program to extract envelop in a best way
- 2012-01-10 17:43:23下载
- 积分:1
-
emd
EMD算法,经验模态分解,信号处理与分析方面用到,算法很简单,中文(EMD algorithm, the empirical mode decomposition, signal processing and analysis used, the algorithm is very simple, Chinese)
- 2013-12-12 15:43:06下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
Wavelet-OMP
基于小波变换和OMP算法的稀疏表示,不仅包括适用于黑白图片的程序,也包括适用于彩色图片的程序。(the sparse representation basing on wavelet and omp,not only for the gray image,but also color image
)
- 2013-10-15 19:06:05下载
- 积分:1
-
topopt-99
拓扑优化99行的Python版本,很强的大Python指导版本(Topology optimization Python version of the 99 line, a strong big Python guide version)
- 2020-12-17 10:29:12下载
- 积分:1
-
D100KHz_CW_Replica_Correlator_New
单频信号作为探测信号的匹配滤波处理程序源码 包括信号产生并验证通过(Single frequency signal as a detection signal matched filtering processes, including signal generating source and verified by)
- 2010-07-09 16:14:39下载
- 积分:1
-
BP-MATLAB
说明: 本文在简要介绍了MA TLAB 和BP 网络的基
础上, 详细论述了在MA TLAB611 中, 如何利用其提供的神经网络工具箱实现BP 网络的设计, 最后给出了一个BP 网络的设计实例。
(This paper briefly introduced the MA TLAB and BP network based on the detail in the MA TLAB611, how to use its neural network toolbox provided realize the design of BP network, and finally gives a design example of BP network.)
- 2008-08-26 16:32:51下载
- 积分:1
-
AHP
层次分析法的求解程序,用于对数据进行层次分析(AHP solver for the analysis of the data hierarchy)
- 2011-08-18 14:56:40下载
- 积分:1
-
DIGITALFILTER
说明: 数字滤波器的几个仿真代码,大家先看看,不知是否有用(Digital Filter Matlab Simulation)
- 2009-08-09 12:16:35下载
- 积分:1