资源简介
丹麦大牛基于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个文件信息
相关资源
- Antenna Theory Analysis and Design(源码)
- matlab statistics learning toolbox
- 胡广书的现代信号处理Word版以及Mat
- Matlab 2015b神经网络通用函数
- 系统辨识理论及Matlab仿真-刘金琨 [程
- NURBS Toolbox for Matlab
- Matlab实现SIFT三幅图像拼接
- Clustering by fast search and find of density
- ps基本原理及其matlab仿真(西安电子科
- MATLAB统计分析与应用:40个案例分析
- CT算法MATLAB
- 《生物医学数据处理及其MATLAB实现》
- 基于MATLAB的图像边缘检测算法的仿真
- 贝叶斯网络工具箱Matlab工具包
- 何凯明_暗通道去雾_matlab源码
- matlab阵列信号处理工具箱DBT版本2.20阵
- MATLAB串口调试助手源代码
- LDPC编译码器Matlab代码及参考资料
- 模型预测控制系统的Matlab设计和实施
- MatlabForRadar.rar
- matlab6.X 图像处理
- 先进 PID 控制及其 MATLAB 仿真 PDF+程序
- OFDM系统MATLAB仿真.zip
- ModelPredictiveControlSystemDesignandImplement
-
MATLAB_SImuli
nk通信系统建模与仿真分 - FSRCNN代码Matlab
- 模糊控制的MATLAB实现具体过程(强势
- 用MATLAB软件实现控制系统的频域分析
- 基于HSV图像检索matlab代码
- 人脸检测三个不同小程序,matlab,其
评论
共有 条评论