bft_transducer.m

来自「超声仿真软件」· M 代码 · 共 18 行

M
18
字号
%BFT_TRANSDUCER Create a new transducer definition. %   The transducer definition is necessary for the calculation of %   the delays.%%USAGE : xdc = bft_transducer(centers)%%INPUT : centers - Matrix with the coordinates of the centers of %                  the elements. It has 3 columns (x,y,z) and a%                  number of rows equal to the number of elements.%                  The coordinates are specified in [m]%%OUTPUT: xdc - Pointer to the memory location with the transducer %              definition. Do not alter this value !!!%%VERSION: 1.0, Feb 10, 2000 Svetoslav Nikolovfunction xdc = bft_transducer(centers)xdc = bft(4,centers');

⌨️ 快捷键说明

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