-
b11
基于matlab中的simulink平台的8DPSK通信仿真(fail to translate)
- 2013-05-05 15:05:55下载
- 积分:1
-
Evaluation_of_Multiple_Input_Multiple_Output(MIMO
Evaluation of mimo system in wireless system
- 2014-01-24 16:35:30下载
- 积分:1
-
2nd-sem
pmsg based off shore windfarm
- 2014-02-13 02:30:26下载
- 积分:1
-
puma560
6轴机械臂的运动学正逆解算法,仅供参考。(6-axis manipulator kinematics inverse solution algorithm are for reference purposes only.)
- 2016-04-06 20:35:48下载
- 积分:1
-
simulinkModel
几个解耦控制系统的Simulink模型,用过还行。共享一下。(Several decoupling control system Simulink model, used also OK. Sharing about.)
- 2010-07-05 22:51:57下载
- 积分:1
-
BDpre
对4个发射天线,2个分别有2个接收天线的多用户MIMO系统进行BD预编码的仿真,观察其误码率性能。(Four transmit antennas, 2 respectively, the two receiving antennas, multi-user MIMO system BD precoding simulation, to observe the bit error rate performance.)
- 2020-12-24 10:49:06下载
- 积分:1
-
battery model
本模块对车用动力锂电池的三种主要等效电路模型进行建模和仿真,搭建了相应的仿真模块。(In this module, three main equivalent circuit models of vehicle power lithium battery are modeled and simulated, and the corresponding simulation module is built.)
- 2021-03-25 14:59:14下载
- 积分: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
-
floyd
matlab floyd最短路算法。。。。
- 2010-08-20 21:28:52下载
- 积分:1
-
multiple_object_tracking_matlabcode(3D)
多目标跟踪 (三维)-算法matlab编制(multi-target tracking (3D)- preparation algorithm Matlab)
- 2021-03-10 19:49:26下载
- 积分:1