f_tipscorr.m
来自「digital signal processing常用工具箱」· M 代码 · 共 30 行
M
30 行
% GUI module => g_correlate
%
% User tips:
%
% 1. All changes to edit box parameters are activated with
% the Enter key.
%
% L = length of input x
% M = length of input y where M <= L
% a = amplitude of second term of signal x
%
% 2. For the white noise input, a scaled and delayed version
% of the short signal y is added to the long signal x.
% Use the slider bar to adjust the delay d.
%
% x(k) = v(k) + a*y(k-d)
%
% 3. For the User-defined inputs, you must supply the file
% name of a MAT-file that contains vectors x and y and
% the sampling frequency fs.
%
% 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 + -
显示快捷键?