greasy.m

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

M
19
字号
function s=greasy()%GREASY  Load the 'greasy' test signal.%   Usage:  s=greasy();%%   GREASY() loads the 'greasy' signal. It is a recording of a woman%   pronouncing the word "greasy".%%   The signal is 8192 samples long and recorded at 16 khz.%%   The signal was obtained from Wavelab:%     http://www-stat.stanford.edu/~wavelab/%%   REFERENCES:%     S. G. Mallat and Z. Zhang. Matching pursuits with time-frequency%     dictionaries. IEEE Trans. Signal Process., 41(12):3397-3415, 1993.s=load('-ascii','greasy.asc');

⌨️ 快捷键说明

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