-
pso_testcode
for testing of particle in trajectory .
- 2012-04-06 18:33:18下载
- 积分:1
-
非线性整数规划的遗传算法Matlab程序
说明: 通常,非线性整数规划是一个具有指数复杂度的NP问题,如果约束较为复杂,Matlab优化工具箱和一些优化软件比如lingo等,常常无法应用,即使能应用也不能给出一个较为令人满意的解。这时就需要针对问题设计专门的优化算法。下面举一个遗传算法应用于非线性整数规划的编程实例,供大家参考!(Generally, nonlinear integer programming is a NP problem with exponential complexity. If the constraints are more complex, MATLAB optimization toolbox and some optimization software such as lingo are often unable to be applied, even if they can be applied, they cannot give a satisfactory solution. At this time, we need to design a special optimization algorithm for the problem. Here is an example of genetic algorithm applied to nonlinear integer programming, for your reference!)
- 2020-04-11 20:04:13下载
- 积分:1
-
Henon_Check
本代码是对Henon 映射的编写及恢复,可以完成一定大小的图像处理。(This code is written and recovery Henon map, you can complete a certain size of image processing.)
- 2011-05-10 22:45:19下载
- 积分:1
-
yiweichengxu
对流扩散方程一维的有限差分法,有限元法,特征有限差分法,特征有限元法代码(Convection diffusion equation of one dimensional finite difference method, finite element method, characteristic finite difference method, characteristic finite element method (fem) code)
- 2015-10-09 16:21:18下载
- 积分:1
-
android.wifidirect
WiFi Direct直连,实现了直连,能正常检测链接,没问题(WiFi Direct Direct Connect, to achieve a straight, normal detection link, no problem)
- 2014-09-21 15:01:10下载
- 积分:1
-
matlab_huffman
利用matlab实现数字图像HUFFMAN二元和三元编码,效果不错。(HUFFMAN digital images using matlab binary and ternary coding, good results.)
- 2009-11-19 16:47:50下载
- 积分:1
-
lvbo
数字图像处理中matlab环境先的几个实用的滤波函数(With the aid of examples such as histogram equalization analysis and spatial filtering, this article explains the application of matlab in image processing.)
- 2012-04-30 11:25:49下载
- 积分:1
-
sim_qpskgray_multipath
一个QPSK调制解调的程序,在Matlab环境下实现。(A QPSK modulation and demodulation process in Matlab environment to achieve.)
- 2013-09-12 10:44:56下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
selectivemapping_papr
This is matlab simulation of selective mapping technique for papr reduction.Sequences that are independent and represent the same information are generated.PAPR of these are calculated separately. Sequence with the smallest PAPR is selected for final serial transmission
- 2013-11-08 19:54:19下载
- 积分:1