-
abs
一些小程序,仅供参考,不足之处,请见谅。谢谢你的支持。(Some small programs, reference, deficiencies, please forgive me. Thank you for your support.)
- 2010-05-18 22:17:09下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
Fuzzy-Logic-using-MATLAB
基于matlab的模糊逻辑方面的国外资料,介绍了如何用matlab实现模糊理论。(The world we live in is becoming ever more reliant on the use of electronics
and computers to control the behavior of real-world resources. For example,
an increasing amount of commerce is performed without a single banknote
or coin ever being exchanged. Similarly, airports can safely land and send off
airplanes without ever looking out of a window. Another, more individual,
example is the increasing use of electronic personal organizers for organizing
meetings and contacts. All these examples share a similar structure multiple
parties (e.g., airplanes or people) come together to co-ordinate their activities
in order to achieve a common goal. It is not surprising, then, that a lot of
research is being done into how a lot of mechanics of the co-ordination process
can be automated using computers.)
- 2014-02-07 22:24:21下载
- 积分:1
-
Simulink
matlab的simulink的使用教程,很详细(Matlab simulink of using the tutorial, very detailed)
- 2012-07-29 16:47:34下载
- 积分:1
-
123
微弱信号的检测和提取,用MATLAB语言实现,包括了小波法(Weak signal detection and extraction, using MATLAB language, including the wavelet method)
- 2011-11-06 19:04:32下载
- 积分:1
-
LMS_Equalizer_matlab
最小均分误差均衡的matlab程序。学习LMS算法必备。(Minimum Mean Square Error equalizer matlab program. Learning LMS algorithm necessary.)
- 2014-12-25 15:55:10下载
- 积分:1
-
dijkstra
Dijkstra (Dijkstra) 算法MATLAB源码(Dijkstra (Dijkstra) algorithm)
- 2015-01-14 14:38:57下载
- 积分:1
-
matlab-for-zigbee
ZIGBEE用MATLAB实现的源代码,可用于初学者用来学习和测试(Tree-Based Data Broadcast in IEEE 802.15.4 and ZigBee Networks.this is for new learners to use.)
- 2014-02-25 22:44:01下载
- 积分:1
-
beltfilter
为带通滤波器,需设置半阶数、高低截止频率和采样频率。保存为function函数的m文件。rar中为一肌电信号。(For band-pass filter, to be set up semi-order, high and low cutoff frequency and sampling frequency. Save it as a function of m file function. rar for a EMG.)
- 2008-12-11 13:22:54下载
- 积分:1
-
arraysignal
阵列信号处理程序,不同阵列波束图分析,包括极坐标及不同域的波束图(Array signal processing, different array beam pattern analysis, including the polar coordinates and the beam pattern in different domains.)
- 2010-10-20 09:50:06下载
- 积分:1