📄 batmask.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -