-
b
说明: :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数
据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一
邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空
间属性,同时又可以加快聚类的速度。(: DBSCAN is a density-based clustering algorithm. The algorithm has a sufficiently high density area is divided into clusters, and to be with the " noise" found in the spatial database clusters of arbitrary shape. But DtLqCAN algorithm did not consider non-spatial attributes, and spatial database DBSCAN algorithm to be scanned for each point e in the neighborhood to find a cluster, DBSCAN algorithm which makes the application subject to certain limitations. In this paper, an algorithm based on DBSCAN can handle the non-spatial attributes, can also speed up the clustering speed.)
- 2010-12-06 16:38:45下载
- 积分: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
-
probdetection_vs_snr
graph compares pd versus signal noise ratio
- 2014-01-24 16:20:23下载
- 积分:1
-
APF_Threelevel
说明: 基于三电平逆变器的有源滤波装置设计,仿真模型完整,运行调试成功。(Based on the design of the active filter device of the three-level inverter, the simulation model is complete and the operation and debugging are successful.)
- 2018-12-23 10:03:54下载
- 积分:1
-
learning-matlab6.5
本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导者初会MATLAB 基本用法。第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面
设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境集成等八大通用功能。(This book chapter describes the system integration work MATLAB6.5 platform, will guide the early MATLAB basics. Second, the system described in chapters four MATLAB6.1 basic data types (numeric arrays, string arrays, cell arrays, structure arrays), as other extended data types (function handle, symbol data, inline functions, unit array , sparse class) is to open another chapter specifically mentioned. Since then, the book points out with nine separate chapters MATLAB6.5 numerical calculations, symbolic computation, functions, and data visualization, object-oriented programming, GUI interactive interface design, EXE standalone application to generate and realize different software platforms to interact API, M-book data in graphical text such as the eight general-purpose functions integrated environment.)
- 2011-10-12 19:19:01下载
- 积分:1
-
39distribution-network-power-flow
对于39节点配网潮流计算,用前推回代法编写的matlab程序,加压后直接运行(For the 39 node distribution network power flow calculation, using forward and backward substitution method to write matlab program, run directly after pressurization)
- 2013-12-12 17:03:23下载
- 积分:1
-
PneumaticSystem_fangzhen
在MATLAB的simulink环境下的气动位置系统仿真模型。(Simulink in the MATLAB environment pneumatic position system simulation model.)
- 2007-11-22 09:26:27下载
- 积分:1
-
Cone-effect-in-MATLAB
CLONE EFFECT SOURCE CODE IN MATLAB
- 2013-02-24 21:50:32下载
- 积分:1
-
matode
userguide for solving odes with matlab for engineers
- 2010-05-14 19:50:58下载
- 积分:1
-
Matlab
这是一本非常适合初学者学习matlab的书,讲述很详细,易懂,希望对大家有帮助。(This is a great book for beginners to learn matlab, tells a very detailed, easy to understand, we want to help.)
- 2010-05-27 22:17:43下载
- 积分:1