91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.13MB
    文件類型: .gz
    金幣: 1
    下載: 0 次
    發布日期: 2023-11-12
  • 語言: Matlab
  • 標簽: MATLAB??聲場??仿真??

資源簡介

這個是在網上找的超聲聲場仿真軟件,用MATLAB編寫的,很強大

資源截圖

代碼片段和文件信息

%??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);



評論

共有 條評論