-
distor
图像模板匹配计算,逐象素移动计算当前模板数据,提取图像特征点(image template matching, pixel-by-mobile current template data, image feature extraction point)
- 2006-07-20 10:35:34下载
- 积分:1
-
lbg
lbg算法用matlab实现。。内有英文文献及相关代码(Lbg algorithm matlab..
There were English literature and relevant code
)
- 2011-11-05 11:03:50下载
- 积分:1
-
vnwnsqcy
仿真图是速度、距离、幅度三维图像,一种噪声辅助数据分析方法,GPS和INS组合导航程序,匹配追踪和正交匹配追踪,预报误差法参数辨识-松弛的思想,计算多重分形非趋势波动分析,本程序的性能已经达到较高水平。( FIG simulation speed, distance, amplitude three-dimensional image, A noise auxiliary data analysis method, GPS and INS navigation program, Matching Pursuit and orthogonal matching pursuit, Prediction Error Method for Parameter Identification- the idea of relaxation, Calculate the multifractal trend fluctuation analysis, The performance of the program has reached a high level.)
- 2021-03-25 17:19:14下载
- 积分:1
-
4psk
4psk信号的蒙特卡洛误码率仿真,与理论误码率的对比(Monte Carlo signal 4psk BER simulation, and theoretical bit error rate comparison)
- 2008-05-19 22:24:04下载
- 积分:1
-
MPSK
Mary phase shift keying Matab code
- 2011-10-14 20:23:55下载
- 积分:1
-
PQ-IEEE4-5-14-30--57--118
PQ法潮流计算IEEE4、5、14、30、57、118节点系统(PQ flow calculation IEEE4, 5,14,30,57,118 node system)
- 2014-03-17 13:17:48下载
- 积分:1
-
zw_三相电压型逆变器电压闭环控制simulink仿真
说明: 基于SPWM调制的两电平三相逆变器,可实现直流电变交流电(Two-level three-phase inverter based on SPWM modulation algorithm,DC to AC.)
- 2021-04-10 09:38:59下载
- 积分:1
-
beiyesi
在matlab环境下的一个朴素贝叶斯分类器,大家可以学习参考下(Matlab environment a Naive Bayes classifier, we can learn to refer to the following)
- 2013-09-18 10:49:06下载
- 积分: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
-
Vector_Control_SVPWM
THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL
- 2014-02-05 15:38:51下载
- 积分:1