f_tipsrec.m

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

M
28
字号
% GUI module => g_reconstruct
%
% User tips:
% 
% 1. All changes to edit box parameters are activated with
%    the Enter key.
%
%    N  = number of bits of precision of DAC
%    Vr = reference voltage of DAC
%    n  = anti-imaging filter order (0 = no filter)
%    Fc = anti-imaging filter cutoff frequency
%
% 2. To change the sampling frequency, user the slider bar.
%
% 3. For the User-defined input, you must supply the file
%    name of a MATLAB M-file function that returns the analog
%    signal value y = ufun(t).  For example,
%
%    function y = ufun(t)
%       y = exp(-t) .* sin(2*pi*t);
%
% 4. The Menu options include the following:
%
%    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 + -
显示快捷键?