-
CalculateUserPosition
求解用户位置的Matlab函数代码,利用伪距测量用户位置的仿真计算(The Matlab function for solving location of the user code, the use of pseudo-range measurement location of the user s simulation)
- 2009-11-08 10:13:01下载
- 积分:1
-
Gerber0704A_R05_18_05_09
power suplly gerber files
- 2014-12-12 03:17:42下载
- 积分: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
-
ldpc11111
LDPC码的编解码Matlab仿真
希望对大家有用(LDPC codes codec Matlab simulation hope useful for everyone)
- 2008-06-08 19:29:31下载
- 积分:1
-
DPLL
说明: 数字锁相环DPLL实例程序,帮助理解PLL的结构和详细原理(DPLL DPLL examples of procedures to help understand the structure and PLL detailed Principle)
- 2005-10-05 14:13:30下载
- 积分:1
-
pami2010Matlab
基于matlab的optical flow calculation(Matlab-based optical flow calculation)
- 2014-10-06 16:50:41下载
- 积分:1
-
TSP
Approximate solution for the Traveling
Salesman’s Problem Using Continuous
Hopfield Network, matlab TSP
- 2012-01-02 15:36:31下载
- 积分:1
-
Essential-MATLAB-for-engineers-2010
Essential MATLAB for engineers 2010
- 2012-01-17 04:36:34下载
- 积分:1
-
898103_pls
说明: PLS故障经检测程序,适用于田纳西伊斯曼模型的故障检测(Pls fault detection procedure)
- 2020-04-05 12:13:57下载
- 积分:1
-
smile_1_1_windows_vc9
Inference program of Bayesian network (Inference program of Bayesian network)
- 2009-07-12 17:06:15下载
- 积分:1