playing an under-sampled .wav music in matlab

2 次查看(过去 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.

采纳的回答

Honglei Chen
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 个)

类别

Help CenterFile Exchange 中查找有关 Timing and presenting 2D and 3D stimuli 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by