-
incsrch
root finding by incremental search
- 2010-10-26 18:37:42下载
- 积分:1
-
Imageencryptionbasedonthemultiple-parameterdiscret
基于傅里叶变换的混沌图像置乱加密方法及其代码实现(Fourier transform based on chaotic image encryption and scrambling code implementation)
- 2010-05-19 21:48:47下载
- 积分:1
-
sa_ex2_3
智能天线代码,适合于学习用matlab对天线进行建模仿真,matlab可以实现对天线结构的复杂设计,尤其结合hfss功能更强大(the matlab code for antenna design)
- 2014-02-14 04:55:20下载
- 积分:1
-
MATALAB
MATALAB课件和数学建摸的基本实验,对初学者很有帮助。(MATALAB courseware and mathematical modeling of basic experiments, very helpful for beginners.)
- 2008-06-10 13:43:43下载
- 积分:1
-
NLS
分布傅里叶方法求解光纤中的光传输振幅,求解非线性薛定谔方程(supercontinuum generation with matlab)
- 2012-03-20 16:10:26下载
- 积分:1
-
source-code
一个含有源码的harris、SUSAN、hough角点检测程序,是MATLAB程序,经测试已经成功。(One containing the source harris corner detection procedures, the application has been compiled, the test has been successful.)
- 2014-08-25 16:28:50下载
- 积分:1
-
fdtd-coaxial
这是一个用FDTD算法计算三维泄漏同轴线的辐射和传播特性的matlab程序.采用MUR吸收边界条件,对于学习FDTD方法中的建模,近-远场外推,吸收边界设置等很有帮助(This is a three-dimensional calculation of radiation and propagation characteristics of the leakage coaxial with the FDTD algorithm matlab program uses MUR absorbing boundary conditions for modeling learning FDTD method, near- far extrapolation, absorbing boundary settings, and so helpful)
- 2014-12-15 21:55:27下载
- 积分:1
-
57991
ADP算法最原始的代码,适用于2012年自适应动态规划论文(2012 JZP paper Adaptive Dynamic Programing by Counting linear system)
- 2021-01-19 18:38:42下载
- 积分:1
-
newestadvancesinchaoticsecurecommunications
混沌保密通信的最新进展,混沌保密通信的最新进展(Chaotic secure communication of the latest developments in chaotic secure communication of the latest progress)
- 2008-01-30 21:14:22下载
- 积分: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