In case processing .wav file what would the input to DWT fucntion ?
1 次查看(过去 30 天)
显示 更早的评论
So here is the formula of DWT as you can see
[cA,cD] = dwt(X,'wname')
cA = approximation coefficients vector
cD = detail coefficients vector
X = vector x
But in case of processing .wav file what would X be?