Mercurial > hg > pmhd
view step3_heavy.m @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 80a9556123da |
children |
line wrap: on
line source
function step3_heavy(arg) x=wavread(arg); [y,yh,ys] = hpsmodel(x,44100,hamming(2025),4096,-100,200,0,400,5,.2,4) wavwrite(ys,44100,'ysbaby_voice_heavy.wav');