fieldII超声波束形成仿真


使用fieldII超声波束形成仿真,具体的代码实现和应用,内有使用手册
资源截图
代码片段和文件信息
%  Procedure for calculating the spatial impulse response
%  for an aperture.
%
%  Calling:  [h start_time] = calc_h(Thpoints); 
%
%  Parameters:  Th     - Pointer to the transducer aperture.  
%               points - Field points. Vector with three columns (xyz) 
%                        and one row for each field point. 
%
%  Return:      h          - Spatial impulse response in m/s.
%               start_time - The time for the first sample in h.
%
%  Version 1.01 October 4 1996 by Joergen Arendt Jensen

function [h start_time] = calc_h (Thpoints)

%  Check the point array

  [mn]=size(points);
  if (n ~= 3)
    error (‘Points array must have three columns‘);
    end

%  Call the C-part of the program to show aperture

  [h start_time] = Mat_field (4001Thpoints);



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        792  1997-05-21 17:53  field_IIcalc_h.m

     文件        846  1997-05-21 17:53  field_IIcalc_hhp.m

     文件        764  1998-03-19 20:22  field_IIcalc_hp.m

     文件       1197  1997-05-21 17:53  field_IIcalc_scat.m

     文件       2504  2001-08-17 23:07  field_IIcalc_scat_all.m

     文件       1386  1999-05-21 23:08  field_IIcalc_scat_multi.m

     文件       1152  1998-07-01 14:22  field_IIele_apodization.m

     文件       1137  1998-07-01 14:22  field_IIele_delay.m

     文件       1143  1998-07-01 14:22  field_IIele_waveform.m

     文件        417  1997-05-21 17:53  field_IIfield_debug.m

     文件        295  1997-05-21 17:53  field_IIfield_end.m

     文件        868  2001-12-17 17:13  field_IIfield_guide.m

     文件        370  2001-12-17 17:24  field_IIfield_info.m

     文件        826  1999-01-21 17:08  field_IIfield_init.m

     文件        359  2002-04-18 23:09  field_IIfield_logo.m

     文件    2449026  2008-12-15 21:54  field_IILinear description of ultrasound imaging systems.pdf

     文件        127  2000-01-11 11:12  field_IIload_usertarg.m

     文件     285392  2001-08-21 19:44  field_IIlogo_field.mat

     文件     163840  2002-04-19 18:31  field_IIMat_field.dll

     文件       8898  2000-01-11 11:12  field_IIplot_graphs.m

     文件       1930  2000-01-11 11:13  field_IIsave_data.m

     文件       2277  2002-04-19 21:12  field_IIset_field.m

     文件        443  1997-05-21 17:53  field_IIset_sampling.m

     文件    1270198  2008-12-15 22:11  field_IIUsers’ guide for the Field II program.pdf

     文件       2443  1997-05-21 17:53  field_IIxdc_2d_array.m

     文件        980  1998-06-29 21:24  field_IIxdc_apodization.m

     文件        611  1998-07-10 17:48  field_IIxdc_baffle.m

     文件        785  1998-03-19 23:42  field_IIxdc_center_focus.m

     文件        970  1997-05-21 17:53  field_IIxdc_concave.m

     文件        539  1997-05-21 17:53  field_IIxdc_convert.m

............此处省略26个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)