资源列表
OFDM和衰落信道仿真
- 该文档包含两个仿真程序,分别是OFDM和衰落信道仿真。(The document contains two simulation programs, namely, OFDM and fading channel simulation.)
cvqat
- High simulation efficiency, Two-way PCS control simulation, Complete codec LDPC code.
lui_pa80
- Various resource allocation algorithm, Consider shadow rain attenuation and multipath effects Including stochastic gradient algorithm, the relative gradient algorithm.
psoSVM
- 粒子群优化支持向量机代码,可用于预测分析(Particle swarm optimization support vector machine code, can be used for predictive analysis)
wgif
- 立体匹配,引导滤波, 加权引导滤波,对立体匹配进行操作(stereo matching and guided image filtering)
fast-guided-filter-code-v1
- 快速加权引导滤波,对引导滤波加速,但是是以损失精度为代价(Fast weighted bootstrap filtering accelerates the bootstrap filtering, but at the expense of loss accuracy)
weighted_median_filter_approx
- 加权引导滤波的一般实现方式,内有代码注释(A general implementation of weighted bootstrap filtering with code annotations)
先进PID控制及其Matlab仿真
- 先进PID控制及其MATLAB仿真教程,共八章。(Advanced PID control and its MATLAB simulation tutorial)
传递熵Matlab
- 这个只是一个计算马尔科夫系统传递熵的matlab,函数希望大家能把他用到高维中,并分享(This is just a calculation of Markov system transfer entropy MATLAB, function, I hope we can use it to high dimension, and share)
example1
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。(Genetic Algorithm (based Algorithm) is a simulation Darwin the evolution natural selection and Genetic mechanism of biological evolution process calculation model, is a
SVM算法二分类
- 将支持向量机(SVM)用于模式识别,解决二分类问题,程序中包含训练集和测试集。(The support vector machine (SVM) is used for pattern recognition to solve the dichotomy problem, which includes training set and test set.)
粒子群算法
- 粒子群算法代码,一种搜寻最优解的算法。它没有遗传算法的"交叉"(Crossover) 和"变异"(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。(Particle swarm algorithm, a search algorithm for optimal solutions. It does not have the "Crossover" and "Mutation" operation