-
matlab_faction
说明: 一些基本的matlab函数,比较常用,希望能够帮助各位初学matlab的朋友们(Some basic matlab function, commonly used, I hope you can help novice matlab friends)
- 2008-10-17 22:06:21下载
- 积分:1
-
PSO-Matlab
这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。(This program is the most basic particle swarm optimization procedures, using Matlab to achieve, is very simple.)
- 2013-07-11 11:11:52下载
- 积分:1
-
IEEE30
IEEE30节点配电网标准系统图,可运行,用于配电网建模,电能质量分析(IEEE30 node distribution network standard system diagram, you can run.)
- 2021-03-29 16:39:10下载
- 积分:1
-
fuzzy-control-table-line-calculation
离散论域模糊控制表的离线计算.已知单变量两维输入,一维输出模糊控制器,其两维输入为E,EC,一维输出为I,论域均为E,EC,I∈{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},E的论域划分为{NB,NM,NS,NZ,PZ,PS,PM,PB},共8个模糊子集(Discrete domain of fuzzy control table offline computing. Known univariate two-dimensional input, one-dimensional output fuzzy controller, the two-dimensional input of E, EC, one-dimensional output as I, on the field are E, EC, I ∈ {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, E of the domain is divided into {NB, NM, NS, NZ, PZ , PS, PM, PB}, a total of eight fuzzy subset)
- 2013-07-24 04:19:32下载
- 积分:1
-
Mathematical-Modeling
本文件为数学建模算法与应用的光盘文件,里面涉及到各种智能算法(This document is the mathematical modeling algorithms and applications disc file, which involves a variety of intelligent algorithms)
- 2014-10-12 09:42:02下载
- 积分:1
-
win_endcut
基于短时窗能量的自适应语言端点检测程序。具有一定的抗噪声能力。输入WAV文件名,输出端点检测结果,包括数据和画图显示。(Adaptive voice activitie detection program,resistant to noice .Input with the name of wave file,output with the VAD result ,including data and figure display.)
- 2014-01-08 22:47:51下载
- 积分:1
-
simplex
利用单纯形法求解线性规划,输入为标准型的线性规划,求解得到最优解和最优值(Use simplex method to solve linear programming, enter as the standard type of linear programming, for solving the optimal solution and optimal value)
- 2008-01-04 02:19:36下载
- 积分:1
-
MATLAB
本源码是无线定位算法的源码,希望大家有用。(The source is a wireless location algorithm source, I hope everyone useful.)
- 2008-07-29 09:33:56下载
- 积分:1
-
jiaoyanzaosheng
用巴特沃斯滤波器去除图像中的椒盐噪声程序 图像增强程序(With bart wo filter to remove salt &pepper noise in the images of the program image enhancement program)
- 2011-08-31 10:13:42下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1