登录
首页 » matlab » Coordinate-conversion

Coordinate-conversion

于 2014-12-12 发布 文件大小:100KB
0 255
下载积分: 1 下载次数: 17

代码说明:

  坐标转换(四参数) [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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BERforMIMO
    BER plot in rayleigh channel with maximal ratio combining technique for MIMO
    2010-10-08 14:26:50下载
    积分:1
  • AESMatlab
    AES加密算法的Matlab仿真及应用,内容比较清晰(AES encryption algorithm of the Matlab simulation and applications, content, clearer)
    2009-11-24 06:20:36下载
    积分:1
  • 7.3
    产生高斯脉冲的前15阶导函数。该函数的输入参数为:矢量t定义时间轴;高斯脉冲导函数的阶数k,取值范围[1,15](have a Gaussian pulse of 15 derivative function. The function of the input parameters : vector defined time frame t; Gaussian pulse derivative function of order k, value in the range [1,15])
    2007-03-27 19:50:09下载
    积分:1
  • BFSK
    BFSK的rayleigh信道传输中的误码率计算(BFSK of rayleigh channel transmission bit error rate calculation)
    2015-03-02 10:21:08下载
    积分:1
  • dct_using_genatic_algorithm
    this is a matlab function that can be given to the genetic algorithm tool box to chose the best 10 positions of 1 s beside the original 6 in the upper left corner 1 s in the dct quantization matrix
    2009-06-10 13:46:26下载
    积分:1
  • eigvalue
    自己编写的求解本证值的程序,用以对崩政治求解方法的理解,也可以做成其它线性代数程序的子函数(their preparation for the certification of the value of the procedure to solve the political collapse of understanding, can also cause other linear algebra procedures Functions)
    2007-04-10 18:40:47下载
    积分:1
  • mtlab
    [MATLAB语言[MATLAB语言常用算法程序集](1-29).pdf常用算法程序集](1-29).pdf([MATLAB language [MATLAB language commonly used algorithm for assembly (1-29) PDF algorithms commonly used procedures set (1-29). Pdf)
    2013-05-10 19:36:43下载
    积分:1
  • lab
    语音信号去噪,通过短时傅里叶变换、维纳滤波(Speech Signal Denoising via short-time Fourier transform, Wiener filter)
    2014-07-14 12:56:52下载
    积分:1
  • MATLAB
    matlab上课课件,word格式,初学matlab者很有帮助。(matlab class courseware, word format, matlab are very helpful to beginners.)
    2008-12-20 10:56:18下载
    积分:1
  • BP
    说明:  BP算法,关于神经网络反馈的算法,Matlab编写,内含数据文件,可直接运行(BP algorithm, on the neural network feedback algorithm, Matlab preparation, combustion data file that can be run directly)
    2013-09-23 18:06:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载