step2.m File Reference

Go to the source code of this file.

Functions

function step2 (arg)[x
 
 wavwrite (y, 44100,'instrumental.wav')
 

Variables

function fs
 
function bits = wavread(arg)
 
 x = resample(x,44100,fs)
 
 y = extractInstrumental(x,hamming(2025),4096,'baby.txt')
 

Function Documentation

function step2 ( arg  )
wavwrite ( y  ,
44100  ,
'instrumental.wav'   
)

Variable Documentation

function bits = wavread(arg)

Definition at line 3 of file step2.m.

Definition at line 3 of file step2.m.

x = resample(x,44100,fs)

Definition at line 4 of file step2.m.

y = extractInstrumental(x,hamming(2025),4096,'baby.txt')

Definition at line 5 of file step2.m.