In case processing .wav file what would the input to DWT fucntion ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Walter Roberson
il 22 Feb 2013
X = wavread('YourFile.wav');
Or possibly
X = wavread('YourFile.wav') ';
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Discrete Multiresolution Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!