登录
首页 » matlab » lorentzfit

lorentzfit

于 2012-05-02 发布 文件大小:2KB
0 189
下载积分: 1 下载次数: 4

代码说明:

  = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯 11 / 15 / 11 杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x) LORENTZFIT fits the input Y(X) with a Lorentzian function of the form Y (X) = A1./((X- A2).^2+ A3) INPUTS Y : Dependent variable values [Y(X)] X : Independent variable values OUTPUT A : List of Lorentzian parameters [A1 A2 A3] EXAMPLE x =-16:0.1:35 y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10 a = lorentzfit(y,x) Jered R Wells 11/15/11 jered [dot] wells [at] duke [dot] edu)

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

发表评论

0 个回复

  • Digital_signal_processig_and_Matlab_2
    数字信号处理及其Matlab实现BOOK2
    2009-10-26 12:06:40下载
    积分:1
  • 100-examples-matlab-to-study-matlab
    对matlab初学者是非常有用的资料 值得一看!!(It s worth for one to study Matlab …)
    2011-05-24 21:09:00下载
    积分:1
  • HeatDiffusion
    A matlab code which describes heat diffusion in a Slab Subjected to a Constant Temperature using a Lattice Boltzmann Method.
    2013-03-11 23:34:01下载
    积分: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
  • GS-Dammann
    利用MATLAB实现了二元光学设计中的GS算法以及达曼光栅的设计。GS算法是用于光束整形的重要算法,达曼光栅是常见的均匀分束二元光学器件。(Implemented using MATLAB binary optical design of the GS algorithm and Dammann grating design. GS algorithm is an important algorithm for beam shaping, Dammann grating is a common uniform beam of binary optics.)
    2010-06-24 10:55:14下载
    积分:1
  • mgrscho
    修正 Gram-Schmidt 正交 ,从别处找到的。(Gram-Schmidt orthogonal correction)
    2011-09-28 13:45:36下载
    积分:1
  • Power-Flow-Solution-by-Newton-Raphson-Method
    Power Flow Solution by Newton-Raphson Method
    2013-11-30 15:23:59下载
    积分:1
  • SAR MATLAB
    一本关于SAR成像的书籍且包含SAR成像的matlab代码,非常值得学习(A book about SAR imaging, and the resources contain SAR imaging matlab code, which is worth learning.)
    2021-02-25 14:09:38下载
    积分:1
  • filter
    matlab实现FIR和IIR滤波器的设计,并作图显示(matlab FIR and IIR filter design and mapping display)
    2013-03-12 20:41:40下载
    积分:1
  • NSGA-II
    在做毕业设计时候我们会见到的一些参考程序,可以让初学着有很大的帮助(Run data to absorb the essence of the particle swarm algorithm is the first multi-objective optimization.)
    2013-04-16 09:04:45下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载