bat.m

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

M
22
字号
function s=bat()%BAT  Load the 'bat' test signal.%   Usage:  s=bat();%%   BAT() loads the 'bat' signal. It is a 400 samples long recording%   of a bat chirp.%%   The signal can be obtained from%     http://dsp.rice.edu/software/bat.shtml%     http://dsp.rice.edu/software/optkernel.shtml%%   Please acknowledge use of this data in publications as follows:%   ``The author wishes to thank Curtis Condon, Ken White, and Al Feng of%   the Beckman Institute of the University of Illinois for the bat data%   and for permission to use it in this paper.''%%   SEE ALSO:  BATMASKglobal TF_CONF;ps=TF_CONF.pathsep;s=load('-ascii',[TF_CONF.basepath,'signals',ps,'bat.asc']);

⌨️ 快捷键说明

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