You are on page 1of 3

5/25/2020 6. Comparing instruments | Lab: Discrete Fourier Transform and Signal Processing | Material del curso 18.

03Fx | edX

Curso  Unit 1: …  Lab: Di…  6. Com…

El acceso de auditoría vence el Jun 24, 2020


Perderás el acceso a este curso, incluido tu progreso, el Jun 24, 2020.
Opta por el certi cado veri cado antes del Jun 7, 2020 para obtener acceso
ilimitado al curso mientras esté disponible en nuestro sitio. Opta ahora

6. Comparing instruments
The three sound les used below are presented here for your listening pleasure.

Voice singing an A Guitar playing an A

0:00 / 0:06 0:00 / 0:03

Download Download

Clarinet playing an A

0:00 / 0:03

Download

Di erent instruments, same note (External resource)

https://courses.edx.org/courses/course-v1:MITx+18.03Fx+2T2020/courseware/unit1/DFTLab/?activate_block_id=block-v1%3AMITx%2B18.03Fx… 1/3
5/25/2020 6. Comparing instruments | Lab: Discrete Fourier Transform and Signal Processing | Material del curso 18.03Fx | edX

Which signal(s) has(have) the Which signal is


Which signal is most similar
greatest number of nonzero missing
to a pure sine sound wave?
harmonics? harmonics?

Clarinet
Clarinet
Clarinet
Guitar
Guitar
Guitar
Voice
Voice
Voice
None of
None of the above
the above

Enviar Ha realizado 0 de 25 intentos

6. Comparing instruments Ocultar Discusión


Tema: Unit 1: Fourier Series / 6. Comparing instruments

Añade una publicación

Mostrar todas las publicaciones por actividad reciente

 Question regarding the de nition of harmonics. 3

 Correct units identi cation 1


The correct unit for frequency is "Hz" not "hz". The SI unit for frequency is the hertz (Hz). <https:/…

 mac users: read if you can't copy/paste the URLs 6


Since copy/paste from the frame doesn't work on Chrome or Safari, I'll leave this here for you: ur…

 Is there a correct answer for the rst column? 3


I tried the one that seemed the most likely for the rst column, and the grader didn't accept it. Af…

Saber Más Sobre Certi cados


Veri cados © Todos los Derechos Reservados

https://courses.edx.org/courses/course-v1:MITx+18.03Fx+2T2020/courseware/unit1/DFTLab/?activate_block_id=block-v1%3AMITx%2B18.03Fx… 3/3
5/25/2020 6. Comparing instruments | Lab: Discrete Fourier Transform and Signal Processing | Material del curso 18.03Fx | edX

Three A's at 220 hz


We provide three audio files each containing a different instrument
playing the same note (an A at 220hz).

Use MATLAB to sample an appropriate range of the audio file and


take the Fourier transform. Compare the frequency spectrum to
answer the following multiple choice questions.

This MATLAB problem is ungraded and is for your exploration


purposes only. If you would instead like to explore using MATLAB
online, you can copy and paste the code below which will allow
you to copy the audio files into your workspace, and begin your
analysis.

url = 'https://courses.edx.org/asset-v1:MITx+18.03Fx+3T2018
websave('1803_musicdata_clarinet1.wav', url);
url = 'https://courses.edx.org/asset-v1:MITx+18.03Fx+3T2018
websave('1803_musicdata_guitar1.wav', url);
url = 'https://courses.edx.org/asset-v1:MITx+18.03Fx+3T2018
b ('1803 i d t i 1 ' l)

Script 

 Save  Reset  MATLAB Documentation (https://www.mathworks.com/help/)

1 [clarinet,FsClarinet] = audioread('1803_musicdata_clari
2 clarinet = clarinet(:,1);
3 [guitar,FsGuitar] = audioread('1803_musicdata_guitar1.w
4 guitar = guitar(:,1);
5 [voice,FsVoice] = audioread('1803_musicdata_voice1.wav'
6 voice = voice(:,1);
7
8 % Takes appropriate samples of the given audio files a

What is di erent in the FFTs?


3 points possible (graded)
Answer the following based on your observations.

The rst column is choose the best possible answer. The other two columns are choose all
that apply.

https://courses.edx.org/courses/course-v1:MITx+18.03Fx+2T2020/courseware/unit1/DFTLab/?activate_block_id=block-v1%3AMITx%2B18.03Fx… 2/3

You might also like