-
MultipathRayleiFadingiversityReceiver
多径瑞利衰落下的分集接收机仿真;考虑了多径干扰和其他用户对主用户的干扰(Multipath Rayleigh Fading Diversity Receiver simulation considering multi-path interference and other users of the primary user interference)
- 2010-07-18 10:52:08下载
- 积分:1
-
rand_int
matlab code for finding optimal values
- 2010-11-03 11:40:22下载
- 积分:1
-
Lax_Friedrichs
Method Lax_Friedrichs for equation of advection 1d in Matlab
- 2013-10-26 20:07:48下载
- 积分:1
-
xiaodianzu_gaozujiedi
模拟10kV配电网小电阻接地系统高阻接地故障的仿真模型,可测量各出线的零序电压、零序电流(The simulation model of the high resistance grounding fault of the small resistance grounding system of the 10kV distribution network is simulated, and the zero sequence voltage and zero sequence current of each outlet can be measured)
- 2021-05-14 05:30:02下载
- 积分: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
-
exponential
利用函式做種子變數,用種子跑數值,計算其座落區間,最後利用matlab畫出exponential distribution(Function for seed variables, run with seed value, to calculate the located range, the last use of matlab to draw the exponential distribution.)
- 2012-04-19 21:14:22下载
- 积分:1
-
mghf_twobody
This is implementation of culver filter
- 2014-08-31 14:21:00下载
- 积分:1
-
myPIDshifj
一个模糊pid算法的源程序,对学些pid控制的同学有帮助!(A fuzzy algorithm source pid, pid control for school students more help!)
- 2008-06-27 17:41:23下载
- 积分:1
-
electromagnetic-field-moment-method
用矩量法计算半波振子的电流分布、输入阻抗、E面方向图。(Calculated half-wave dipole moment method using the current distribution, input impedance, E plane patterns.)
- 2013-12-03 21:49:38下载
- 积分:1
-
matlab_fft
Matlab快速傅立叶变换程序,有源代码。(Matlab Fast Fourier Transform program, active code.)
- 2012-08-24 11:37:31下载
- 积分:1