-
MSE
对包含的data文件中的数据进行MSE方法线性划分(The data files to contain data of linear partition method MSE
)
- 2011-05-19 15:36:48下载
- 积分:1
-
simulator
MATLAB Simulation of OFDM Transmitter and Receiver
- 2010-06-14 04:05:11下载
- 积分:1
-
PI_Hysteresis_Model
对带磁滞环的驱动器进行建模,可用于模型估计(Prandtl-Ishlinskii hysteresis model for hystersis in actuator)
- 2021-04-10 18:38:59下载
- 积分:1
-
Application-of-MATLAB
给出了理想光具组系统矩阵的MATLAB计算程序,并借助MATLAB进行光线追迹与数值拟合,得到了像差(球差)的多项式及曲线图.(Elastic viscoelastic correspondence principle is a method which is used to solve viscoelastic problems
with elastic results using inverse Laplace transformation.The principle can combine elastic and viscoelastic me—
chanies together.Therefore traditional mechanics of materials is qreatly enriched because of introducing the new
materials and new theory.)
- 2012-04-17 16:59:44下载
- 积分:1
-
otsm2
该代码实现了“大津法”,也就是最大类间方差算法,完全由本人自己编写,结果很好。(The code of the " Otsu method" , which is the Otsu algorithm, written entirely by my own, good results.)
- 2011-06-21 23:16:42下载
- 积分:1
-
CC
说明: GCC时延估计,二次互相关进行估计时延,精确定位(GCC delay estimation, the second cross-correlation to estimate the delay, precise positioning)
- 2014-04-08 16:27:54下载
- 积分: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
-
matlab111
可以画出双曲线的图形,比较好用,同时也可为大家编写画其他函数曲线提供借鉴.(Hyperbola can be drawn in the graphics, more convenient, but also for the preparation of U.S. painting other function curve for reference.)
- 2020-12-08 09:29:21下载
- 积分:1
-
MMSE_SU_MIMO
说明: 这是一篇关于多用户下行链路预编码的文章,主要是从一些基本的矩阵变换以及矩阵运算方面讲解一些原理,最后给出仿真实验
- 2010-04-18 15:19:44下载
- 积分:1
-
SAW_correlator_no_temp_diff
surface acoustic wave (correlator no temp diff)
- 2014-01-17 22:49:57下载
- 积分:1