-
zuixiaoerchengsuanfa
系统辨识的最小二乘辨识法,能辨识传递函数(Least squares identification system identification method can identify the transfer function)
- 2020-06-28 21:40:01下载
- 积分:1
-
homography2d
2D HOMOGRAPHY FOR IMAGE PROCESS
- 2013-12-10 19:19:49下载
- 积分:1
-
s_xy448649
参考外国文献,通过MATLAB程序编写了以两个简单的vIBtiJ映射构造一个双混沌互扰 uNACsXn系统,提出了基于双混沌互扰系统的无线加密算法,具有防窃听的能力,调试无错误。(References to foreign literature, through MATLAB programming the vIBtiJ with two simple mapping to construct a mutual interference uNACsXn dual chaotic systems is proposed based on the wireless encryption algorithm dual chaotic mutual interference system has the ability of anti-wiretapping, debugging errors. )
- 2016-01-16 20:05:13下载
- 积分:1
-
matlab
说明: 通信程序源代码和模型通信程序源代码和模型通信程序源代码和模型(Communication program source code and source code model of communication and models of communication and model source code)
- 2008-09-22 13:41:34下载
- 积分:1
-
communicationsystemusingmatlab-Proakis
说明: 该压缩包提供了现代通信原理课本附带光盘中的示例源码(The package provides a principle of modern communication textbooks with CD-ROM attached in the sample source)
- 2008-12-01 21:37:56下载
- 积分:1
-
sgaforlearning
该程序对于遗传算法的初学者很有帮助
学习该程序基本就可以了解遗传算法的基本原理(procedures for the genetic algorithm helpful beginners learn the basic procedures can understand the basic genetic algorithms Principle)
- 2007-05-18 18:16:02下载
- 积分:1
-
control-of-PDF
关于随机分布控制理论中最基础的思想,主要是基于平方根B样条建模。(About randomly distributed control theory the most basic idea is mainly based on the square root of the B-spline modeling.)
- 2014-12-09 19:55:30下载
- 积分:1
-
energy-efficiency-MIMO
大规模MIMO中,有关于能效的相关文章
(MASSIVE mimo energy efficiency )
- 2014-12-22 21:42:39下载
- 积分:1
-
HHt
HHT变换的一个程序。。。。。。。。。。。(HHT transform a program. . . . . . . . . . .)
- 2015-03-07 14:01:46下载
- 积分: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