资源列表
QAM的调制解调完整仿真程序源码
- QAM的调制解调完整仿真程序源码 matlab源码(QAM modem complete emulator source code matlab source code)
matlab代码-遗传算法流水车间调度
- 用遗传算法解决流水车间问题,里面是matlab代码(The genetic algorithm is used to solve the flow shop problem, which contains matlab code.)
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740
pagerank
- 解决python的pagerank的一个实例,可以对此进行一个修改完成其他PageRank的案例。(An example of python's PageRank can be modified to complete other PageRank cases.)
transfer
- 用于脑电信号分析,使用matlab对脑电信号的传递熵进行分析,计算传递熵,判断复杂程度(Analysis of EEG Signals)
悬臂梁
- 详细说明了利用EFGM求解悬臂梁的程序,给出了解析解以及数值模拟的结果,并以图像的形式表现出来。(The procedure of solving cantilever beam by EFGM is described in detail. The results of analytical solution and numerical simulation are given and presented in the form of images.)
29 基于贝叶斯Bayes的数据预测
- 贝叶斯算法应用于数据预测,可以应用于很多领域,如风速预测等。(Bayesian algorithm is applied to data prediction, and can be applied to many fields, such as wind speed prediction.)
粒子群算法解决tsp问题
- 应用粒子群算法主要解决tsp旅行商问题,主要是matlab程序,有可视化的图像,形成过程以及最终结果。
量子遗传算法
- 用于优化二维结构模型阻尼器参数,减小结构动力响应
FA_2
- 萤火虫算法,亲测可用,只需要更改main函数中的相关参数即可(Firefly algorithm, which can be used for pro testing, only needs to change the relevant parameters in the main function.)
RBF神经网络自适应控制及MATLAB仿真
- RBF神经网络自适应控制及MATLAB仿真 供二次开发参考(RBF neural network adaptive control and MATLAB simulation)
蚁群算法三维路径规划
- 蚁群算法三维路径规划,一个MATLAB实例亲测可用(Three dimensional path planning based on ant colony algorithm, a case test is available)