downsampling a music in matlab

Hello all,
I have a .wav type music and would like to undersample it at 4kHz to view the aliasing effect. Can somebody help me please?
Thanks in advance.

 채택된 답변

Daniel Shub
Daniel Shub 2011년 10월 19일

0 개 추천

doc downsample
Assuming your music is starting with a sample rate of 44.1 kHz and you are happy with a sampling rate of ~4009.09 Hz (44.1e3/11) then:
y = downsample(x, 11);

추가 답변 (0개)

카테고리

태그

질문:

2011년 10월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by