www.pudn.com > asr.rar > comparefeaplot3en.m, change:2004-11-06,size:1223b
figure;
filename1='f:\matlabwork\speech_recognition\fea\norm_mfccLtsi18\original\pure_lxl01_0.fea';
eval(['load ' filename1 ';']);
subplot(2,3,1);
im=mat2gray(pure_lxl01_0);
imshow(im,255);
xlabel('(a) Non-Reverb. (32*18) ');
filename2='f:\matlabwork\speech_recognition\fea\norm_mfccLtsi18\medium_auditorium\pure_lxl01_medium_auditorium_0.fea';
eval(['load ' filename2 ';']);
subplot(2,3,2);
im=mat2gray(pure_lxl01_medium_auditorium_0);
imshow(im,255);
xlabel('(b) Reverb. 1 ги37*18)');
filename6='f:\matlabwork\speech_recognition\fea\norm_mfccLtsi18\warmroom\pure_lxl01_warmroom_0.fea';
eval(['load ' filename6 ';']);
subplot(2,3,3);
im=mat2gray(pure_lxl01_warmroom_0);
imshow(im,255);
xlabel('(c) Reverb. 2 ги39*18)');
filename4='f:\matlabwork\speech_recognition\fea\norm_mfccLtsi18\shower\pure_lxl01_shower_0.fea';
eval(['load ' filename4 ';']);
subplot(2,3,4);
im=mat2gray(pure_lxl01_shower_0);
imshow(im,255);
xlabel('(d) Reverb. 3 ги60*18)');
filename5='f:\matlabwork\speech_recognition\fea\norm_mfccLtsi18\tight_close\pure_lxl01_tight_close_0.fea';
eval(['load ' filename5 ';']);
subplot(2,3,5);
im=mat2gray(pure_lxl01_tight_close_0);
imshow(im,255);
xlabel('(e) Reverb. 4 ги33*18)');