In case processing .wav file what would the input to DWT fucntion ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Walter Roberson
le 22 Fév 2013
X = wavread('YourFile.wav');
Or possibly
X = wavread('YourFile.wav') ';
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Discrete Multiresolution Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!