-
SACQPSO
matlab源程序,粒子群和小生境还有量子的结合,可以运行 收敛效果好(matlab source, particle quantum groups and the combination of niche there, you can run a good convergence effect)
- 2010-12-06 16:47:35下载
- 积分: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
-
GA_shape_2
一用遗传算法编写的波束赋性综合算法MATLAB程序(An beam-shaped program by GA)
- 2009-12-06 20:44:09下载
- 积分:1
-
7-DIPUM-Code
Basics in Image processing using MATLAB
- 2009-06-09 12:35:41下载
- 积分:1
-
chap2_1
PID控制,可以实现串级系统控制。(PID. The series system control. . . . . .)
- 2013-03-25 17:38:44下载
- 积分:1
-
houghlines
本文件详细描述了如何利用matlab去检测图片中含有的直线元素,利用hough变换。(This document describes in detail how to use matlab to detect images containing linear elements using hough transform.)
- 2013-11-16 00:45:57下载
- 积分:1
-
robust_ICA
稳健独立分量分析算法,实现任意混合信号的分离。(Strong and independent component analysis algorithm to achieve any mixed-signal separation.)
- 2013-04-08 22:39:38下载
- 积分:1
-
root-locus_from_scratch_Matlab
Root-locus method teaching from scratch in matlab.
- 2014-02-07 07:29:50下载
- 积分:1
-
programming
MATLAB程序设计,M文件,程序控制结构,函数文件,程序举例,程序调试(MATLAB programming, M files, program control structures, functions, files, programs, for example, debugging)
- 2010-11-14 12:02:45下载
- 积分:1
-
lmsandmmse
MATLAB程序:基于LS和MMSE算法的MSE比较(Comparison of the performances of the LS and the MMSE channel estimators for a 64 sub carrier OFDM system based on the parameter of Mean square error)
- 2009-05-19 22:34:05下载
- 积分:1