资源简介
使用field ii包编写的界面程序,可以仿真相控阵超声成像
代码片段和文件信息
function [pos amp] = calc_diffuse(lambdafocalPointarraywidthaxresscatdens cystdiam axroisz latroisz)
% function to generate an array for input to calc scat - the
% spatial locations are random as are the amplitudes and the
% scatterer density is input and using crude defs of res
% cell (lambda z/D etc) I compute the total number of scatterers
% required and then put them in a volume that is roisz^2
% centered on the focal point - the cyst is cystdiam in diam.
% create general scatterers
% seed the random num. generator
rand(‘state‘sum(100*clock))
% compute res cell dimensions
latres=lambda*focalPoint(3)/arraywidth;
% assume a 4 cycle pulse as a ballpark
numResCells=(axroisz*latroisz)/(latres*axres);
% now we can compute total num. of scatterers req‘d.
N=floor(scatdens*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-07 11:43 Field_II_GUI\
文件 13680 2014-12-05 15:50 Field_II_GUI\Field_II_GUI.asv
文件 13680 2014-11-28 11:23 Field_II_GUI\Field_II_GUI.m
文件 1152 2013-04-08 13:49 Field_II_GUI\calc_diffuse.m
文件 8011 2014-12-07 12:43 Field_II_GUI\calc_field_2.asv
文件 8011 2014-12-07 12:47 Field_II_GUI\calc_field_2.m
文件 619 2013-04-08 14:23 Field_II_GUI\calc_struct.m
文件 127 2000-01-11 11:12 Field_II_GUI\load_usertarg.m
文件 9144 2014-12-05 20:28 Field_II_GUI\plot_graphs.m
文件 1930 2000-01-11 11:13 Field_II_GUI\save_data.m
文件 31099 2013-04-08 14:28 Field_II_GUI\store_params.m
文件 220 2014-12-05 09:57 Field_II_GUI\testing.mat
文件 69 2013-03-28 09:14 Field_II_GUI\新建文本文档.txt
- 上一篇:多种矩阵形式的数据集
- 下一篇:DNN 使用神经网络进行语音增强
相关资源
- multiimagepocs 对多帧图像进行超分辨率
- SVDD LIBSVM中的SVDD(Support vector data de
- artificial-potential-field-method 基本人工势
- NSGA-II 利用matlab编写的遗传算法程序
- NSGA-II 多目标无功优化算法
- Deb_NSGA-II 基于pareto的多目标遗传算法
- speckle-denoise 医学超声图像滤波必看:
- NSGA-II Matlab代码
- Sheffield遗传算法工具箱
- 基于MATLAB和QuartusⅡ的FIR滤波器设计与
- MC9S12XS128程序五IIC程序
- 计算流体力学作业-平板上的超声速流
- 利用MATLAB仿真软件系统结合双线性变
- NSGAII代码——matlab版
- 二阶IIR滤波器的verilog的实现
- NSGAII在ZDT和DTLZ测试函数的matlab代码
- IIS Media Services 4.1
- hopfield解决TSP问题matlab算法
- MATLAB仿真IIR带通滤波器
- 连续投影法降维spa代码
- 关于MATLAB的IIR滤波器
- dspII课程作业1-LMS最陡下降法matlab算法
- NSGA-II 多目标遗传算法
- Nifti 工具包 适用于matlab读取.nii格式的
- 离散Hopfield神经网络的分类——高校科
- MATLAB Code of Artificial Potencial Field Meth
- IIR巴特沃斯低通滤波器源程序
- NSGA-III完美运行MATLAB
评论
共有 条评论