-
book2_codes76543
matlab code for satelite simullation
- 2011-05-22 18:30:35下载
- 积分:1
-
retinex
Retinex算法是最实用的图像处理方法以突出边界,提高对比为目的。这是最简洁的retinex实现。(Retinex provides the closest to eye perception algorithm to process the images.)
- 2011-09-23 14:00:51下载
- 积分: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
-
SVD-TLS
说明: 利用奇异值分解-总体最小二乘法估计ARMA模型的AR参数,并利用参数进行谐波恢复仿真程序(The use of singular value decomposition- total least squares estimation of AR parameters of ARMA model and using the parameters of harmonic retrieval simulation program)
- 2008-10-29 15:19:35下载
- 积分:1
-
基于KSVD的稀疏编码去噪的算法 KSVD-for-denoising
主要是基于KSVD的稀疏编码去噪的算法,属于matlab版的,里面有我个人的所有注释!(Mainly based on the sparse coding KSVD denoising algorithm, belong to matlab version, there are my personal all comments!)
- 2020-11-23 01:49:34下载
- 积分:1
-
dwinhbwh
包括脚本文件和函数文件形式,包括AHP,因子分析,回归分析,聚类分析,到达过程是的泊松过程,欢迎大家下载学习,粒子图像分割及匹配均为自行编制的子例程,最小均方误差(MMSE)的算法,基于负熵最大的独立分量分析,用于特征降维,特征融合,相关分析等。( Including script files and function files in the form, Including AHP, factor analysis, regression analysis, cluster analysis, Arrival process is a Poisson process, Welcome to download the study, Particle image segmentation and matching subroutines themselves are prepared, Minimum mean square error (MMSE) algorithm, Based on negative entropy largest independent component analysis, For feature reduction, feature fusion, correlation analysis.)
- 2016-03-29 21:06:35下载
- 积分:1
-
trained_blindandsemi-blinddetection-matlab
一篇基于独立分量分析(ICA)的盲信道MATLAB程序(1 Based on Independent Component Analysis (ICA) for blind channel MATLAB program)
- 2009-05-10 15:57:15下载
- 积分:1
-
MATLAB5.3_handbook
说明: MATLAB5.3精要、编程及高级应用
MATLAB适于工程计算、绘图、算法处理(MATLAB5.3 essence, MATLAB programming and advanced applications suitable for engineering calculations, drawings, algorithms deal with)
- 2008-09-05 17:06:09下载
- 积分:1
-
liziqun
说明: 粒子群程序,是一种有效的优化算法,用于控制(Particle swarm procedure is an effective optimization algorithm is used to control)
- 2008-10-03 16:41:42下载
- 积分:1
-
using_wigner
时频信号分析技术,双线性方法,Wigner-Ville分布的应用,可以得到高斯包络线性调频信号的WVD图(Time-frequency signal analysis, bilinear method, Wigner-Ville distribution application, you can get WVD FIG Gaussian envelope chirp signal)
- 2021-03-29 19:49:10下载
- 积分:1