资源简介
使用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_II\calc_h.m
文件 846 1997-05-21 17:53 field_II\calc_hhp.m
文件 764 1998-03-19 20:22 field_II\calc_hp.m
文件 1197 1997-05-21 17:53 field_II\calc_scat.m
文件 2504 2001-08-17 23:07 field_II\calc_scat_all.m
文件 1386 1999-05-21 23:08 field_II\calc_scat_multi.m
文件 1152 1998-07-01 14:22 field_II\ele_apodization.m
文件 1137 1998-07-01 14:22 field_II\ele_delay.m
文件 1143 1998-07-01 14:22 field_II\ele_waveform.m
文件 417 1997-05-21 17:53 field_II\field_debug.m
文件 295 1997-05-21 17:53 field_II\field_end.m
文件 868 2001-12-17 17:13 field_II\field_guide.m
文件 370 2001-12-17 17:24 field_II\field_info.m
文件 826 1999-01-21 17:08 field_II\field_init.m
文件 359 2002-04-18 23:09 field_II\field_logo.m
文件 2449026 2008-12-15 21:54 field_II\Linear desc
文件 127 2000-01-11 11:12 field_II\load_usertarg.m
文件 285392 2001-08-21 19:44 field_II\logo_field.mat
文件 163840 2002-04-19 18:31 field_II\Mat_field.dll
文件 8898 2000-01-11 11:12 field_II\plot_graphs.m
文件 1930 2000-01-11 11:13 field_II\save_data.m
文件 2277 2002-04-19 21:12 field_II\set_field.m
文件 443 1997-05-21 17:53 field_II\set_sampling.m
文件 1270198 2008-12-15 22:11 field_II\Users’ guide for the Field II program.pdf
文件 2443 1997-05-21 17:53 field_II\xdc_2d_array.m
文件 980 1998-06-29 21:24 field_II\xdc_apodization.m
文件 611 1998-07-10 17:48 field_II\xdc_baffle.m
文件 785 1998-03-19 23:42 field_II\xdc_center_focus.m
文件 970 1997-05-21 17:53 field_II\xdc_concave.m
文件 539 1997-05-21 17:53 field_II\xdc_convert.m
............此处省略26个文件信息
相关资源
- REW 声学测试软件超详细操作手册
- 违反洛伦兹背景的量子校正旋转声学
- Acoustics of Ducts and Mufflers.pdf
- 声纳基阵及其水声信号处理引论
- 计算声学声场的方程和计算方法
- 声学理论基础何祚镛、赵玉芳编
- 理论声学-莫尔斯_下册
- 理论声学ppt文档资料教材
- sphinx 声学模型和词典
- 声学基础南京大学出版社
- COMSOL Multiphysics 5.4 最新声学模块用户
- Virtual.Lab Acoustic声学仿真计算高级应用
- ACTRAN声学教程
- 声学手册,Master handbook of Acoustics(
- comsol声学模块介绍
- LMS官方 声学分析软件 结果处理 展示
- 多波束形成原理及其算法
- 用ANSYS有限元软件模拟分析声学换能器
- actran_13_users_guide
- sphinx4 中文声学模型、词典、语言模型
- 计算海洋声学课件
- The Acoustic Bubble
- 噪声与振动控制工程手册完整版.pdf
- The_theory_of_sound
- Fourier Acoustics Sound Radiation and Nearfiel
- LMS Virtual.Lab声学仿真计算从入门到精
- 声学仿真计算从入门到精通--西北工业
- MicroCap 学习资源
- 声学手册完整版
- 理论声学全书-张海澜.
评论
共有 条评论