-
julei
本程序主要是把相同的类聚在一起,便于后续的分类,方法使用简单方便。(This procedure is the same class together, to facilitate the subsequent classification method easy to use.)
- 2013-12-05 11:00:42下载
- 积分:1
-
LuoHuangSIngle_machine
此程序为simulink仿真程序,是对于川渝电网中珞璜火力发电机组进行的单机无穷大系统的仿真,其中发电机控制部分为实际运行中数据。(This procedure for the Simulink simulation program, is a simulation of a single machine infinite bus system for the Sichuan Chongqing Power Grid Luohuang thermal power generating units of the generator, control part is data in practical operation.)
- 2014-04-23 19:52:08下载
- 积分:1
-
xiaozaoxiaobo
用于小波消噪-此函数用于研究Mallet算法及滤波器设计-此函数用于消噪处理(- This function is used to study Mallet filter algorithm design- This function is used to de-noising processing for wavelet denoising)
- 2013-04-19 22:40:36下载
- 积分:1
-
pid2
数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。(Digital control system is a kind of digital computer for the controller to control a continuous state of the object and closed loop control system. Therefore, the digital control system, including work on the discrete state of the digital computer and work in a continuous state of the plant is two parts. My topic of digital section (PID) simulation by the realization of the corresponding discrete transfer function using the digital PID control of the plant is implemented accurately. By adjusting the ratio of (P), integral (I), differential (D), so that the output of the object to achieve the desired results.)
- 2010-08-31 21:20:18下载
- 积分:1
-
shiyan
通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。(Derivative to detect image edges by Gaussian function, in essence, the steerable wavelet transform to detect image edges.)
- 2012-05-05 11:58:00下载
- 积分:1
-
lcmvzhankuan
基于SMI算法的零陷展宽算法,能够有效展宽信号方向图的零陷位置(Based on the SMI algorithm, the zero broadening algorithm can effectively widen the zero position of the signal pattern)
- 2017-03-19 16:27:43下载
- 积分:1
-
NSGA-IIMATLAB
NSGA-II 效果很好 很多人里面的交叉变异都有误解 对刚接触多目标的人很有用处(NSGA-II works well inside the crossover and mutation, many people have a misunderstanding of the goals of people new to many useful)
- 2010-06-29 20:43:31下载
- 积分:1
-
K_l
基于K-L变换的特征值提取 三维 数据效果还可以高维转换为低维(K-L character )
- 2012-04-25 22:53:10下载
- 积分:1
-
wangxiaoyun
用于实现车道线识别探测的matlab程序,可达到良好的识别率(Lane Recognition for achieving detection matlab program, can achieve good recognition rate)
- 2010-07-19 10:20:45下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1