Welcome![Sign In][Sign Up]
Location:
Search - FIS

Search list

[matlabfis

Description: 这是关于单纯行算法的例程,时间也比较短 -This is a simple line on the algorithm routines, and time is relatively short
Platform: | Size: 1024 | Author: | Hits:

[Graph RecognizeFIS

Description: 指纹识别解决平移,旋转和形变模型,在与处理之前,判断是否平移,旋转-Fingerprint recognition solution to translation, rotation and deformation model, with prior treatment to determine whether the translation, rotation
Platform: | Size: 649216 | Author: 项羽 | Hits:

[matlabfuzzypid1

Description: 一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。-A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID parameters can be objective.
Platform: | Size: 10240 | Author: 罗成 | Hits:

[matlabfuzzypid2

Description: 一个用simulink做的模糊PID自适应系统,FIS等都比较简单,适合初学者。通过与PID的比较曲线可以看出此系统更加优越。-A simulink do with self-adaptive fuzzy PID system, FIS are relatively simple, suitable for beginners. Comparison with the PID system curve can be seen even more superior.
Platform: | Size: 8192 | Author: 罗成 | Hits:

[matlab2

Description: 一级倒立摆的模糊控制与神经网络控制。Simulink仿真环境。使用说明:在使用模糊控制时先把*.fis导入workspace,否则无法运行。-An inverted pendulum fuzzy control and neural network control. Simulink simulation environment. Usage: in the use of fuzzy control to import*. fis first workspace, otherwise it is impossible to run.
Platform: | Size: 20480 | Author: 时光 | Hits:

[AI-NN-PRTheprogram

Description: 摘要:介绍了一种在C 语言应用程序中调用MATLAB 资源设计模糊控制应用程序的方法。即利用Matlab Fuzzy Logic 工 具箱中的独立C 代码模糊推理引擎函数库,在C 语言应用程序中,调用Matlab Fuzzy Logic 工具箱建立的模糊推理系统数 据文件( 3 . fis) , 从而得到能独立运行的C 语言模糊控制应用程序。 关键词:MATLAB 模糊逻辑工具箱 独立C 代码模糊推理引擎 模糊控制应用程序 中图分类号: TP273 : TP391  文献标识码:A  文章编号:1001 - 2265(2003) 11 - 0036 - 02-Abstract :This paper introduces a method to transfer resource of MATLAB in C application program. It is to transfer the date file ( 3 . fis) erected by MATLAB fuzzy logical toolbox in C application program by using the stand- alone C- code fuzzy inference engine of MATLAB fuzzy logical toolbox. Through this method , a C language fuzzy control program running autocephaly can be established. Key words :MATLAB fuzzy logical toolbox stand- alone C- code fuzzy inference engine fuzzy control program
Platform: | Size: 72704 | Author: carson | Hits:

[matlabfuzzyfisnpd

Description: fuzzy pd with fis in matlab
Platform: | Size: 6144 | Author: vsingh1986 | Hits:

[matlabflc1

Description: Fuzzy logic controller fis file for my earlier IPMSM files requiring flc1.
Platform: | Size: 1024 | Author: william | Hits:

[Mathimatics-Numerical algorithmsFuzzycontrollerFIS

Description: This demonstration uses the Fuzzy Logic Toolbox to design a Fuzzy Inference System (FIS) using different defuzzification methods
Platform: | Size: 8192 | Author: Su Yu-Jiun | Hits:

[matlabFuzzy-logic_Type2_fuzzyrobo

Description: A FIS Editor file (.fis file) of an obstacle avoiding robot using Fuzzy Logic.
Platform: | Size: 10240 | Author: hacen | Hits:

[matlabfuzzy0

Description: 关于matlab中仿真器fis的源代码,自己设计的。-About fis code soures
Platform: | Size: 1024 | Author: 黄胜峰 | Hits:

[matlabsugenotune

Description: Sugeno-type FIS output tuning
Platform: | Size: 198656 | Author: rashsoush | Hits:

[AI-NN-PRfis

Description: 模糊控制器程序,直接键入输入变量名和.fis文件名并且将该文件放在项目文件夹内就可以使用-Fuzzy controller program, simply type the variable name and enter. Fis file name and the file on the project folder you can use
Platform: | Size: 12288 | Author: 本泽马 | Hits:

[matlabfis

Description: 用 Matlab 的 Fuzzy 工具箱实现fis控制-Achieved using the Matlab Fuzzy Toolbox fis control
Platform: | Size: 1024 | Author: | Hits:

[matlabfire_fis

Description: fis for detect fire using fuzzy
Platform: | Size: 1024 | Author: le na | Hits:

[matlabfuzzyPID

Description: 自适应模糊pid控制程序,使用前导入fis程序-Adaptive fuzzy pid control procedures, the use of the program before importing fis
Platform: | Size: 15360 | Author: 钟晨星 | Hits:

[AI-NN-PRfis

Description: /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常规】->【项类型】,配置为【C/C++ 标头】 * 4、如果是C语言文件(*.c)使用 * #include "fis.c" * 包含接口库文件; * 5、如果是C++文件,使用 * extern "C"{ * #include "fis.c" * } * 包含库文件。 * 祝你使用愉快! * hemmingway <hemmingway@163.com> 2013/1/2 */-/*   * This is a modified fis.c fuzzy inference system library function, you can transplant the C/C++ environment to use the MFC in VS2010 environment tested   * 1 the fis.c files are copied to the project   * 2 modify the VS2010 configuration properties, project-> Properties-> C/C++-> preprocessor-> preprocessor definitions add   * _CRT_SECURE_NO_WARNINGS   * 3】 【Solution Explorer selected fis.c file, click the right attributes   * [Configuration Properties]-> [conventional]-> [type of item], [C/C++ header]   * 4, if it is a C language file (*. C) the use of   *# Include "fis.c"   * Contains the interface library file   * 5, if it is a C++ files, use   * Extern "C" {   *# Include "fis.c"   *}   * Contains the library files.   * I wish you to pleasant!   * Hemmingway <hemmingway@163.com> 2013/1/2   * /
Platform: | Size: 14336 | Author: 王行凤 | Hits:

[File FormatFIS-Introduction

Description: fis introduction fis introduction fis introduction-fis introduction fis introduction fis introduction fis introduction
Platform: | Size: 26624 | Author: chaithu | Hits:

[Mathimatics-Numerical algorithmsFIS-desing

Description: FIS desing in the matlab
Platform: | Size: 2048 | Author: ameneh/barani | Hits:

[AI-NN-PRFIS-Design

Description: It is about how to design a FIS.
Platform: | Size: 2048 | Author: Amir Sanaii | Hits:
« 12 3 4 »

CodeBus www.codebus.net