⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssumpaths.m

📁 非常好的数字处理教程
💻 M
字号:
	% 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -