필터 지우기
필터 지우기

Read the audio file given to you and play it from Matlab. Find the number of samples in the audio file (just the length of the array!) and the sampling rate.

조회 수: 9 (최근 30일)
Read the audio file given to you and play it from Matlab. Find the number of samples in the audio file (just the length of the array!) and the sampling rate.
(a) Downsample the audio by L = 2,5, 10, and play the output from Mat lab.Comment on your observations.
(b) Upsample the audio by M = 2.5, 10. by introducing zero valued samples between each pair of consecutive samples. Play the output and write your observations.
(c) Perform the upsampling by introducing the average of two consecutive samples in between. Do you observe any difference in the output of part (b) and (c)? Note: Write your own functions to perform downsampling and upsampling. Do not use the inbuilt Matlab commands,

답변 (1개)

Chunru
Chunru 2022년 8월 27일
Read the audio file given to you and play it from Matlab.
doc audioread
Find the number of samples in the audio file (just the length of the array!) and the sampling rate.
doc size
(a) Downsample the audio by L = 2,5, 10, and play the output from Mat lab.Comment on your observations.
doc resample
(b) Upsample the audio by M = 2.5, 10. by introducing zero valued samples between each pair of consecutive samples. Play the output and write your observations.
doc resample
(c) Perform the upsampling by introducing the average of two consecutive samples in between. Do you observe any difference in the output of part (b) and (c)? Note: Write your own functions to perform downsampling and upsampling. Do not use the inbuilt Matlab commands,
Try out yourself first.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by