登录
首页 » matlab » eidors-v3.1

eidors-v3.1

于 2021-03-22 发布 文件大小:3137KB
0 251
下载积分: 1 下载次数: 140

代码说明:

  matlab环境下实现电阻抗成像的源程序(matlab environment realize the source electrical impedance tomography)

文件列表:

eidors-v3.1
...........\algorithms
...........\..........\aa_1996
...........\..........\.......\aa_calc_image_prior.m
...........\..........\.......\aa_calc_jacobian.m
...........\..........\.......\aa_calc_noise_figure.m
...........\..........\.......\aa_calc_system_mat.m
...........\..........\.......\aa_fwd_parameters.m
...........\..........\.......\aa_fwd_solve.m
...........\..........\.......\aa_inv_solve.m
...........\..........\.......\laplace_image_prior.m
...........\..........\.......\noser_image_prior.m
...........\..........\.......\tikhonov_image_prior.m
...........\..........\aa_2005
...........\..........\.......\aa_e_move_image_prior.m
...........\..........\.......\aa_e_move_jacobian.m
...........\..........\.......\aa_inv_conj_grad.m
...........\..........\.......\aa_inv_total_var.m
...........\..........\.......\inv_kalman_diff.m
...........\..........\.......\perturb_jacobian.m
...........\..........\.......\time_prior_solve.m
...........\..........\.......\time_smooth_prior.m
...........\..........\ab_2002
...........\..........\.......\ab_calc_tv_prior.m
...........\..........\.......\ab_tv_diff_solve.m
...........\..........\.......\primaldual_tvrecon_lsearch.m
...........\..........\.......\TV_operator_2D.m
...........\..........\.......\TV_operator_3D.m
...........\..........\bg_2005
...........\..........\.......\bg_bld_master.m
...........\..........\.......\calc_shape_grads.m
...........\..........\calc_hyperparameter.m
...........\..........\calc_jacobian.m
...........\..........\calc_jacobian_bkgnd.m
...........\..........\calc_meas_icov.m
...........\..........\calc_RtR_prior.m
...........\..........\calc_R_prior.m
...........\..........\calc_system_mat.m
...........\..........\ds_2005
...........\..........\.......\center_of_simps.m
...........\..........\.......\edge_refined_elem_mapper.m
...........\..........\.......\edge_refined_node_mapper.m
...........\..........\.......\inv_solve_dual_mesh.m
...........\..........\.......\inv_solve_trunc_iterative.m
...........\..........\.......\jacobian_3d_with_fields.m
...........\..........\ms_2005
...........\..........\.......\jacobian_3d_precalc.m
...........\..........\.......\ms_calc_jacobian.m
...........\..........\mv_2001
...........\..........\.......\Contents.m
...........\..........\.......\Dyneit.m
...........\..........\.......\ErrorFunc.m
...........\..........\.......\Jacobian.m
...........\..........\.......\JacobianNode.m
...........\..........\.......\MakeRegmatrix.m
...........\..........\.......\MakeRegmatrixFace.m
...........\..........\.......\MakeRegmatrixNode.m
...........\..........\.......\readme.txt
...........\..........\.......\RemoveJacob.m
...........\..........\np_2003
...........\..........\.......\adjoint_spin.m
...........\..........\.......\bld_master.m
...........\..........\.......\bld_master_full.m
...........\..........\.......\check_vols.m
...........\..........\.......\contents.m
...........\..........\.......\db23d.m
...........\..........\.......\delfix.m
...........\..........\.......\dubs3.m
...........\..........\.......\fem_master_full.m
...........\..........\.......\forward_solver.m
...........\..........\.......\get_3d_meas.m
...........\..........\.......\get_multi_meas.m
...........\..........\.......\integrofgrad.m
...........\..........\.......\inverse_solver.m
...........\..........\.......\iso_f_smooth.m
...........\..........\.......\iso_s_smooth.m
...........\..........\.......\jacobian_3d.m
...........\..........\.......\m_3d_fields.m
...........\..........\.......\np_calc_image_prior.m
...........\..........\.......\np_calc_jacobian.m
...........\..........\.......\np_calc_system_mat.m
...........\..........\.......\np_fwd_parameters.m
...........\..........\.......\np_fwd_solve.m
...........\..........\.......\np_inv_solve.m
...........\..........\.......\Readme.txt
...........\..........\.......\ref_master.m
...........\..........\.......\set_3d_currents.m
...........\..........\.......\set_multi_currents.m
...........\..........\.......\triarea3d.m

...........\eidors_cache.m
...........\eidors_msg.m
...........\eidors_obj.m
...........\eidors_var_id.cpp
...........\eidors_var_id.dll
...........\eidors_var_id.mexglx
...........\examples
...........\........\cheating_2d.m
...........\........\compare_2d_algs.m
...........\........\compare_3d_algs.m

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

发表评论

0 个回复

  • DLcomput
    说明:  matlab编程,用于计算电力系统短路潮流,源代码提供在这里,希望供大家参考(Matlab programming used in the calculation of the power system short-circuit the trend, the source code available here, for your reference)
    2006-04-13 15:15:05下载
    积分:1
  • Orde-left--right--
    顺序表奇数在左偶数在右,的数据结构算法,matlab(Order table an odd number in the left an even number in the right, the data structure algorithms, matlab)
    2012-04-29 10:57:32下载
    积分:1
  • FMCW-Radar-Simulator-master
    说明:  1) 这是一个基于MATLAB的FMCW射频雷达模拟器。 2) 它产生FMCW雷达,用于近距离的手波啁啾电平信号数据。 3) 你可以尝试在这个模拟器上开发你的雷达数据处理算法。 4) 作为一个查伦奇,你能开发你的算法来检测手写方向:左或右。 5) 在matlab中运行main.m开始尝试。(1) This is a MATLAB based FMCW RF Radar Simulator. 2) It generates FMCW radar for close handwave chirp level signal data. 3) Your can try develop your radar data processing algorithm base on this simulator. 4) As a charllenge, can you develope your algorithm to detect the handwave directions: LEFT or RIGHT. 5) Run main.m in matlab to start trying out.)
    2020-03-18 10:22:43下载
    积分:1
  • MAS_OND2
    programme de simulation MAS onduleur
    2011-07-16 19:47:36下载
    积分:1
  • simdata_M
    在matlab环境下,利用ode命令求解常微分方程组的学习算例(In the matlab environment, the use of the command for solving ordinary differential equations ode to learn examples)
    2013-08-27 18:30:59下载
    积分:1
  • RSCGSCControlofDFIG
    说明:  双馈风机换流器及其控制,无错误,能出波形(Double-fed fan converter and its control, no error, can produce waveform)
    2019-02-26 21:38:29下载
    积分:1
  • feiniujieyangtiao
    matlab编程实现非扭结样条插值函数,并调用matlab中的相关命令验证结果,绘出图形。(matlab programming of non-kink-spline interpolation function, and the related call matlab command to verify the results, draw the graph.)
    2009-12-01 20:08:59下载
    积分:1
  • sosi
    描述了软输入,软输出的维特比译码算法的实现 siso(siso)
    2010-05-27 08:26:46下载
    积分:1
  • HPL
    hierchical prototype learning
    2011-05-30 00:50:40下载
    积分:1
  • Matlab-application
    matlab 很好用的入门教材之一,适合自学(One good use matlab introductory textbook for self-study)
    2014-10-18 09:15:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载