资源列表
线性均衡器的设计ZF和MMSE
- 两种信道条件下,用ZF和MMSE两种均衡器进行均衡。(Under conditions of the two channels, the equalization is performed by using two equalizers, ZF and MMSE.)
KNN算法代码(matlab)
- 本实验中的KNN分类算法采用Matlab语言实现。 主函数“knnClass.m”读取训练和测试的数据文件,然后调用knn函数进行分类运算,并使用图像的形式将分类结果显示出来。(The KNN classification algorithm in this experiment is realized by Matlab language. The main function "knnClass.m" reads the training and test data fil
【Matlab代码】n人博弈
- 适用于n人博弈matlab代码,可分析局部纳什均衡结果(multiperson game theroy)
粗糙表面计算机模拟GUI
- 利用MATLAB模拟实现三维随机粗糙表面(高斯表面 的)(Gaussian rough surface 3 d simulation)
TM
- 通过矩量法求椭圆体的RCS和电流密度,计算结果与书本的图基本符合(Calculation of RCS and Current Density of Ellipsoid by Moment Method)
[智能] 粒子群优化算法演示(PSO)-PSO_Wael
- 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
firefly_algorithm
- 简单的萤火虫算法,算法收敛性较强,搜索全局最优能力强。(Simple firefly algorithm)
RRT-master
- 用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
2013041677756857
- 基于matlab开发的手势识别,里面有测试代码和图片 还有一个可以运行的.fig文件,可以直接运行的.并且同时分享了matlab的源码,效果很不错,可以学习和参考.相比C++开发的要简单易懂,可以通过代码了解手势识别的方法和原理,可以先学习matlab版的手势识别,再尝试编写C++和opencv版的。(Gesture recognition based on MATLAB development, there are test code and pictures and one can run
遗传算法Otsu
- 基于遗传算法的图像分割,大津算法,图像分割(Image segmentation based on genetic algorithm)
MATLAB(cap)
- 五自由度机械臂阻抗控制下的力跟踪,可以实现对力的跟踪反馈,基于MATLAB的机器人工具箱(force tracking by impadence control)
PSO-BP和GA-BP
- 分别使用PSO和GA优化BP神经网络的参数,用于非线性函数拟合(PSO and GA are used to optimize the parameters of the BP neural network for nonlinear function fitting)