-
121212
粒子群优化算法程序设计,非常有用的程序,希望对大家有用。。。。(Particle Swarm Optimization Program Design)
- 2009-12-16 16:42:53下载
- 积分:1
-
matlab11
很有用的MATLAB的基本命令,有许多的应用实例,与大家分享(MATLAB useful basic commands, there are many examples of applications to share with you)
- 2008-06-23 18:03:18下载
- 积分:1
-
test
在matlab中用空间域图像增强的方法处理一张骨骼图像(Deal with a skeletal image in the matlab using space domain image enhancement method)
- 2013-01-04 19:37:05下载
- 积分:1
-
HDB3
用matlab编写的HDB3码文件,可以将HDB3码转换成AMI码,并还原检错(HDB3 code file using matlab HDB3 code convert AMI code and restore the error detection)
- 2013-03-11 22:49:16下载
- 积分: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
-
AI_Based_Hybrid_PV_DFIG_Grid
说明: 基于AI控制器的光伏与双馈风电混合电网集成,对风机、传动轴、发电机、控制系统、电网进行仿真模型(Integration of photovoltaic and doubly-fed wind power hybrid grid based on AI controller, simulation model for fan, drive shaft, generator, control system and power grid)
- 2019-10-23 09:49:34下载
- 积分:1
-
decodeLogDomain_LDGM
LDGM decoder function for Matlab.
- 2011-09-02 13:21:42下载
- 积分:1
-
Fourier-transform
类似于时域滤波,天线方向图是最优权的傅立叶变换(Similar to the time-domain filtering, the optimal antenna pattern is the Fourier transform of the right)
- 2011-10-12 20:34:17下载
- 积分:1
-
ACO_on_JSSP
该程序是用matlab实现蚁群优化算法求解车间调度问题(The program is ACO algorithm for the jobshop scheduling problem)
- 2014-04-22 23:45:35下载
- 积分:1
-
renlian
matlab实现人脸识别系统!给定一张人脸图像,能在一堆图片中识别出来!(matlab to achieve face recognition system! Given a human face images, can be identified in a pile in the picture!)
- 2010-01-08 20:33:06下载
- 积分:1