-
codes
Fuzzy C-means Matleb source code
- 2012-12-30 22:29:17下载
- 积分:1
-
polar code2
根据华为5G创新大赛polar code部分提供的材料编写的polar code仿真代码,包含SC、SCL、BP三种译码算法。代码实现过程和所提供的材料保持高度一致,便于理解。(According to the Huawei 5G Innovation Competition Polar Code part ,the code is including SC and SCL two decoding algorithms. The code implementation process is highly consistent with the material provided and is easy to understand.)
- 2021-01-05 18:28:54下载
- 积分:1
-
foreasting
这是一个有预测功能的程序,还没有进行优化,可供大家作为基础来加以改进,但是大概的预测方向都是准确的(This is a prediction function of the procedure have not yet optimized for the U.S. used as the basis to be improved, but perhaps the direction of the prediction is accurate)
- 2009-03-14 14:10:33下载
- 积分:1
-
BAOCUN
在坐标轴2上,针对二值图像进行分水岭算法的分割以及最大熵阈值算法的分割,并将分割出的部分显示在坐标轴3上。(Axis for the binary image segmentation of the watershed algorithm and maximum entropy threshold algorithm split, and the split part is displayed in the axis 3.)
- 2012-12-30 09:58:40下载
- 积分:1
-
21382
PPG data, photoplethysmographic data containing PPG of subjects doing various exercises
- 2015-03-14 02:47:24下载
- 积分:1
-
copula-var
基于copula函数求资产组合的风险VaR(Matlab copula VaR)
- 2021-03-01 14:49:35下载
- 积分:1
-
joint_diag
近年来,盲源分离技术成为研究热点。这是盲源分离技术的JADE算法,十分经典哦(In recent years, blind source separation technique to become a research hotspot. This is the JADE algorithm for blind source separation, very classic!)
- 2012-06-16 10:58:49下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
hmhedqxy
通过虚拟阵元进行DOA估计,包括面积、周长、矩形度、伸长度,合成孔径雷达(SAR)目标成像仿真,matlab编写的元胞自动机,数学方法是部分子空间法。(Conducted through virtual array DOA estimation, Including the area, perimeter, rectangular, elongation, Synthetic Aperture Radar (SAR) imaging simulation target, matlab prepared cellular automata, Mathematics is part of the subspace.)
- 2016-03-16 18:56:39下载
- 积分:1
-
向量回归机 svm EMD decomposition
支持向量回归机在处理HHT端点效应中的应用,将延拓后的信号EMD分解(Support vector regression machine application in the treatment effect of HHT endpoint, after the continuation of the EMD decomposition)
- 2014-10-09 10:35:26下载
- 积分:1