f_tipsrate.m

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

M
27
字号
% GUI module => g_multirate
%
% User tips:
% 
% 1. All changes to edit box parameters are activated with
%    the Enter key.
%
%    fs = sampling frequency of x
%    L  = integer interpolation factor
%    M  = integer decimation factor
%    c  = damping factor for damped cosine input
%
% 2. Use the slider bar to adjust the FIR filter order m.
%
% 3. The User-defined input option requires the name of a
%    MAT-file that contains the vector x and the sampling 
%    frequency fs.
%
% 4. The Menu options include the following:
%
%    Filter  => design method for rate converter filter
%    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 + -
显示快捷键?