📄 set_sampling.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -