xdc_quantization.m

来自「FIELD II 是B超的matlab仿真程序。 执行 先运行 fie」· M 代码 · 共 26 行

M
26
字号
%  Procedure for setting the minimum quantization interval that%  can be used when phasing the transducer.%%  Remember that the focus time lines must be set again for the%  quantization to take effect. This setting does not affect the%  user calculated delays.%%  Calling:  xdc_quantization (Th, min_delay); %%  Parameters:  Th   - Pointer to the transducer aperture.    %               min_delay - The smallest delay in seconds that can be%                           used by the system. No quantization is used, %                           if this delay is set to zero.%%  Return:    None.%%  Version 1.01, July 10, 1998 by Joergen Arendt Jensenfunction res = xdc_quantization (Th, min_delay)%  Call the C-part of the program to set quantization  Mat_field (1065,Th,min_delay);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?