-
FuzzyPID
说明: 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。(There are three two-dimensional fuzzy controller to achieve PID controller parameters were Kp, ki, Kd, of the regulation. The control principle: According to the previous error e and error change ec the three fuzzy controller FC1, FC2, FC3 were fuzzy, fuzzy logic, defuzzification. Finally, adjust the controller parameters by pid.)
- 2010-04-28 23:53:42下载
- 积分:1
-
Elevator
elevator contoller to control the movement of lift
- 2013-08-21 17:08:20下载
- 积分:1
-
WCDMAsource
WCDMA的MATLAB仿真程序,供参考学习
(WCDMA system analysis)
- 2014-11-04 21:39:55下载
- 积分:1
-
RLS
MATLAB 实现RLS算法,已在MATLAB中运行过(MATLAB realization of RLS algorithm, has been running in the MATLAB)
- 2009-05-03 23:00:27下载
- 积分:1
-
PAPR
抑制OFDM系统PAPR的PTS算法改进(PAPR of the PTS suppression algorithm for OFDM system, improvement of)
- 2010-01-03 13:11:11下载
- 积分:1
-
so_fdaf
Self-Orthogonalizing Frequency-Domain Adaptive Filter
Based on Haykin, Adaptive Filter Theory 4th ed. Section 7.2
- 2010-06-03 10:36:51下载
- 积分:1
-
HFCC
Human Factor Cepstral Coefficients speech feature front end for automatic speech recognition.
- 2012-05-16 15:50:30下载
- 积分:1
-
s
说明: xiaochengxusmall case,may be useful for all of you (small case,may be useful for all of you )
- 2012-01-07 20:35:08下载
- 积分:1
-
input-txt
把txt格式的数据文件引入matlab中进行fft,输出四个图(
Txt data file format introduced conducted matlab fft, the output of the four figure)
- 2013-12-13 13:30:54下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1