-
matlabgui
matlab gui开发的实用教材 还有一位网友写的初步认识 对想迅速掌握matlab GUI开发的朋友的确有很大的帮助(matlab gui development of practical materials Another netizen wrote an initial understanding of the development to quickly grasp the matlab GUI friend indeed a big help)
- 2011-01-03 08:19:00下载
- 积分:1
-
paper101
中频通信信号信噪比的快速盲估计 中频通信信号信噪比的快速盲估计 (Fast Blind SNR Estimation of IF Communication Signals )
- 2012-07-29 11:26:27下载
- 积分:1
-
QAM_OFDM
最大似然估计算法用于估计小数倍频偏中的一部分。(Maximum likelihood estimation algorithm for estimating a small multiple of the frequency offset in part.)
- 2014-04-02 11:13:18下载
- 积分:1
-
WSN
说明: 在MATLAB中编写程序,利用三边定位算法对未知节点定位。已知在平面坐标系内,三个锚节点的坐标分别为(50,100)、(0,0)和(100,0),在0≤x≤100,0≤y≤100的区域内随机产生10个未知位置的节点(其横、纵坐标均为上述范围内的随机数)。
利用三边定位算法
对这10个未知位置的节点进行定位(计算其坐标值),并与其真实位置(随机产生的坐标值)进行比较(MATLAB three-side positioning algorithm)
- 2020-06-26 15:15:41下载
- 积分:1
-
spring_movement_of_the_oscillator
此代码描述了三个弹簧控制下的振子的运动情况.(This code describes the three spring oscillator under the control of movement.)
- 2010-11-08 10:32:42下载
- 积分:1
-
chepaishibie
车牌字符识别matlab源程序车牌字符识别matlab源程序车牌字符识别matlab源程序(The license plate character recognition matlab source code license plate character recognition matlab source code license plate character recognition matlab source code)
- 2012-07-05 17:20:45下载
- 积分:1
-
fvcom-matlab
matlab编写的FVCOM的前处理和后处理源程序,好用(FVCOM pre-processing and post-processing source with Matlab)
- 2017-06-28 10:51:00下载
- 积分: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
-
mpt_ver262
Multi Parameter Optimizer Toolkit 2.62多参数优化Matlab程序,可用于多维参数的最优化。计算(This is a matlab program tookit for multi paramter optimization.)
- 2010-07-30 16:04:38下载
- 积分:1
-
MATLABgagongjuxiang
matlab优化工具箱的使用进行了详细介绍(matlab optimization toolbox is described in detail the use of)
- 2010-12-01 16:13:45下载
- 积分:1