Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - *.fis
Search - *.fis - List
DL : 0
这是关于单纯行算法的例程,时间也比较短 -This is a simple line on the algorithm routines, and time is relatively short
Update : 2025-02-17 Size : 1kb Publisher :

指纹识别解决平移,旋转和形变模型,在与处理之前,判断是否平移,旋转-Fingerprint recognition solution to translation, rotation and deformation model, with prior treatment to determine whether the translation, rotation
Update : 2025-02-17 Size : 634kb Publisher : 项羽

DL : 0
一个用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.
Update : 2025-02-17 Size : 10kb Publisher : 罗成

DL : 1
一个用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.
Update : 2025-02-17 Size : 8kb Publisher : 罗成

DL : 0
一级倒立摆的模糊控制与神经网络控制。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.
Update : 2025-02-17 Size : 20kb Publisher : 时光

摘要:介绍了一种在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
Update : 2025-02-17 Size : 71kb Publisher : carson

fuzzy pd with fis in matlab
Update : 2025-02-17 Size : 6kb Publisher : vsingh1986

DL : 0
Fuzzy logic controller fis file for my earlier IPMSM files requiring flc1.
Update : 2025-02-17 Size : 1kb Publisher : william

This demonstration uses the Fuzzy Logic Toolbox to design a Fuzzy Inference System (FIS) using different defuzzification methods
Update : 2025-02-17 Size : 8kb Publisher : Su Yu-Jiun

A FIS Editor file (.fis file) of an obstacle avoiding robot using Fuzzy Logic.
Update : 2025-02-17 Size : 10kb Publisher : hacen

DL : 0
关于matlab中仿真器fis的源代码,自己设计的。-About fis code soures
Update : 2025-02-17 Size : 1kb Publisher : 黄胜峰

DL : 0
Sugeno-type FIS output tuning
Update : 2025-02-17 Size : 194kb Publisher : rashsoush

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

DL : 0
用 Matlab 的 Fuzzy 工具箱实现fis控制-Achieved using the Matlab Fuzzy Toolbox fis control
Update : 2025-02-17 Size : 1kb Publisher :

DL : 0
fis for detect fire using fuzzy
Update : 2025-02-17 Size : 1kb Publisher : le na

DL : 0
自适应模糊pid控制程序,使用前导入fis程序-Adaptive fuzzy pid control procedures, the use of the program before importing fis
Update : 2025-02-17 Size : 15kb Publisher : 钟晨星

DL : 0
/* * 这是修改过后的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   * /
Update : 2025-02-17 Size : 14kb Publisher : 王行凤

fis introduction fis introduction fis introduction-fis introduction fis introduction fis introduction fis introduction
Update : 2025-02-17 Size : 26kb Publisher : chaithu

FIS desing in the matlab
Update : 2025-02-17 Size : 2kb Publisher : ameneh/barani

It is about how to design a FIS.
Update : 2025-02-17 Size : 2kb Publisher : Amir Sanaii
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.