playing an under-sampled .wav music in matlab
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello all,
I've undersampled a .wav music and would like to play it in Matlab to hear the effect of aliasing. Can you please guide me?
Thank you.
0 commentaires
Réponse acceptée
Honglei Chen
le 19 Oct 2011
You can use wavread to read in your wave file and then use audioplayer to play it. Or if you have the downsampled music already in a variable, you can directly pass it to audioplayer. See the following documentation and there is an example
alternatively, you can launch the doc from MATLAB
doc audioplayer
doc wavread
HTH
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!