-
Floydmatlab
Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。 通过一个图的权值矩阵求出它的每两点间的最短路径矩阵。(Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given vertex-weighted graph shortest path algorithm. By weight of a graph matrix find its shortest path between two points of each matrix.)
- 2011-08-14 01:44:36下载
- 积分:1
-
John-Wiley-a-Sons---Signal-and-Systems---Simon-Ha
singnal processing useful for electronics
- 2012-01-18 18:35:56下载
- 积分:1
-
Matlab_lvbo
说明: 利用矩形窗设计的数字滤波器,利用三角窗设计的数字滤波器,利用海明设计的数字滤波器,利用汉宁窗设计的数字滤波器,利用巴特里特窗设计的数字滤波器,利用布拉克曼窗设计的数字滤波器,利用切比雪夫窗设计的数字滤波器,利用凯塞窗设计的数字滤波器(Using rectangular window of the digital filter design, using the triangular window of the digital filter design using the design of digital filters Hamming, Hanning window using the digital filter design, using Bartlett window of the digital filter design, the use of cloth Lachman window design digital filter using Chebyshev window design digital filter using Kaiser window design of digital filters)
- 2008-11-08 13:56:47下载
- 积分:1
-
dianji
直流伺服电机转速 PID控制系统仿真 利用MATLAB中的simulink 对直流伺服电机的转速进行仿真(DC servo motor speed PID control system simulation using MATLAB simulink in the speed DC servo motor simulation)
- 2010-05-10 21:24:14下载
- 积分:1
-
UAV-Cooperative-Decision
讲述无人机协同策略与控制的书,大牛写的英文原版(Book about UAV collaborative strategy and control, Daniel wrote the original English)
- 2013-04-01 22:06:09下载
- 积分:1
-
Edge-based-text-region-extraction-from-natural-im
The basic steps of the edge-based text extraction algorithm are given below
1. Create a Gaussian pyramid by convolving the input image with a Gaussian kernel
and successively down-sample each direction by half. (Levels: 4)
2. Create directional kernels to detect edges at 0, 45, 90 and 135 orientations.
3. Convolve each image in the Gaussian pyramid with each orientation filter.
4. Combine the results of step 3 to create the Feature Map.
5. Dilate the resultant image using a sufficiently large structuring element (7x7 [1])
to cluster candidate text regions together.
6. Create final output image with text in white pixels against a plain black
background.
- 2014-12-16 02:56:28下载
- 积分:1
-
fuzzy_control
用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。
function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
FCU_T1 重心加权法,输出精确值
FCU_T2 重心加权法,输出离散值
FCU_T3 重心加权法(对隶属度平方),输出离散值
FCU_T4 最大隶属度法
function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
R 表示全体规则构成的模糊关系
n=nfe×nfec
nE 模糊变量E的语言值个数
nEC 表示模糊变量EC的语言值个数
nU 表示模糊变量U的语言值个数
nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7}
Me 表示E的隶属度表
Mec 表示EC的隶属度表
Mu表示U的隶属度表
UC表示规则表(fuzzy control algorithm(matlab program))
- 2015-05-19 14:23:20下载
- 积分:1
-
Matlab-NN-toolbox
神经网络matlab工具箱帮助文档,中文,使用matlab进行NN建模必备。(Matlab neural network toolbox to help document, in Chinese, the NN model using the matlab necessary.)
- 2010-12-26 17:04:23下载
- 积分:1
-
GAC_upwind
说明: 本程序采用迎风方案实现推广GAC模型的水平集方法(This procedure uses the wind to promote the program to achieve the level set method GAC model)
- 2011-03-01 09:42:17下载
- 积分:1
-
RP_Matlab_Codes
Haze removal algorithm by dark channel prior method
- 2015-04-05 11:41:13下载
- 积分:1