-
matlab
matlab一些有用地书籍尤其适合土木工程专业用()
- 2008-05-07 12:55:57下载
- 积分:1
-
genetic-algorithm
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法(Genetic Algorithm)
- 2012-04-26 21:56:48下载
- 积分:1
-
1
说明: 文档中有3个程序。h.264灰度处理程序,DCT变换程序,DCT系数量化程序。(There are three programs in the document. The h.264 gray handler, and DCT transform process, the DCT coefficient quantization process.)
- 2012-05-22 06:59:09下载
- 积分:1
-
MATLAB-program-design
用MATLAB语言编写的程序,称为M文件。M文件可以根据调用方式的不同分为两类:命令文件(Script File)和函数文件(Function File)。
(Using MATLAB language program, known as the M file. M files can be grouped into two categories: call command file (Script File) and function (Function File) file.
)
- 2013-08-29 19:57:21下载
- 积分:1
-
MMC-converter
基于MMC逆变器的MATLAB的模型,初学者学习用。电力电子行业与电气工程行业学习资料。(MMC converter)
- 2017-01-03 16:41:29下载
- 积分:1
-
DSB
dsb code for understanding it in matlab
- 2011-06-13 16:01:17下载
- 积分:1
-
mimo
基于Matlab的MIMO通信系统仿真,使用最大似然译码准则。适合初学者使用(Simulation of MIMO communication system based on Matlab, using the maximum likelihood decoding criterion. Suitable for beginners to use
)
- 2015-02-24 10:00:57下载
- 积分:1
-
wenli
使用matlab对多幅图像进行傅里叶变换,并将变换后的图像进行比较输出(The use of multiple images matlab Fourier transform, and transform the image to compare the output)
- 2009-05-14 17:23:33下载
- 积分:1
-
init_ohci1394_dma
Initializes physical DMA on all OHCI 1394 controllers.
- 2014-09-09 13:04:24下载
- 积分: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