-
OPT
清华大学运筹学课件,该课程也叫最优化理论与应用,而且包含了各种算法的matlab源代码(Tsinghua University, Operations Research courseware, the course is also called optimization theory and application, and contains a variety of algorithm matlab source code)
- 2009-03-11 18:28:46下载
- 积分:1
-
噪声调相干扰信号 jam nf
噪声调相干扰信号的matlab仿真实现,其中包含成像的提取程序(sar jamming signal of noise moding phase)
- 2019-04-18 23:25:23下载
- 积分: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
-
MATLAB
《MATLAB程序设计教程》电子教案~~~有助于matlab学习(" MATLAB Programming Guide" e-lesson plans ~ ~ ~ help matlab learning)
- 2009-06-27 19:42:05下载
- 积分:1
-
03
说明: 数学实验matlab的好程序,给matlab的初学者(Good mathematical experiment matlab program to matlab for beginners)
- 2011-03-20 19:47:04下载
- 积分:1
-
wenduchuanganqi
温度传感器,低于某一个温度时,提示升温,高于某一个温度时报警(The temperature sensor, below a certain temperature, tip to warm up, and higher than a certain temperature alarm
)
- 2012-05-13 17:21:45下载
- 积分:1
-
lazarus-manual
lazarus-freepascal manual
- 2015-03-17 19:12:47下载
- 积分:1
-
HConvSquar
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM ( A 2D homogeneous convection-diffusion case (u = exp (-ex* deta* x-ex* deta* y) with a square with all Dirichlet boundary, note that reaction coefficient is not zero by indirect BKM)
- 2007-09-24 15:48:01下载
- 积分:1
-
AMF-and-improvement
中值滤波和它的改进 自己实现的 可能比较粗略 matlab2013运行通过(Median filter and it is possible to achieve improved their sketchy matlab2013 run through)
- 2013-08-08 21:21:01下载
- 积分:1
-
auvmodel
程序中给出了水下机器人的平面运动模型,对于从事水下机器人研究的同学很有帮助(it will give a underwater unmanned vehicle s plane model)
- 2012-04-16 19:10:16下载
- 积分:1