-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1
-
three_level_diode_cl_pwm
three level inverter
- 2013-04-01 16:53:43下载
- 积分:1
-
FCLS
说明: 基于线性混合模型的高光谱丰度求解程序,是全约束条件下的求解问题(for linear mixture model of hyperspectral processing)
- 2020-12-17 22:39:11下载
- 积分:1
-
shuzishibie(matlab)
本程序能实现离线的数字识别,在MATLAB下运行,同时可以用其中部分代码实现图像的灰度,二值化,细化,归一化等功能,采用Bp神经网络。(This procedure can achieve the number of off-line identification, in the MATLAB run, at the same time part of the code can achieve one of the gray-scale images, binarization, thinning, and other functions normalized using Bp neural network.)
- 2009-04-03 13:26:15下载
- 积分:1
-
voice
this matlab code for voice regoinition system this is implemeted in matlab 7.8
- 2011-05-21 13:07:21下载
- 积分:1
-
Ekf.Slam.DataAssociation
Slam Algorithm with data association
- 2011-06-02 22:50:23下载
- 积分:1
-
imageProce-based-fragileWatermark
本软件具有简单的界面,能够通过简单的操作对图像进行水印加密、图像篡改检测、图像篡改定位、图像篡改修复。(The software has a simple interface that can be encrypted watermark image by a simple operation, image tamper detection, image tamper localization, image tampering repair.)
- 2014-03-19 20:11:08下载
- 积分:1
-
osu-svm
是matlab编写的一个支持向量机的程序,经测试有效。程序里附带了了demo,有注释。(Matlab are prepared by a support vector machine procedures, tested and effective. Program comes with a demo, there is the Notes.)
- 2009-03-28 21:30:14下载
- 积分:1
-
ml_central_ssc_Li_cell
matlab code for Lithium Battery Model, Simscape Language and Simulink Design Optimization
- 2015-02-03 15:17:58下载
- 积分:1
-
matlab实现 边缘预测
说明: 边缘预测提出了一种基于预测的、有一定自适应性的边缘检测方法。介绍了其原理和算法实现过程。通过计算两个相邻像素的灰度值的均值、均方差和梯度来预测下一个像素的灰度值,比较预测值和真实值来判断下一个像素是否是边界点。通过与现有同类算法的比较,证明了该算法的优越性(A predictive and adaptive edge detection method is proposed. The principle and implementation process of the algorithm are introduced. The gray value of the next pixel is predicted by calculating the mean, mean square deviation and gradient of the gray value of the two adjacent pixels. The prediction value and the real value are compared to determine whether the next pixel is a boundary point. The superiority of this algorithm is proved by comparing with the existing similar algorithms.)
- 2020-06-18 02:20:02下载
- 积分:1