diff step2.m @ 10:6840f77b83aa

commit
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Sun, 21 Apr 2013 10:55:35 +0200
parents
children 80a9556123da
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/step2.m	Sun Apr 21 10:55:35 2013 +0200
@@ -0,0 +1,5 @@
+function step2(arg)
+
+x = wavread(arg);
+y = extractInstrumental(x,hamming(2025),4096,'baby.txt');
+wavwrite(y,44100,'instrumental.wav');