In case processing .wav file what would the input to DWT fucntion ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
Walter Roberson
el 22 de Feb. de 2013
X = wavread('YourFile.wav');
Or possibly
X = wavread('YourFile.wav') ';
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!