xdc_baffle.m
来自「FIELD II 是B超的matlab仿真程序。 执行 先运行 fie」· M 代码 · 共 20 行
M
20 行
% Procedure for setting the baffle condition for the aperture.%% Calling: xdc_baffle (Th, soft_baffle); %% Parameters: Th - Pointer to the transducer aperture. % soft_baffle - Whether to use the soft-baffle condition:% 1 - using soft baffle% 0 - using rigid baffle (default for apertures)%% Return: None.%% Version 1.0, July 10, 1998 by Joergen Arendt Jensenfunction res = xdc_baffle (Th, soft_baffle)% Call the C-part of the program to set baffle condition Mat_field (1066, Th, soft_baffle);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?