-
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
-
PSO_BP
pso优化BP,非常实用,具有较好的预测能力(pso optimal BP,Very practical, with good predictability)
- 2010-09-14 10:22:36下载
- 积分:1
-
wa814
真的是一个好程序,LDPC码的完整的编译码,matlab编写的元胞自动机。( Really is a good program, Complete codec LDPC code, matlab prepared cellular automata.)
- 2017-05-22 22:11:08下载
- 积分:1
-
LS-SVMlab1.5(advanced)
最小二乘支持向量机算法程序,可用于解决多类分类问题(Least squares support vector machine procedures that can be used to solve multi-class problem)
- 2011-06-12 15:36:40下载
- 积分:1
-
bp
bp神经网络,神经网络在matlab中的30个应用(30 applications bp neural network, neural network in matlab)
- 2013-04-30 13:59:23下载
- 积分:1
-
FMBC_OQAM_AWGN
FBMC/ OQAM 利用多相滤波器和IFFT快速傅里叶变换实现的FBMC基本结构。具有良好的性能。(FBMC/OQAM. polyphase filter and IFFT Fast Fourier transform of the basic structure of FBMC. Good performance.)
- 2020-07-02 17:00:02下载
- 积分:1
-
求解tsp的改进遗传算法matlab源码-吸血鬼
求解tsp的改进遗传算法matlab源码(Improved Genetic Algorithms Matlab FOSS)
- 2005-03-30 07:04:59下载
- 积分:1
-
kalman
包含多种滤波模型算法,包括卡尔曼滤波模型,IMM滤波模型(Includes a variety of filter model algorithms, including Kalman filtering model, IMM filter model)
- 2014-09-21 17:00:01下载
- 积分:1
-
baoluofenxi
采用解调分析方法,从信号中提取调制信息,分析其强度和频次就可以判断研究对象(诸如机械零件)损伤的程度和部位。(Using the demodulation method, the modulation information is extracted from the signal, the strength and frequency analysis can determine the study (such as mechanical parts) and location of the degree of damage.)
- 2013-09-30 04:08:32下载
- 积分:1
-
kmplot
Survival times are data that measure follow-up time from a defined starting point to the occurrence of a given event, for example the time from the beginning to the end of a remission period or the time from the diagnosis of a disease to death. Standard statistical techniques cannot usually be applied because the underlying distribution is rarely Normal and the data are often ‘censored’. A survival time is described as censored when there is a follow-up time but the event has not yet occurred or is not known to have occurred. For example, if remission time is being studied and the patient is still in remission at the end of the study, then that patient’s remission time would be censored. If a patient for some reason drops out of a study before the end of the study period, then that patient’s follow-up time would also be considered to be
- 2013-03-22 14:48:42下载
- 积分:1