Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 21:51, 4 September 2008Choi88 (Talk). . (547 bytes) (+150). . (Matlab Code)
  • (cur | prev) 21:48, 4 September 2008Choi88 (Talk). . (397 bytes) (+397). . (New page: == Matlab Code == <pre> %Normal Play y = wavread('jpforward.wav'); wavplay(y,44100); %Reverse Play y2 = y; for I=1:751000 y2(I) = y(size(y,1)-I+1); end %wavplay(y2,44100); wavwrit...)

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva