资源简介
丹麦大牛基于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);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 792 1997-05-21 17:53 超声波声场仿真软件\calc_h.m
文件 846 1997-05-21 17:53 超声波声场仿真软件\calc_hhp.m
文件 758 2002-05-27 22:21 超声波声场仿真软件\calc_hp.m
文件 1197 1997-05-21 17:53 超声波声场仿真软件\calc_scat.m
文件 2504 2001-08-17 23:07 超声波声场仿真软件\calc_scat_all.m
文件 1386 1999-05-21 23:08 超声波声场仿真软件\calc_scat_multi.m
文件 1152 1998-07-01 14:22 超声波声场仿真软件\ele_apodization.m
文件 1137 1998-07-01 14:22 超声波声场仿真软件\ele_delay.m
文件 1143 1998-07-01 14:22 超声波声场仿真软件\ele_waveform.m
文件 417 1997-05-21 17:53 超声波声场仿真软件\field_debug.m
文件 295 1997-05-21 17:53 超声波声场仿真软件\field_end.m
文件 883 2011-05-06 22:34 超声波声场仿真软件\field_guide.m
文件 370 2001-12-17 17:24 超声波声场仿真软件\field_info.m
文件 826 1999-01-21 17:08 超声波声场仿真软件\field_init.m
文件 393 2007-08-10 21:17 超声波声场仿真软件\field_logo.m
文件 285392 2001-08-21 19:44 超声波声场仿真软件\logo_field.mat
文件 155136 2013-10-28 06:11 超声波声场仿真软件\Mat_field.mexw64
文件 2536 2002-08-01 22:12 超声波声场仿真软件\set_field.m
文件 443 1997-05-21 17:53 超声波声场仿真软件\set_sampling.m
文件 1103302 2013-10-28 06:17 超声波声场仿真软件\users_guide.pdf
文件 2443 1997-05-21 17:53 超声波声场仿真软件\xdc_2d_array.m
文件 1388 2011-05-06 22:23 超声波声场仿真软件\xdc_apodization.m
文件 611 1998-07-10 17:48 超声波声场仿真软件\xdc_baffle.m
文件 785 1998-03-19 23:42 超声波声场仿真软件\xdc_center_focus.m
文件 970 1997-05-21 17:53 超声波声场仿真软件\xdc_concave.m
文件 539 1997-05-21 17:53 超声波声场仿真软件\xdc_convert.m
文件 1797 1998-03-03 23:34 超声波声场仿真软件\xdc_convex_array.m
文件 2559 1998-06-26 21:19 超声波声场仿真软件\xdc_convex_focused_array.m
文件 3091 1998-06-26 21:16 超声波声场仿真软件\xdc_convex_focused_multirow.m
文件 1324 1998-03-20 00:04 超声波声场仿真软件\xdc_dynamic_focus.m
............此处省略22个文件信息
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论