ssumpaths.m
来自「非常好的数字处理教程」· M 代码 · 共 47 行
M
47 行
% Find path to root of SSUM distribution ssumlocation = ssumroot; % Set paths first path(path,ssumlocation); addpath([ssumlocation 'birds']); addpath([ssumlocation 'complex']); addpath([ssumlocation 'stocho']); addpath([ssumlocation 'wavexpo']); addpath([ssumlocation 'convolution']); addpath([ssumlocation 'xsynthesis']); addpath([ssumlocation 'data/sounds']); addpath([ssumlocation 'data/images']); addpath([ssumlocation 'fdeqexpo']); addpath([ssumlocation 'fseries']); addpath([ssumlocation 'filters/fir']); addpath([ssumlocation 'filters/iir']); addpath([ssumlocation 'formant']); addpath([ssumlocation 'lpc']); addpath([ssumlocation 'pzexpo']); addpath([ssumlocation 'filters/pzfilter']); addpath([ssumlocation 'filters/image']); addpath([ssumlocation 'fm_synthesis']); addpath([ssumlocation 'library']); addpath([ssumlocation 'modulation']); addpath([ssumlocation 'sine']); addpath([ssumlocation 'spectrum/spectrum']); addpath([ssumlocation 'spectrum/sonogram']); addpath([ssumlocation 'spectrum/fourier']); addpath([ssumlocation 'spectrum/image']); addpath([ssumlocation 'analsynth/image']); addpath([ssumlocation 'analsynth/sound']); addpath([ssumlocation 'sws']); addpath([ssumlocation 'feature']); addpath([ssumlocation 'sample']); addpath([ssumlocation 'aliasing/sound']); addpath([ssumlocation 'aliasing/image']); addpath([ssumlocation 'matconcat']); addpath([ssumlocation 'models']); addpath([ssumlocation 'denoise']); addpath([ssumlocation 'reverb']); addpath([ssumlocation 'physmodel/string']); addpath([ssumlocation 'physmodel/ksstring']); addpath([ssumlocation 'speech/endpoint']); addpath([ssumlocation 'speech/dtw']); addpath([ssumlocation 'speech/vq']); addpath([ssumlocation 'quantization/quantexpo']); addpath([ssumlocation 'quantization/compandexpo']);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?