comparison examples/MajorizationMinimization tests/SMALL_AMT_DL_test_KSVD_MM.m @ 224:fd0b5d36f6ad danieleb

Updated the contents of this branch with the contents of the default branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 13:52:28 +0100
parents 9c418bea7f6a
children
comparison
equal deleted inserted replaced
196:82b0d3f982cb 224:fd0b5d36f6ad
252 ylabel('Note Number'); 252 ylabel('Note Number');
253 end 253 end
254 254
255 FS=filesep; 255 FS=filesep;
256 256
257 [pathstr1, name, ext, versn] = fileparts(which('SMALLboxSetup.m')); 257 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));
258 cd([pathstr1,FS,'results']); 258 cd([pathstr1,FS,'results']);
259 259
260 [filename,pathname] = uiputfile({' *.mid;' },'Save KSVD result midi'); 260 [filename,pathname] = uiputfile({' *.mid;' },'Save KSVD result midi');
261 if filename~=0 writemidi(SMALL.solver(1).reconstructed.midi, [pathname,FS,filename]);end 261 if filename~=0 writemidi(SMALL.solver(1).reconstructed.midi, [pathname,FS,filename]);end
262 262