登录
首页 » matlab » Field_II_GUI

Field_II_GUI

于 2020-12-13 发布 文件大小:15KB
0 132
下载积分: 1 下载次数: 24

代码说明:

  超声波层析成像算法,执行文件,基于MATLAB(Ultrasonic tomography algorithm, executable file, based on MATLAB)

文件列表:

Field_II_GUI\calc_diffuse.m, 1152 , 2013-04-08
Field_II_GUI\calc_field_2.asv, 8011 , 2014-12-07
Field_II_GUI\calc_field_2.m, 8011 , 2014-12-07
Field_II_GUI\calc_struct.m, 619 , 2013-04-08
Field_II_GUI\Field_II_GUI.asv, 13680 , 2014-12-05
Field_II_GUI\Field_II_GUI.m, 13680 , 2014-11-28
Field_II_GUI\load_usertarg.m, 127 , 2000-01-11
Field_II_GUI\plot_graphs.m, 9144 , 2014-12-05
Field_II_GUI\save_data.m, 1930 , 2000-01-11
Field_II_GUI\store_params.m, 31099 , 2013-04-08
Field_II_GUI\testing.mat, 220 , 2014-12-05
Field_II_GUI\新建文本文档.txt, 69 , 2013-03-28
Field_II_GUI, 0 , 2018-06-25

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

发表评论

0 个回复

  • PkgMyAntiAlias
    一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots. See attached screenshot for a demonstration. More examples included in the code, just run help myaa . Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish( test.m ,opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.(A better anti-aliasing algorithm Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.See attached screenshot for a demonstration. More examples included in the code, just run help myaa. Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish (test.m, opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.)
    2008-08-14 22:53:13下载
    积分:1
  • Spatial-Econometrics-MATLAB
    本软件包是将New Elhorst Panel Code中的函数整合在一个文件件下,还有本人做的例子,可以参考。(This software package is the function New Elhorst Panel Code integration in a file, and I do the example, can refer to.)
    2014-09-03 21:51:15下载
    积分:1
  • delay_ekf_non_line
    带时延的纯方位角单站跟踪算法,它有效地解决了用EKF算法进行纯方位角跟踪时可能出现的不稳定和滤波发散现象以及声音信号的时延问题。(Pure time delay with a single station azimuth tracking algorithm, which effectively solved the EKF algorithm with pure azimuth tracking of the instability that may arise and filtering divergence phenomenon, as well as the voice signal delay problem.)
    2009-04-07 21:32:49下载
    积分:1
  • system_identification_qpsk
    随机产生一QPSK调制信号,通过一随机产生的低通滤波器,然后使用LMS算法实现了系统哦你的辨识。(Randomly generate a QPSK modulation signal generated by a random low-pass filter, and then use the LMS algorithm of the system Oh, your identification.)
    2010-12-13 23:32:53下载
    积分:1
  • HarrisJiaoDianJianCe
    Harris的角点检测算法的MATLAB程序实现(Harris corner detection algorithm of the MATLAB program)
    2009-04-07 09:19:35下载
    积分:1
  • stroke_detail
    Seperates a dynamically input signature into different strokes.
    2015-04-04 18:36:33下载
    积分:1
  • Matlabsignalprocess
    经典数字信号处理滤波器的源代码 重点是利用巴特沃斯模拟滤波器转而设计其它数字滤波器 (Classical digital signal processing filter source code)
    2009-05-19 10:00:32下载
    积分:1
  • genetic
    filter design with the genetic algorithm
    2013-10-11 21:39:19下载
    积分:1
  • MUSIC
    MUSIC算法是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(MUSIC algorithm is a matrix decomposition method based on feature space. From the geometric point of view, the observed spatial signal processing can be decomposed into signal subspace and noise subspace, it is clear that the two spaces are orthogonal. The signal received by the array to the subspace of the covariance matrix of the signal component corresponding eigenvectors, the noise subspace of the covariance matrix of all by the smallest eigenvalue (noise variance) eigenvectors corresponding to the composition. MUSIC algorithm is the use of orthogonal properties between these two complementary space to estimate the spatial orientation of the signal. Noise subspace of all vectors are used to construct the spectrum, all the spatial orientation of the spectrum corresponding to the peak position of the signal wave direction. MUSIC algorithm greatly improves the resolution measurements, while the antenna array adapted to any shape, but the prototype MUSIC algorithm requires to wave sign)
    2014-02-19 13:23:48下载
    积分:1
  • linesearch
    利用黄金分割点法计算步长,用来求二次凸函数的最小值的线搜索方法(Using the gold partition point method, the step size is used for the minimum of two convex functions.)
    2015-05-25 16:16:59下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载