-
ZF
说明: 本程序包括四部分,分别实现了迫零均衡,信号产生,绘制眼图以及误码率的计算。(This program consists of four parts, respectively, to achieve a zero forcing equalization, signal generator, drawing the eye diagram and bit error rate calculation.)
- 2020-11-28 05:59:30下载
- 积分:1
-
yidongchuanbohuanjin
说明: 杨大成的移动传播环境,包含大尺度衰落信道,小尺度衰落信道的详细表述。还有一些建模方法。(Yang Dacheng mobile communication environment, including large-scale fading, small-scale fading detailed presentation. Some modeling.)
- 2010-04-15 11:34:29下载
- 积分:1
-
KineticsEst_naphthene_C6
说明: 应用计算C6环烷烃的动力学参数,例如,反应级数以及动力学常数(obtain the reaction order and kinetics constant of C6 naphthenic hydrocarbon
)
- 2011-04-13 19:16:54下载
- 积分:1
-
EMTPandMATLAB
This Project distinguish between inrush currents and internal faults in the protection of power
transformers with Emtp Program And Matlab Code.
Simple Methot is used in Project.
- 2011-07-11 22:08:22下载
- 积分:1
-
AGA
遗传算法matlab代码_AGA 希望对大家有所帮助 谢谢(Genetic algorithm matlab code _AGA hope all of you help thank you)
- 2012-08-20 00:00:38下载
- 积分:1
-
caldemo
In geometric camera calibration the intrinsic and extrinsic
camera parameters are computed based on measured image coordinates
of a know calibration target. These parameters may be used to
correct distorted images or image coordinates(In geometric camera calibration the intrinsic and extrinsic camera parameters are computed based on measured image coordinates of a know calibration target. These parameters may be used to correct distorted images or image coordinates)
- 2012-09-05 15:19:58下载
- 积分: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
-
mie
说明: Mie散射系数也叫米散射的Matlab计算程序。
当球形粒子的尺度与波长可比拟时,发生的散射为米散射。此时必须考虑散射粒子体内电荷的三维分布。此散射情况下,散射粒子应考虑为由许多聚集在一起的复杂分子构成,它们在入射电磁场的作用下,形成振荡的多极子,多极子辐射的电磁波相叠加,就构成散射波。又因为粒子尺度可与波长相比拟,所以入射波的相位在粒子上是不均匀的,造成了各子波在空间和时间上的相位差。在子波组合产生散射波的地方,将出现相位差造成的干涉。这些干涉取决于入射光的波长、粒子的大小、折射率及散射角。当粒子增大时,造成散射强度变化的干涉也增大。因此,散射光强与这些参数的关系,不象瑞利散射那样简单,而用复杂的级数表达,该级数的收□相当缓慢。这个关系首先由德国科学家G.米得出,故称这类散射为米散射。
(Mie Efficiencies)
- 2010-03-20 12:23:32下载
- 积分:1
-
123
高频地波雷达海杂波仿真程序,可供做海杂波方针的同志参考(the simulation of sea clutter using in matlab)
- 2011-12-25 15:57:31下载
- 积分:1
-
arrayFactor
用于求一维,二维,三维的天线阵列的阵列因子,设计阵列排布,方位角俯仰角(planar array factor or linear array factor)
- 2017-08-15 15:42:41下载
- 积分:1