f_tipssys.m

来自「digital signal processing常用工具箱」· M 代码 · 共 28 行

M
28
字号
% GUI Module => g_system
%
% User Tips
%
% 1. All changes to edit box parameters are activated with
%    the Enter key.
%
%      a  = vector of denominator coefficients, a(1) = 1
%      b  = vector of numerator coefficients
%      c  = damping factor of damped cosine input
%      f0 = frequency of damped cosine input (0 to fs/2)
%      fs = sampling frequency
%
% 2. Use the slider bar to adjust the number of samples N.
%
% 3. For the User-defined input, you must supply the file 
%    name of a MAT-file that contains the input vector x, 
%    the sampling frequency fs, and the coefficient vectors
%    a and b.
%
% 4. The Menu options include the following:
%
%    Save    => save x,y,a,b,fs in a MAT-file
%    Caliper => find coordinates of points on the plot
%    Print   => send screen to printer or a file
%    Help    => user tips and GUI module help
%    Exit    => return to calling program

⌨️ 快捷键说明

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