step3_heavy.m
Go to the documentation of this file.
1 function step3_heavy(arg)
2 
3 x=wavread(arg);
4 [y,yh,ys] = hpsmodel(x,44100,hamming(2025),4096,-100,200,0,400,5,.2,4)
5 wavwrite(ys,44100,'ysbaby_voice_heavy.wav');
output sine component ys
Discrete Time axis x
wavwrite(y, Fs3,'__RealRhodesSounds_D4.wav')
const char * arg
initialize buffer for FFT yh
function y
Definition: D.m:1
function step3_heavy(arg) x