f_tipssamp.asv

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

ASV
21
字号
% GUI module => g_sample
%
% User tips:
% 
% 1. All changes to edit box parameters are activated with 
%    the Enter key.
%
%    n  = anti-aliasing filter order (0 = no filter)
%    Fc = anti-aliasing filter cutoff frequency
%    N  = number of bits of precision of ADC
%    Vr = reference voltage of ADC
%
% 2. To change the sampling frequency, use the slider bar.
%
% 3. For the User-defined input, you must supply the file
%    name of an M-file function that returns the analog 
%    input signal value x_a(t).  For example:
%
%    function x = userfun (t)
%    x = t .* exp(-t);

⌨️ 快捷键说明

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