资源列表
mcmthesis-matlab1
- 简单程序,用于示例MATLAB的使用。。。。(A simple program for the use of the example MATLAB.)
tpawgn
- 这是一篇论文,讲述了相关的跳频新能与awgn性能,希望对大家有帮助。(This is a paper that tells the performance of the new frequency hopping energy and AWGN, and I hope to help you.)
PSO粒子群算法matlab程序
- PSO粒子群算法的matlab程序,可用于最优化问题,比如求最大值最小值等
zbxwtzxt
- 这是一种关于载波相位的调制系统,希望能对大家有帮助(Carrier phase modulation system, hope to be helpful to everyone)
djzzjkpxt
- 这是一种多进制的正交扩频方案,希望对大家有帮助,谢谢(This is a multilevel orthogonal spread spectrum scheme, and I hope to help you, thank you.)
OFDMsjtb
- 这是一种ofdm时间同步算法的文献,很有参考价值,希望对大家有帮助(This is a OFDM time synchronization algorithm of the literature, very valuable, I hope to help people)
大作业
- music算法的方位估计, 欢迎大家相关专业的下载讨论(The azimuth estimation of the music algorithm is welcome to download and discuss the related major)
模糊数学
- 模糊数学的讲解,有例题,有解法。讲解简单(The explanation of fuzzy mathematics has an example and a solution. Simple explanation)
第7章 人工神经网络及其Matlab实现.tar
- Matlab的人工神经网络程序和模拟退火程序及其说明(Matlab artificial neural network program and simulated annealing program and its descr iption)
灰色系统
- 灰色系统相关知识的学习资料及相关讲义内容(learning data of grey system)
BCCSA
- Binary Chaotic Crow Search Algorithm
GA
- 遗传算法(Genetic Algorithms,简称 GA)是一种基于自然选择原理和自然遗传机 制的搜索(寻优)算法,它是模拟自然界中的生命进化机制,在人工系统中实现特定目 标的优化。遗传算法的实质是通过群体搜索技术,根据适者生存的原则逐代进化,最终 得到最优解或准最优解。它必须做以下操作:初始群体的产生、求每一个体的适应度、 根据适者生存的原则选择优良个体、被选出的优良个体两两配对,通过随机交叉其染色 体的基因并随机变异某些染色体的基因后生成下一代群体,按此方法使群体逐代进化, 直