-
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
-
MMmpc
多模型预测控制;用于各种强非线性模型的预测控制。(Multi-model predictive control predictive control for a variety of strong nonlinear model.)
- 2020-10-23 14:07:23下载
- 积分:1
-
ExcelWrapper
Wrapps Excel在处理一类表的MATLAB
支持:
*启动一个Excel在前台或在背景板
*保存工作簿
*运行宏
*指定一个范围
*刷新工作簿
*出口表为PDF
*选择一个给定表
*重新安装一个外接
*获取数据表给出了一个数据集,作为第一列名
*在给定的表(横向或字段的值
垂直)
例如:
包装= ExcelWrapper( wbname )
tableDataset = wrapper.GetXLSDataset( sheetname , firstcolumnname ) (Wrapps handling an excel sheet in a MATLAB Class
Supports:
* Launching an Excel Sheet in Foreground or in Background
* Save the workbook
* Run a macro
* Assign a range
* Refresh workbook
* Export Sheet to PDF
* Select a given sheet
* Reinstall an Add-in
* Get a data table given the name of the first column as a dataset
* Get the value of field in a given sheet (Horizontally or
vertically)
Example:
wrapper = ExcelWrapper( wbname )
tableDataset = wrapper.GetXLSDataset( sheetname , firstcolumnname )
)
- 2010-07-05 11:58:27下载
- 积分:1
-
matlab
用matlab实现对语音信号的短时分析,包括清音和浊音的判决,基音周期的估计。(Using matlab to realize short-time speech signal analysis, including the voiceless and voiced the decision, pitch period estimation.)
- 2008-06-07 17:58:02下载
- 积分:1
-
Wiener-filter
Wiener filter code in matlab
- 2014-09-02 18:10:59下载
- 积分:1
-
FModulate
FM信号的产生与接收,给定调制信号和载波信号进行信号调制,绘制频谱并且解调已调信号(FM modulation simulator)
- 2012-12-07 20:13:26下载
- 积分:1
-
inverse
solving the equation
- 2009-05-01 23:06:44下载
- 积分:1
-
zhiliudianjitiaosu
直流电动机调速系统,里面包含单环、双闭环的调速系统以及使用simpowersystem和simulink不同的仿真例程。(DC motor speed control system, which contains a single ring, double closed loop speed control system and the use of simpowersystem and the simulink different simulation routines.)
- 2012-07-13 11:48:01下载
- 积分:1
-
pd
说明: 雷达信号脉冲多普勒的MATLAB源程序,可同时测得目标速度和距离信息(Doppler radar signal pulse of MATLAB source code, can be measured simultaneously target speed and distance information)
- 2016-12-16 12:59:12下载
- 积分:1
-
Lucas_Kanade
光流场的经典算法,对动态目标的检测和识别有帮助。(Classical algorithm of optical flow field, for dynamic target detection and identification help.)
- 2010-09-25 11:28:52下载
- 积分:1