batmask.m

来自「linear time-frequency toolbox」· M 代码 · 共 18 行

M
18
字号
function c=batmask()%BATMASK  Load a Gabor multiplier symbol for the 'bat' test signal.%   Usage:  c=batmask();%%   BATMASK() loads a Gabor multiplier with a 0/1 symbol that mask out%   the main contents of the 'bat' signal. The symbol fits a Gabor%   multiplier with lattice given by a=10 and M=40.%%   The mask was created manually using a image processing program. The%   mask is symmetric, such that the result will be real valued if the%   multiplier is applied to a real valued signal using a real valued%   window.%%   SEE ALSO:  BATglobal TF_BASEPATH;c=load('-ascii',[TF_BASEPATH,'/signals/batmask.asc']);

⌨️ 快捷键说明

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