登录
首页 » matlab » 导出3

导出3

于 2021-04-28 发布
0 607
下载积分: 1 下载次数: 2

代码说明:

说明:  电阻层析成像lbp算法的演示实例,带有详细的说明(An example of a demonstration of the lbp algorithm for capacitance tomography, with a detailed description)

文件列表:

导出3, 0 , 2020-11-22
导出3\Bx1.csv, 133215 , 2020-11-21
导出3\Bx2.csv, 133103 , 2020-11-21
导出3\Bx3.csv, 134480 , 2020-11-21
导出3\Bx4.csv, 136272 , 2020-11-21
导出3\Bx5.csv, 136927 , 2020-11-21
导出3\Bx6.csv, 137171 , 2020-11-21
导出3\Bx7.csv, 136460 , 2020-11-21
导出3\Bx8.csv, 134962 , 2020-11-21
导出3\By1.csv, 136373 , 2020-11-21
导出3\By2.csv, 134685 , 2020-11-21
导出3\By3.csv, 133377 , 2020-11-21
导出3\By4.csv, 133031 , 2020-11-21
导出3\By5.csv, 134497 , 2020-11-21
导出3\By6.csv, 135946 , 2020-11-21
导出3\By7.csv, 137056 , 2020-11-21
导出3\By8.csv, 137300 , 2020-11-21
导出3\C1wu1.mat, 914 , 2020-11-21
导出3\Ckong.mat, 733 , 2020-11-19
导出3\Cman.mat, 736 , 2020-11-19
导出3\S12.mat, 48671 , 2020-11-21
导出3\S13.mat, 48829 , 2020-11-21
导出3\S14.mat, 49027 , 2020-11-21
导出3\S15.mat, 49108 , 2020-11-21
导出3\S16.mat, 49133 , 2020-11-21
导出3\S17.mat, 49142 , 2020-11-21
导出3\S18.mat, 48975 , 2020-11-21
导出3\S23.mat, 48920 , 2020-11-21
导出3\S24.mat, 49098 , 2020-11-21
导出3\S25.mat, 49162 , 2020-11-21
导出3\S26.mat, 49117 , 2020-11-21
导出3\S27.mat, 49064 , 2020-11-21
导出3\S28.mat, 48921 , 2020-11-21
导出3\S34.mat, 49076 , 2020-11-21
导出3\S35.mat, 49125 , 2020-11-21
导出3\S36.mat, 49092 , 2020-11-21
导出3\S37.mat, 48936 , 2020-11-21
导出3\S38.mat, 48742 , 2020-11-21
导出3\S45.mat, 48970 , 2020-11-21
导出3\S46.mat, 48922 , 2020-11-21
导出3\S47.mat, 48709 , 2020-11-21
导出3\S48.mat, 48825 , 2020-11-21
导出3\S56.mat, 48695 , 2020-11-21
导出3\S57.mat, 48803 , 2020-11-21
导出3\S58.mat, 49024 , 2020-11-21
导出3\S67.mat, 48948 , 2020-11-21
导出3\S68.mat, 49121 , 2020-11-21
导出3\S78.mat, 49053 , 2020-11-21
导出3\Savemat.m, 1405 , 2020-11-21
导出3\Untitled.m, 113 , 2020-11-18
导出3\Untitled2.m, 165 , 2020-11-19
导出3\Untitled3.m, 1202 , 2020-11-20
导出3\Untitled6.m, 224 , 2020-11-21
导出3\cailiao.csv, 15908 , 2020-11-21
导出3\cailiao.m, 95 , 2020-11-21
导出3\cailiao.mat, 459 , 2020-11-21
导出3\chengxiang.m, 7978 , 2020-11-19
导出3\data.mat, 778567 , 2020-11-21
导出3\landweber.m, 1128 , 2020-11-22
导出3\lbp.m, 1084 , 2020-11-22
导出3\lbplandweber.m, 1691 , 2020-11-22
导出3\ling.m, 4997 , 2020-11-21
导出3\lingmindu.m, 196 , 2020-11-21
导出3\lingminduchang.mat, 1086165 , 2020-11-21
导出3\sensitivity.m, 5369 , 2020-11-19
导出3\twentyeight.m, 312 , 2020-11-21

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

发表评论

0 个回复

  • leach
    说明:  无线传感器网络LEACH算法的matlab模型(Wireless sensor networks LEACH algorithm matlab model)
    2008-10-23 23:15:26下载
    积分:1
  • OFDM_Simulation_Using_Matlab
    OFDM_Simulation_Using_Matlab.pdf ofdm matlab simulation manual.(OFDM_Simulation_Using_Matlab.pdf OFDM Matlab simulation manual.)
    2006-05-06 09:12:51下载
    积分:1
  • PV-system
    PV-SYSTEM based on matlab simulink model ..
    2011-07-25 03:19:57下载
    积分:1
  • Gauss_Seidel
    一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。(In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite. It was only mentioned in a private letter Gauss to his student Gerling in 1823.[1] A publication was not delivered before 1874 by Seidel.)
    2014-11-20 22:12:52下载
    积分:1
  • New-folder-(5)
    energy detector for spectrum sensing for cognitive radio
    2012-05-07 06:43:56下载
    积分:1
  • matlab28
    关于matlab的一些知识,喜欢请下载!(Some knowledge about matlab, like download!)
    2011-10-20 22:34:05下载
    积分:1
  • LMS算法的matlab实现,用于智能天线以及波束成形
    LMS算法的matlab实现,用于智能天线以及波束成形
    2022-05-21 04:08:06下载
    积分:1
  • BP
    说明:  bp神经网络的源程序,很实用,很不错的!(bp neural network source code, very practical, very good!)
    2009-09-23 08:30:22下载
    积分:1
  • 001
    MATLAB的非常好的入门教材。格式为HTML。(Introduction to MATLAB in a very good teaching. Format is HTML.)
    2009-06-13 17:34:18下载
    积分:1
  • matlab-aeb算法
    说明:  汽车安全距离模型Mazda模型仿真:dbr:制动距离,v:本车车速,:相对车速,:本车最大减速度(这里 取),:目标车的最大减速度(这里取8m/s2),:驾驶员反应延迟时间(这 里取 0.1s),:制动器延迟时间(这里取0.6s),d0:最小停车距离(这里取3m)(Mazda model simulation of vehicle safety distance model: DBR: braking distance, V: vehicle speed, relative speed, maximum deceleration of the vehicle (taken here), maximum deceleration of the target vehicle (taken here as 8m / S2), driver response delay time (taken here as 0.1s), brake delay time (taken here as 0.6s), d0: minimum stopping distance (taken here as 3M))
    2019-12-29 20:48:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载