downsampling a music in matlab
조회 수: 5 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Daniel Shub
2011년 10월 19일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!