-
PRIM
国外的一种数据拟合方法,可以用于代理模型的构建,方便你进行多学科优化(surrogate model bulid meohod)
- 2017-03-07 22:15:30下载
- 积分:1
-
depthedge
code for depth edge detection algorithm
- 2009-05-12 12:46:35下载
- 积分:1
-
noverlap
分段平均法功率谱分析,不同数据重叠长度对结果的影响 (Sub-average power spectrum analysis, the results of different data length on the impact of overlapping)
- 2010-11-18 12:01:26下载
- 积分:1
-
Another-Particle-Swarm-Toolbox
粒子群优化工具箱,采用Matlab编写的PSO程序工具箱(Development Notes for psopt toolbox
Future plans (in no particular order):
* Performance improvement: Automatically check for existence of constraints, skip boundary-checking if unconstrained.
* Performance improvement: Automatically vectorize fitness functions supplied by user, if not already vectorized.
* Performance improvement: Detect and eliminate dependent (i.e. redundant) linear constraints.
* Performance improvement: Automatically choose "penalize" versus "soft" constraint handling method based on type of constraints in problem. If any equality constraints exist, using "penalize", otherwise default to "soft". If "soft", automatically switch to "penalize" if more than a given percentage of particles (initial or interim) are infeasible.
* Feature: An output function defined by options.OutputFcns that can save current swarm state in a file which can be reloaded later as a problem structure, in case of a system crash.
* Feature: Implement multiobjective optimization option)
- 2013-12-27 12:39:09下载
- 积分:1
-
MATLABDesignprogramtutorialcode
《matlab程序设计教程》的源代码
希望对大家有帮助(" Matlab programming tutorial" source code you want to help)
- 2010-06-08 10:57:56下载
- 积分:1
-
ccsystems2e_Chapter05
现代通信系统(matlab版)(第二版)配套源代码
John G. Proakis等著 刘树棠 译 电子工业出版社出版(modern communication system (Matlab version) (2nd Edition) source code supporting John G. Proak Liushutang is waiting for the translation of the electronics industry published)
- 2007-05-17 21:21:21下载
- 积分:1
-
earthquake-wave
matlab编写的地震波,输入数据文件将生成地震波曲线(matlab prepared seismic waves, the input data file will generate seismic waves curve)
- 2013-12-09 15:46:28下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
CHAP4_3
matlab+PID控制程序,基于BP神经网络的控制程序(matlab+ PID control program)
- 2010-08-16 19:48:25下载
- 积分:1
-
tri
平面三角形板壳单元的单元刚度矩阵和质量矩阵程序,matlab(The stiffness and mass matrices of the flat triangular shell element procedures, Matlab)
- 2012-05-25 20:19:29下载
- 积分:1