-
qianfangjiaohui
一个摄影测量中的前方交会函数 MATLAB程序(Photogrammetry in a forward intersection function MATLAB program)
- 2008-06-27 14:51:00下载
- 积分:1
-
circlefit3d
circle fitter using at least 3 ponits
- 2013-01-16 00:36:27下载
- 积分:1
-
1234
自己编写的比例导引法 simulink 打击机动目标(I have written simulink proportional navigation law against maneuvering targets)
- 2013-08-29 16:53:24下载
- 积分:1
-
wilson
用wilson θ法求解层间剪切结构的加速度响应,并绘出加速度曲线(Solving the interlaminar shear structural acceleration response with wilson θ, and draw the acceleration curve)
- 2014-11-13 21:25:46下载
- 积分:1
-
ACO-PID
此函数实现蚁群算法,用于PID控制参数优化(The function realization of ant colony algorithm for PID parameters optimization
)
- 2013-05-24 22:04:31下载
- 积分:1
-
binary_classification
二元分类问题。有完整的代码和详细的分析文档。(Binary Classification. complete code and detailed analysis .)
- 2021-03-12 16:39:25下载
- 积分:1
-
419-Mahdi
This paper presents an
improved maximum power point tracking (MPPT) algorithm of
a PV system under real climatic conditions. The proposed MPPT
is based on the perturbation and observation (P&O) strategy
and the variable step method that control the load voltage to
ensure optimal operating points of a PV system.
- 2014-12-31 19:33: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
-
MUSIC_algorithm_for_beam_space_source
个人编写的DOA估计波束空间MUSIC算法源程序(Personal prepared beam-space DOA estimation algorithm for source code MUSIC)
- 2009-09-28 14:15:30下载
- 积分:1
-
Assignment3
this files contains matlab codes for basic signal processing concepts
- 2009-07-15 02:07:01下载
- 积分:1