-
mccdma
mc-cdma系统的实现程序,matlab版(mc-cdma system procedures, matlab version)
- 2008-04-04 23:15:12下载
- 积分:1
-
predictive
对系统进行预测控制,达到提前预防的效果。(To predictive control system, to achieve the effect of prevention in advance.)
- 2015-03-11 14:22:01下载
- 积分:1
-
RScode
RS编码的例子,可以参考这个学RS编码,可以参考通信原理的书籍来对照来学!(This is a example about RS coding ,and you can learn RS by that.)
- 2010-08-01 20:59:56下载
- 积分:1
-
3
说明: 有用的matlab源,大家看一下是否有用啦。或许对你有帮助哦。(Matlab useful source, we look at whether it is useful to you. May be helpful to you, oh.)
- 2008-01-04 00:00:42下载
- 积分:1
-
zigbee(matlab)
说明: 在matlab实现的zigbee源代码,并有相关论文做描述,比较全面(Zigbee achieved in the matlab source code, and have the relevant papers to do a description of a more comprehensive)
- 2008-09-04 14:28:28下载
- 积分:1
-
times_dynamically
此程序为发表过的一篇IEEE PIMRC 的paper的程序代码。是关于异构无线网络环境下的垂直切换接口激活时间的几个方案的仿真性能比较。(This RAR package contains a set of program code which was used in a published paper on in IEEE PIMRC. It is about the interface activition time in heterogeneous wireless networks. )
- 2009-02-28 19:32:57下载
- 积分:1
-
mutual_main3
混沌分析中互信息求延迟时间t的matlab程序,可以使用(chaos)
- 2009-05-15 22:03:58下载
- 积分:1
-
fhan
说明: ADRC自抗扰算法设计中fhan()函数(Fhan() function in ADRC algorithm design)
- 2021-03-08 16:29:28下载
- 积分: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
-
orbital-dynamics-modeling-
地球和月球二轨道动力学建模和仿真,完整的参数输入仿真结果(moon and the Earth s orbital dynamics modeling )
- 2020-08-30 20:58:10下载
- 积分:1