登录
首页 » matlab » dianfacejing

dianfacejing

于 2015-04-21 发布 文件大小:1KB
0 124
下载积分: 1 下载次数: 15

代码说明:

  基于MATLAB的电法测井电阻率及电压曲线正演模拟(Simulation of double electric logging resistivity and voltage curve is based on MATLAB)

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

发表评论


0 个回复

  • 面向低碳低噪的螺纹车削工艺参数优化_张雷
    多目标优化,自适应小生境遗传算法 面向低碳低噪的螺纹车削工艺参数优化(Multi-objective optimization and adaptive niche genetic algorithm)
    2019-05-30 22:34:47下载
    积分:1
  • EnergyOperator
    能量算子的matlab实现程序及其详细算法,可用于包络解调,瞬时频率计算等方面(Energy operator of matlab realization process and its detailed algorithms, can be used for envelope demodulation, instantaneous frequency calculation, etc.)
    2020-11-28 17:59:29下载
    积分:1
  • C116
    we present a practical link adaptation algorithm for MIMO-OFDM systems. The proposed solution is based on sounding the channel periodically and choosing the optimal mode that will maximize the throughput or energy efficiency (EE) while satisfying the application’s quality of service (QoS) requirements. In addition, we address practical problems such as the computational complexity of the algorithm and determination of sounding period by novel closed form solutions and iterative algorithms. Realistic link level simulations confirm that the proposed solution achieves significant improvement over existing link adaptation algorithms when the aim is to maximize the throughput, and provides orders of magnitude gain in energy efficiency compared to poorly chosen fixed modes when used for energy efficiency maximization purposes. The resulting algorithms are implemented on a real time MIMOOFDM testbed, and we report on the experimental results.
    2014-11-07 16:03:39下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • Simulation_of_Induction_Motor
    it is working of induction motor of machine which is degine process of induction motor
    2014-12-20 18:43:47下载
    积分:1
  • chap9
    在matlab上对不同的色空间进行转换的代码以及在拆分图像(On matlab different color space conversion code, and in a split image)
    2014-12-25 17:44:25下载
    积分:1
  • ch3
    第3章 离散系统结构 109 3.1 离散系统结构的基本原理 109 3.1.1 离散系统结构的分类 109 3.1.2 离散系统结构的基本组成 109 3.2 IIR系统结构及MATLAB实现 110 3.2.1 直接I型 111 3.2.2 直接II型 111 3.2.3 级联型 113 3.2.4 并联型 118 3.3 FIR系统结构及MATLAB实现 122 3.3.1 直接型 123 3.3.2 级联型 123 3.3.3 线性相位型 124 3.3.4 频率取样型 126 3.4 Lattice结构及MATLAB实现 131 3.4.1 全零点FIR系统的Lattice结构 131 3.4.2 全极点FIR系统的Lattice结构 136 3.4.3 零极点ARMA系统的Lattice结构 140(Chapter 3 Structure of Discrete Systems 109 3.1 The structure of the basic principles of discrete systems 109 3.1.1 Classification of 109 Discrete System 3.1.2 The basic system structure composed of discrete 109 3.2 IIR system structure and MATLAB Implementation 110 3.2.1 Direct I-111 3.2.2 Direct Type II 111 113 3.2.3 Cascaded 3.2.4 Parallel 118 3.3 FIR system structure and MATLAB Implementation 122 3.3.1 Direct Model 123 123 3.3.2 Cascaded 3.3.3 Linear Phase Model 124 3.3.4 Type 126 frequency sampling 3.4 Lattice structure and MATLAB Implementation 131 3.4.1 System-wide zero FIR Lattice Structure 131 3.4.2 Lattice all-pole structure 136 FIR system 3.4.3 zero-pole structure 140 Lattice ARMA system)
    2010-05-25 17:56:33下载
    积分:1
  • matlab-command
    matlab命令,方便初级使用者查询命令(matlab command to facilitate the initial user query command)
    2011-06-20 16:43:42下载
    积分:1
  • EyeDiagramDemo
    eye picture示模型。修改高斯白噪声信道的SNR值可以看到不同情况下的eyepicture (eye picture show model. Modified Gaussian white noise channel SNR value can be seen under different circumstances eyepicture)
    2007-10-11 11:34:45下载
    积分:1
  • SCATTER
    matlab仿真计算电磁波回波信号。。。。。。。。。(computer backscattered field)
    2017-05-02 10:24:14下载
    积分:1
  • 696518资源总数
  • 105012会员总数
  • 9今日下载