-
matlab
matlab 经典算法,有差值,解方程,画图的源程序。(matlab classical algorithm, there is difference, solve equations, drawing of the source.)
- 2009-09-16 20:10:54下载
- 积分:1
-
FunCon
天线实频匹配法优化函数的构造,可扩大频带宽度,达到提高增益的效果(the function structure of the real frequency method)
- 2021-03-26 11:39:13下载
- 积分:1
-
transmission
说明: OFDM系统发射部分matlab仿真源代码(OFDM system simulation matlab source code transmitter)
- 2010-04-02 15:52:08下载
- 积分:1
-
mianyi
这是一个免疫克隆算法程序,求解了一个非线性的函数问题的最优值。(This is an immune clone algorithm procedure for solving a nonlinear problem of the optimal value function.)
- 2009-03-29 13:26:52下载
- 积分:1
-
73462706Leach
说明: leach协议MATLAB的仿真模拟代码 leach协议MATLAB的仿真模拟代码 leach协议MATLAB的仿真模拟代码 leach协议MATLAB的仿真模拟代码(leach the agreement of the simulation of MATLAB code to leach the agreement of the simulation of MATLAB code to leach the agreement of the simulation of MATLAB code to leach the agreement of the simulation of MATLAB code to)
- 2010-03-24 10:19:40下载
- 积分:1
-
powersystem-monte-carlo-matlab
电力系统可靠性评估基本monte carlo matlab程序(Basic power system reliability assessment procedures monte carlo matlab)
- 2020-11-18 17:19:39下载
- 积分:1
-
1.dq单相光伏PI并网
说明: 单相光伏并网系统,逆变器采用dq下的PI控制。包含SIMULINK 2012-2018所有版本(For single-phase photovoltaic grid connected system, PI control under DQ is adopted for inverter. Include all versions of Simulink 2012-2018)
- 2020-05-01 14:27:17下载
- 积分:1
-
wavelet_Yangfusheng
小波分析概念及应用,包括小波变换基础和各种类型的小波变换(wavelet transform)
- 2010-01-16 09:48:56下载
- 积分:1
-
classification
灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类(coocurence matrix,using K nearest neighbor to classify textures images.)
- 2010-05-07 14:22:23下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1