-
immunity
说明: 提供一个人工免疫算法源程序,其算法过程包括:
1.设置各参数
2.随机产生初始群体——pop=initpop(popsize,chromlength)
3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188%
4.开始迭代(M次):
1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i)
2)计算群体中每个个体的适应度fitvalue=calfitvalue(objvalue)
3)选择newpop=selection(pop,fitvalue) objvalue=calobjvalue(newpop,i) %
交叉newpop=crossover(newpop,pc,k) objvalue=calobjvalue(newpop,i) %
变异newpop=mutation(newpop,pm) objvalue=calobjvalue(newpop,i) %
5.求出群体中适应值最大的个体及其适应值
6.迭代停止判断。(provide a source of artificial immune algorithm, the algorithm process include : 1. Two of the parameters set. Initial randomly generated groups-- pop = initpop (popsize, chromlength) 3. Fault type coding, each act a! Code (1 :), normal; Code (2, :), 50%; Code (3 :), 150%. Fault actual measured data coding, here Unnoralcode, 188% 4. Beginning iteration (M) : 1) the objective function value : Euclidean distance [objvalue] = calobjvalue (pop, i) 2) calculation of each individual groups of fitness calfitvalue fitvalue = ( objvalue) 3) = newpop choice selection (pop, fitvalue) objvalue = calobjvalue (newpop, i) =% newpop cross-crossover (newpop, pc, k) = calobjvalue objvalue (newpop, i) =% variation newpop mutation (newpop, pm ) objvalue = calobjvalue (newpop, i)% 5. groups sought to adapt th)
- 2020-09-09 16:38:08下载
- 积分:1
-
polya_svm_1.0
很好的基于支持向量机的MATLAB程序,里面包含有算例及改进算法,以及已经处理好的基于支持向量机的基因数据!(good based on support vector machines MATLAB program, which contains examples and improved algorithm and have a good handle on support vector machines genetic data!)
- 2007-05-26 20:12:31下载
- 积分:1
-
DBF
这是我们的课程作业,有自适应DBF和LCMV的DBF(This is our course work, there are adaptive for DBF DBF and LCMV)
- 2013-09-17 20:52:00下载
- 积分:1
-
peng
循环冗余码的生成和验证:数字通信中的编码分为信源编码和信道编码两大类。为了提高数字通信的可靠性采取的编码称为信道编码,又称抗干扰编码。数字通信中为了尽可能地提高通信的可靠性,需要采用信道编码技术,对可能或已经出现的差错进行控制,CRC码就是其中的一种编码技术。本实验就是编写RCR编码,可以模拟发送信息,噪声加入,检测验证,信息重发的过程!(Cyclic redundancy code generation and validation: digital communication in the coding is divided into source coding and channel coding two broad categories. In order to improve the reliability of digital communications to the code known as channel coding, also known as anti-interference codes. Digital communication as much as possible in order to improve the reliability of communication need to use channel coding techniques, which may or may control the errors that have emerged, CRC code is one of a kind of coding techniques. RCR in this experiment is to write code that can simulate send a message, noise adding, testing verification, information, process re-issued!)
- 2010-01-18 21:26:47下载
- 积分:1
-
final
使用MATLAB完成太陽能模擬
歡迎大家下載一起交流,討論(Use MATLAB complete solar capacity simulated)
- 2014-12-16 23:16:01下载
- 积分:1
-
matlabkejianjimwenjian
matlab的上课课件以及全部m文件,希望大家下载学习。(class courseware, and all the matlab m file, I hope you download the study.)
- 2011-11-23 14:10:16下载
- 积分:1
-
这是一个好用的频偏估计算法的matlab仿真程序,music高阶谱分析算法,使用高阶累积量对MPSK信号进行调制识别,可实现对二维数据的聚类,本程序的性能已经达到较高水平,计算多重分形非趋势
这是一个好用的频偏估计算法的matlab仿真程序,music高阶谱分析算法,使用高阶累积量对MPSK信号进行调制识别,可实现对二维数据的聚类,本程序的性能已经达到较高水平,计算多重分形非趋势波动分析matlab程序。
- 2022-03-07 14:20:56下载
- 积分:1
-
CDMAcodingandDecoding
CDMA coding and decoding mechanism
- 2010-01-24 21:58:58下载
- 积分:1
-
Equalizer+Presets
how to design an equalizer
- 2010-04-02 22:17:24下载
- 积分:1
-
MATLAB
a GUI code in Matlab for read and write on Serial Port, And Save Data in a xls file
- 2010-04-06 19:29:22下载
- 积分:1