搜索资源列表
S200502106_SVM_for_classfication
- SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
BPNN_Model
- BP神经网络算法的仿真程序,含源代码和可执行文件。很好用,很直观。-BP neural network algorithm simulation program, including the source code and executable files. Useful, very intuitive.
BPRBFmatlab
- 本人做的BP神经网络和RBF神经网络的仿真比较,文件包有四个小程序,在matlab下运行,希望有点用。
gene_code
- 本人将网络上面流传的基于遗传算法仿真的人工生命环境具体实现了出来,文件包括源码和可执行文件。
robot_fira
- robot fira SimuroSot 5vs5 (仿真),比对各学校的策略算法,该文件东北大学的源代码。里面已包含相应的策略和思想。提供给大家参考-robot fira SimuroSot 5vs5 (simulation), than on the school s strategy algorithm, Northeastern University, the paper s source code. Which already contains the corresponding st
fuzzymodel
- 这是国外的文章,全英文,这是关于Fuzzy logic 仿真,国内绝对没有,每一个模糊模型都说明的很清楚,里面有两个文件。-This is a foreign article, all in English, which is on the Fuzzy logic simulation, there is no domestic, each fuzzy model shows very clearly that there are two documents.
littlegreenbats-svn2008.09.02
- 一个基于行为的分层结构多智能体足球仿真项目源码,获得过多次robocup比赛奖项.使用XML文件来作为运行时生成树型结构的配置文件。涉及到遗传算法,自动学习,概率分布等多方面内容。-A hierarchical behavior-based multi-agent soccer simulation project source code, access to many times robocup Competition awards. Using the XML file to generat
An_Adaptive_Transverse_filter_using_LMS_algorithm.
- 本文件介绍采用最小均方算法的自适应横向滤波器,pdf文件内含有相应的MATLAB程序及仿真结果等。-This document describes the use of least mean square adaptive transversal filter algorithm, pdf file containing the appropriate procedures and simulation results of MATLAB.
NN_basics_using_matlab_neural_network_toolbox
- Matlab Toolbox在神经网络仿真上的学习文件。-neural network basics using matlab neural network toolbox
SOM_demo1
- 本文件包含很好的SOM神经网络的matlab仿真源码。-This directory contains Matlab code implementing a multi-dimensional version of Kohonen s Self-Organizing Map.
LDPC
- 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
sofm
- matlab做sofm网络的程序:Sofm网络处理程序,包含网络训练和仿真,同时将结果写入文件-matlab program to do sofm Network: Sofm network processing procedures, including network training and simulation, and the results written to the file
robot-matlab
- 机器人应用的10个M文件机器人控制系统的设计与MATLAB仿真-Robot application files of 10 M
bp
- matlab神经网络应用一书的第九章仿真程序压缩文件包-matlab neural network application book Chapter emulator zip file package
20100823_9292500_0
- 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
20100823_9292500_1
- 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
20100823_9292500_2
- 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
20100823_9292500_3
- 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
20100823_9292500_4
- 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cit
fuzzyPID
- 自己做实验用的模糊PID控制simulink仿真程序,包括了模糊规则库和仿真文件-Experiment with the fuzzy PID control simulink simulation program, including a fuzzy rule base and simulation files