f_tipsadapt.asv
来自「digital signal processing常用工具箱」· ASV 代码 · 共 23 行
ASV
23 行
% GUI Module g_adapt
%
% User Tips
%
% 1. All changes to edit box parameters are activated with the Enter key.
%
% a = denominator polynomial coefficients of black box
% b = numerator polynomial coefficients of block box
% fs = samplng frequency in Hz
% m = order of adaptive transversal filter
% mu = step size
% nu = leakage factor
% alpha = normalized step size
% beta = smoothing factor
% gamma = forgetting factor
%
% 2. Use the slider bar to adjust the number transversal filter order m.
%
% 3. The Data source checkbox requires the name of a used supplied MAT file containing the
% input vector x, and the desired output vector y
%
% 4. The Save menu option saves a,b,x,y,fs in a user-specified MAT-file
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?