-
Introduction-to-Algorithms
Introduction-to-Algorithms的相關電子檔(Introduction-to-Algorithms related to e-file)
- 2009-11-16 20:47:32下载
- 积分:1
-
16qammontecarol
完成一个利用矩形信号星座图的M=16的QAM通信系统的MONTECARLO仿真,()
- 2008-05-10 18:17:10下载
- 积分:1
-
DC-DC-ACMATLAB
DC-DC和DC-AC仿真,matlab实现(DC-DC and DC-AC simulation, matlab implementation)
- 2013-03-24 02:02:56下载
- 积分:1
-
50
说明: 计算概率潮流,所用算例为IEEE-33节点配电网系统。(Probabilistic load flow calculation.The example is IEEE-33 node distribution network system.)
- 2018-08-14 16:56:38下载
- 积分:1
-
KalmanFilter
卡尔曼滤波在目标跟踪中应用仿真研究
源代码(Kalman Filter in Target Tracking Application Simulation source code)
- 2009-03-20 21:11:02下载
- 积分:1
-
KalmanAlgorithm
用matlab语言实现的卡尔曼滤波算法,修改方便容易(With the matlab language implementation of the Kalman filter algorithm, modify it easier to)
- 2009-11-14 16:10:39下载
- 积分:1
-
GMR-multiConstraints-v2.0
Demonstration of the reproduction of a generalized trajectory through Gaussian Mixture Regression (GMR), when considering two independent constraints represented separately in two Gaussian Mixture Models (GMMs). Through regression, a smooth generalized trajectory satisfying the constraints encapsulated in both GMMs is extracted, with associated constraints represented as covariance matrices.
- 2014-02-06 17:07:20下载
- 积分: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
-
kmeans_clustering
对KMEANS算法进行matlab实现,有数据支持(On KMEANS algorithm matlab realize, there are data to support)
- 2013-12-13 22:13:54下载
- 积分:1
-
polarcode_scl
实现极化码的编码和译码算法,其中译码部分采用的是SCL算法来实现译码的。(Polarization code coding and decoding algorithm, including decoding part adopts the SCL algorithm to realize the decoding.)
- 2021-04-23 21:18:47下载
- 积分:1