-
matlab
电力电子技术与MATLAB仿真(21世纪高等学校规划教材)(Power electronic technology in the 21st century with MATLAB simulation (high school) plan
)
- 2010-10-27 11:51:39下载
- 积分:1
-
AHP
说明: 利用层次分析法来解决数学或经济学中的问题,里面有AHP程序以及相应的AHP建模的讲解说明(Use of AHP to solve the problems in mathematics or economics, there are procedures and the corresponding AHP AHP modeling to explain instructions)
- 2010-04-17 09:26:04下载
- 积分:1
-
Rayleigh-fading-in-MRC
Rayleigh Fading Channels in MRC scheme
- 2013-09-01 17:15:29下载
- 积分:1
-
pso_adptive_w
基于粒子适应度的惯性权值函数自适应调节每个粒子的惯性权值,使得粒子速度更新更有层次,更新速度更均匀(Inertia weight particle fitness function based on adaptive inertia weight of each particle, so that the particle velocity update more layered, more uniform velocity update)
- 2016-10-09 14:27:18下载
- 积分:1
-
Introduction-to-Simulink-with-Engineering-Applica
A book for MATLAB beginners
- 2013-09-05 05:40:56下载
- 积分:1
-
rvm-wind-power-forecast
相关向量机用于风电场功率预测和各种大数据分类问题,单变量输出(Relevance vector machine for a wind farm power prediction and a variety of large data classification problem, univariate output)
- 2015-08-28 20:00:33下载
- 积分:1
-
ILC_openedloop
据和离线数据相结合的数据驱动控制方法中,最典型的就是迭代学习控制算法(ashi hi hi ashidaksf shab)
- 2021-03-11 13:09:26下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
BBVSAMPLE
加权网络的源代码,对于研究复杂网络模型很有用,可以参考哈^_^(BBV model-weighted network strength and weight distribution are the model of power.)
- 2011-01-07 23:07:54下载
- 积分:1
-
work
matlab实现的图像水平、垂直投影,可用于人脸检测。(failed to translate)
- 2010-03-14 15:28:49下载
- 积分:1