www.gusucode.com > 声音的处理有:LPC,FFT,共振峰,频谱源码程序 > siganlandsystemusingMatlab/SSUM/ssumpaths.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']);