set_sampling.m
来自「FIELD II 是B超的matlab仿真程序。 执行 先运行 fie」· M 代码 · 共 21 行
M
21 行
% Set the sampling frequency the system uses.%% Remember that the pulses used in all apertures must% be reset for the new sampling frequency to take effect.%% Calling: set_sampling (fs);%% Parameters: fs - The new sampling frequency.%% Return: nothing.%% Version 1.0, December 7, 1995 by Joergen Arendt Jensenfunction res = set_sampling(fs)% Call the C-part of the program to initialize it Mat_field (5020,fs);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?