playing an under-sampled .wav music in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Honglei Chen
2011 年 10 月 19 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!