Lecture 1: What we hear when we hear music

Size: px
Start display at page:

Download "Lecture 1: What we hear when we hear music"

Transcription

1 Lecture 1: What we hear when we hear music What is music? What is sound? What makes us find some sounds pleasant (like a guitar chord) and others unpleasant (a chainsaw)? Sound is variation in air pressure. Pressure is a quantitative measurement of how much particles in the air are pressing on each other. The average air pressure at sea level is about kpa, or 29.9 inches of mercury. Some people s ears are sensitive enough to detect relative changes in air pressure as low as %. When you clap your hands or hit a surface, you send a pressure wave---an increase in pressure---that radiates out in all directions. A simplified picture of how the wave travels is that each particle presses more on those around it, and in turn those particles press on those around them. (The particles themselves are not displaced very far; it is the disturbance that travels through the medium. It also bounces off some surfaces, losing a certain percentage of energy depending on the surface.) What makes the difference between noise and musical tones is the regularity of the variation in air pressure---that is, whether or not the variation of pressure repeats at regular intervals. If instead of clapping your hands you sing a note, you set up a repetitive variation in air pressure; often there are hundreds of these repetitions per second. How often the pressure goes up and down---that is, how many alternations of condensation and rarefaction they detect per second---is the frequency of the sound. Frequency is measured in units called Hertz (Hz); for example, 300 Hz means 300 repetitions per second. Most young people can hear sounds down to about 20 Hz and up to about Hz, but the upper end of this range comes down rapidly with age. If you stand in one place and listen to a musical note, your ears and your brain are processing variations in air pressure. If we could attach

2 a tiny pressure meter to your eardrum, we d see the needle on that meter going up and down. What your brain and ears analyze is this pattern of ups and downs over time; we can illustrate that pattern graphing the pressure as a function of time. Even the simplest of musical sounds---one voice singing, or one flute playing----can produce complicated pressure graphs. Here are some recorded for various wind instruments: [VariousSoundWaves.jpg] Notice that, at least over the short period of time illustrated, the variation in pressure is periodic---that is, the graph repeats the same shape at regular intervals. The difference between the shapes that repeat in these pressure graphs make a difference in the timbre or tone quality of the sound, and corresponds to the difference between the sound of a flute and the sound of a saxophone. Loudness How loud a sound seems to us depends on how much energy is being transmitted when the sound wave hits us, but it also depends on how our ears respond to that energy. More precisely, the intensity of a sound when it hits a surface (like your eardrum) is measured by how much energy is flowing per unit area. (So, the intensity Ι would be measured in units like watts per square meter.) But the ear or rather, the nerve endings in the ear doesn t respond linearly to changes in intensity. Suppose one person is singing a note; when another person joins in it seems louder, but when a third or fourth person joins in the increase in loudness isn t as noticeable. In fact, going from 1 person to 10 people singing is about the same increase in loudness as when we go from 10 people singing to 100 people singing. In other words, changes in loudness seem to be governed by how much the intensity is multiplied by, not how much is added. In order to model how our perception of loudness behaves in this way, we use a logarithm to measure loudness:

3 L = 10 log(ι/ι_0), where Ι_0 is the intensity of the softest sound perceptible to ears, a trillionth of a watt per square meter. (By comparison, a 25 watt bulb has intensity about 2 watts per square meter, seen from 1 meters away.) So, L = log(ι) Loudness is measured in decibels (db); when a sound is 10 times more intense, the loudness increases by 10 db. For example, normal conversation is in the range of db, traffic around 70 db, a subway train is around 90 db. Most music ranges between 30 and 100 db, with amplified rock music around up to 110 or 120, the threshold of pain. The intensity of a sound decreases as we move away from the source, and in fact is proportional to 1 over the distance squared. (This is called the inverse square law.) For example, if you move from a point x to a point y twice as far from the source of the sound, then Ι_y / Ι_x = 1/4, and the loudness will also decrease: L_y L_x =( log(ι_x))-( log(ι_y)) = 10 log(ι_y /Ι_x)=-6.02 by about 6 decibels. That s why you ll find me in the back row (if anywhere) at rock concerts. Note that although we have a formula for loudness, loudness is really a matter of perception, and that perception depends not only on intensity but also on frequency. In fact, sounds with the frequencies between about 800 and 8000 Hz will seem louder that sounds of the same intensity at other frequencies (see Figure 1.9, Benson). Here comes the Math(ematica) We ve seen that what distinguishes musical notes from other sounds is regularly repetition of the same variations in pressure. For example, let s look at the simplest of all regularly repeating shapes, the sine wave: (pressure) y = a sin(b t), where t=time.

4 Suppose time is in seconds; then this shape repeats every 2π/b seconds. This is the period of the sound; the frequency is the reciprocal: f=b/(2π). So, a sine wave of frequency f has equation y= sin(2π f t). Example: Type into Mathematica the command Play[ Sin[2π 220 t], {t,0,3} ] This plays, for 3 seconds, a sound whose pressure graph is a sine wave with frequency is 220 cycles per second (i.e., 220 Hertz). Now, everyone sing that note; then, just the men; then, just the women. Notice that we re not all singing the same note! Those with higher voices will be singing a related note, given by Play[ Sin[2π 440 t], {t,0,3} ] whose frequency is 440 Hertz. (This note may be familiar to you; it s the standard frequency for the A about middle C.) The way we think of these two sounds as the same is called octave equivalence. In other words, two notes are octave equivalent if their frequencies differ by a multiple of 2 (or, more generally, an integer power of two). So, an octave is an interval---that is, a ratio between frequencies---that corresponds to doubling or halving the frequency. These changes are called going up an octave, and going down an octave, respectively. For example, the 440 Hertz tone is an octave above the starting tone (220 Hertz), and the tone produced by Play[ Sin[2π 110 t], {t,0,3}] would be one octave below the starting tone, while that produced by Play[ Sin[2π 880 t], {t,0,3}] is two octaves above the starting tone. Sounds produced by sine waves are called `pure tones.

5 There s a certain boring quality to these sounds; we get more interesting sounds when we add together sine waves of different frequencies. First, two pure tones an octave apart: Play[.3 Sin[2π 220 t]+.7 Sin[2π 440 t],{t,0,2}] We can adjust how much of each tone goes into the sound by changing the weight each sine function gets in the sum; this is 70% upper, 30% lower. We can even adjust the weighting as the sound plays: Play[ t Sin[2π 220 t] + (4 - t) Sin[2π 440 t], {t, 0, 4}] But if we bring the frequency of the upper tone down toward the lower tone, we get something ugly. As the frequencies approach each other, we start getting a weird throbbing sound: Play[Sin[2π 220 t] + Sin[2π 226 t], {t, 0, 2}] [plot] These are known as beats ; here s how they arise. The sum of two sine functions can be expressed as a sine times a cosine. This is because of the angle sum formulas sin(a+b) = sin(a) cos(b) + cos (A) sin(b) sin(a-b) = sin(a) cos(b) cos(a) sin(b) which add to give sin(a+b) + sin(a-b) = 2 sin(a) cos(b). In this case, if A+B = 2π 226 t and A-B = 2π 220 t, then A = 2π 223 t and B = 2π 3 t. So, the result is 2 cos(2π 3t) sin(2π 223t), a sine wave of frequency 223 Hertz (halfway between the frequencies of the two waves we added) but whose amplitude is 2 cos(2π 3t), which goes up and down at a frequency of 6 Hz. So, the frequency of the beats is exactly difference between the two frequencies we re combining. Piano tuners take advantage of the phenomenon of `beats when they need to tune two piano strings to the same note; they keep on hitting the key that causes both strings to be struck, and adjusting the tuning pegs until the beating stops. Why sine waves? When you hear a sound, the sound wave sets a bunch of tiny strings in your ear vibrating. The way a string vibrates is

6 similar to the way a spring oscillates up and down. In both cases, the way in which the displacement y from rest position changes in time is modelled by a differential equation d^2y/dt^2 = -(k/m) y (*). Where this comes from: Newton s law F = m a says that the acceleration (which is d^2y/dt^2) is proportion to the force applied to the object. The force experience by the spring is proportional to how far away from rest position it is (Hooke s law). This distance is given by y, but the force acts in the opposite way, so that F = -k y for some positive constant k. So, F = ma translates to -k y = m d^2 y/dt^2. Bringing the constants to one side gives (*). The most general solution to this differential equation is y = a cos( k/m t) + b sin( k/m t) for arbitrary a and b. (You can check this.) So, why don t we talk about cosine waves? This general solution can always be rewritten as just a sine wave shifted by adding a constant to t: a cos( k/m t) + b sin( k/m t) = c sin( k/m t +phi), where c = sqrt(a^2+b^2) and phi=arctan(b/a). Here, c is the amplitude of the sine wave, which corresponds to its maximum intensity. Another reason why we re interested in sine (and cosine) waves is that any more complicated musical tone of frequency f can be expressed as a sum of pure tones of frequencies f, 2f, 3f, and so on, giving a sum a1 cos(2π f t) + b1 sin(2π f t) + a2 cos(2π 2f t) + b2 sin(2π 2f t) + a3 cos(2π 3f t) + b3 sin(2π 3f t) +... (Technically, this sum could have infinitely many terms; it s called a Fourier series.) In other words, real-world sounds made by voices or musical instruments are composed of many sine waves added together, whose frequencies are all multiples of one lowest frequency (called the fundamental). The mixture of these frequencies determines the timbre of the note: the difference between the tone

7 of, say, a clarinet and a trumpet lies in how large or small the coefficients a1,b1,a2,b2,... are. This way of assembling sounds from trig functions is known as Fourier synthesis. The Fourier approach can be justified mathematically (so that the shape of any pressure wave can be approximated as well as you like by a Fourier series) but it s also justifiable on musical grounds. Research into how the ear and the brain operate together to process sounds has shown that the basal membrane inside your inner ear is actually a machine for doing Fourier analysis---that is, calculating what the coefficients a_k are (see Benson, pages 9-11). Essentially, different spots on the membrane vibrate in response to disturbances at different frequencies, and the nerve endings at those spots report the frequency data to your brain. Because we have only finitely many nerve endings, tiny changes in frequency may not be perceptible; the smallest change most of us can perceive is about.3%, and that s for frequencies at the high end of our range of hearing. Frequency versus Pitch As our brains identify the various frequencies involved in a note, we assign a single frequency as the pitch of the note. Usually, this is the lowest frequency of all the sine- and cosine-terms that make up the Fourier series of the note. (This lowest frequency is known as the fundamental of the note, and the multiples of this frequency are the overtones.) However, sometimes our perception of pitch can be affected by amplitude: a low bass note seems lower if it is louder. Your brain can also be tricked by so-called auditory illusions, where it fills in the fundamental note even if it isn t there. For example, which of the following sounds seems like it s got a lower pitch? nu = 40; Play[ Sin[ nu (2 Pi (t +.25))] + Sin[2 nu (2 Pi t)] +.5 Sin[3 nu (2 Pi t)] +.25 Sin[5 nu (2 Pi t)], {t, 0, 4}, PlayRange -> {0, 2}] Play[ Sin[2 nu (2 Pi t)] +.5 Sin[3 nu (2 Pi t)]+.25 Sin[5 nu (2 Pi t)], {t,0,4}, PlayRange -> {0,2}]

8 The second one sounds deeper, but the first one has a lower fundamental... Slightly more about octave equivalence: Octave equivalence is an example of an abstract mathematical concept called an equivalence relation, which we ll study in more detail later. Octave equivalence can be applied to more than just single notes. We can also apply it to melodic lines and to chords (i.e., combinations of 3 or more notes). However, for melodic lines it only makes sense to apply it to the whole phrase, rather than just selective notes. Example: Amazing Grace first phrase, an octave higher, and then with random octave skips inserted. For chords, no-one would argue that moving all the notes of the chord up or down an octave leaves the chord the same. If we selectively move some of the notes in the chord up or down an octave, this is called inverting the chord. (A bad term a mathematician would call it permuting the chord, since it rotates the lowest note up to the top.) This operation doesn t change the set of pitch classes in the chord, but it changes the blend of sounds in the chord, and the harmonic function of the chord is also different. (E.g., the second inversion of a major triad is known as a 6-4 chord, and functions more like a dominant than the tonic.) Assignment Read Benson sections 1.1 through 1.5 and 1.8; Read Harkleroad pages 1 through 10; Homework problems: Benson p.19 #1, 2(hint: work backwards using formula (1.7.2)); p.25 #1, 2(hint: see formula (1.8.8)); and the following: A. What frequency is (i) one octave below 300 Hz? (ii) two octaves above 500 Hz? B. If you move three times as far away from a sound source, by how many decibels does its loudness decrease?

The Physics Of Sound. Why do we hear what we hear? (Turn on your speakers)

The Physics Of Sound. Why do we hear what we hear? (Turn on your speakers) The Physics Of Sound Why do we hear what we hear? (Turn on your speakers) Sound is made when something vibrates. The vibration disturbs the air around it. This makes changes in air pressure. These changes

More information

Math and Music: The Science of Sound

Math and Music: The Science of Sound Math and Music: The Science of Sound Gareth E. Roberts Department of Mathematics and Computer Science College of the Holy Cross Worcester, MA Topics in Mathematics: Math and Music MATH 110 Spring 2018

More information

Musical Sound: A Mathematical Approach to Timbre

Musical Sound: A Mathematical Approach to Timbre Sacred Heart University DigitalCommons@SHU Writing Across the Curriculum Writing Across the Curriculum (WAC) Fall 2016 Musical Sound: A Mathematical Approach to Timbre Timothy Weiss (Class of 2016) Sacred

More information

Lecture 7: Music

Lecture 7: Music Matthew Schwartz Lecture 7: Music Why do notes sound good? In the previous lecture, we saw that if you pluck a string, it will excite various frequencies. The amplitude of each frequency which is excited

More information

Simple Harmonic Motion: What is a Sound Spectrum?

Simple Harmonic Motion: What is a Sound Spectrum? Simple Harmonic Motion: What is a Sound Spectrum? A sound spectrum displays the different frequencies present in a sound. Most sounds are made up of a complicated mixture of vibrations. (There is an introduction

More information

I. LISTENING. For most people, sound is background only. To the sound designer/producer, sound is everything.!tc 243 2

I. LISTENING. For most people, sound is background only. To the sound designer/producer, sound is everything.!tc 243 2 To use sound properly, and fully realize its power, we need to do the following: (1) listen (2) understand basics of sound and hearing (3) understand sound's fundamental effects on human communication

More information

BBN ANG 141 Foundations of phonology Phonetics 3: Acoustic phonetics 1

BBN ANG 141 Foundations of phonology Phonetics 3: Acoustic phonetics 1 BBN ANG 141 Foundations of phonology Phonetics 3: Acoustic phonetics 1 Zoltán Kiss Dept. of English Linguistics, ELTE z. kiss (elte/delg) intro phono 3/acoustics 1 / 49 Introduction z. kiss (elte/delg)

More information

Note on Posted Slides. Noise and Music. Noise and Music. Pitch. PHY205H1S Physics of Everyday Life Class 15: Musical Sounds

Note on Posted Slides. Noise and Music. Noise and Music. Pitch. PHY205H1S Physics of Everyday Life Class 15: Musical Sounds Note on Posted Slides These are the slides that I intended to show in class on Tue. Mar. 11, 2014. They contain important ideas and questions from your reading. Due to time constraints, I was probably

More information

The unbelievable musical magic of the number 12

The unbelievable musical magic of the number 12 The unbelievable musical magic of the number 12 This is an extraordinary tale. It s worth some good exploratory time. The students will encounter many things they already half know, and they will be enchanted

More information

Creative Computing II

Creative Computing II Creative Computing II Christophe Rhodes c.rhodes@gold.ac.uk Autumn 2010, Wednesdays: 10:00 12:00: RHB307 & 14:00 16:00: WB316 Winter 2011, TBC The Ear The Ear Outer Ear Outer Ear: pinna: flap of skin;

More information

Musical Acoustics Lecture 15 Pitch & Frequency (Psycho-Acoustics)

Musical Acoustics Lecture 15 Pitch & Frequency (Psycho-Acoustics) 1 Musical Acoustics Lecture 15 Pitch & Frequency (Psycho-Acoustics) Pitch Pitch is a subjective characteristic of sound Some listeners even assign pitch differently depending upon whether the sound was

More information

Beethoven s Fifth Sine -phony: the science of harmony and discord

Beethoven s Fifth Sine -phony: the science of harmony and discord Contemporary Physics, Vol. 48, No. 5, September October 2007, 291 295 Beethoven s Fifth Sine -phony: the science of harmony and discord TOM MELIA* Exeter College, Oxford OX1 3DP, UK (Received 23 October

More information

PHYSICS OF MUSIC. 1.) Charles Taylor, Exploring Music (Music Library ML3805 T )

PHYSICS OF MUSIC. 1.) Charles Taylor, Exploring Music (Music Library ML3805 T ) REFERENCES: 1.) Charles Taylor, Exploring Music (Music Library ML3805 T225 1992) 2.) Juan Roederer, Physics and Psychophysics of Music (Music Library ML3805 R74 1995) 3.) Physics of Sound, writeup in this

More information

PSYCHOACOUSTICS & THE GRAMMAR OF AUDIO (By Steve Donofrio NATF)

PSYCHOACOUSTICS & THE GRAMMAR OF AUDIO (By Steve Donofrio NATF) PSYCHOACOUSTICS & THE GRAMMAR OF AUDIO (By Steve Donofrio NATF) "The reason I got into playing and producing music was its power to travel great distances and have an emotional impact on people" Quincey

More information

CTP 431 Music and Audio Computing. Basic Acoustics. Graduate School of Culture Technology (GSCT) Juhan Nam

CTP 431 Music and Audio Computing. Basic Acoustics. Graduate School of Culture Technology (GSCT) Juhan Nam CTP 431 Music and Audio Computing Basic Acoustics Graduate School of Culture Technology (GSCT) Juhan Nam 1 Outlines What is sound? Generation Propagation Reception Sound properties Loudness Pitch Timbre

More information

The Mathematics of Music and the Statistical Implications of Exposure to Music on High. Achieving Teens. Kelsey Mongeau

The Mathematics of Music and the Statistical Implications of Exposure to Music on High. Achieving Teens. Kelsey Mongeau The Mathematics of Music 1 The Mathematics of Music and the Statistical Implications of Exposure to Music on High Achieving Teens Kelsey Mongeau Practical Applications of Advanced Mathematics Amy Goodrum

More information

LESSON 1 PITCH NOTATION AND INTERVALS

LESSON 1 PITCH NOTATION AND INTERVALS FUNDAMENTALS I 1 Fundamentals I UNIT-I LESSON 1 PITCH NOTATION AND INTERVALS Sounds that we perceive as being musical have four basic elements; pitch, loudness, timbre, and duration. Pitch is the relative

More information

UNIT 1: QUALITIES OF SOUND. DURATION (RHYTHM)

UNIT 1: QUALITIES OF SOUND. DURATION (RHYTHM) UNIT 1: QUALITIES OF SOUND. DURATION (RHYTHM) 1. SOUND, NOISE AND SILENCE Essentially, music is sound. SOUND is produced when an object vibrates and it is what can be perceived by a living organism through

More information

Sound energy and waves

Sound energy and waves ACOUSTICS: The Study of Sound Sound energy and waves What is transmitted by the motion of the air molecules is energy, in a form described as sound energy. The transmission of sound takes the form of a

More information

FPFV-285/585 PRODUCTION SOUND Fall 2018 CRITICAL LISTENING Assignment

FPFV-285/585 PRODUCTION SOUND Fall 2018 CRITICAL LISTENING Assignment FPFV-285/585 PRODUCTION SOUND Fall 2018 CRITICAL LISTENING Assignment PREPARATION Track 1) Headphone check -- Left, Right, Left, Right. Track 2) A music excerpt for setting comfortable listening level.

More information

Lecture 5: Tuning Systems

Lecture 5: Tuning Systems Lecture 5: Tuning Systems In Lecture 3, we learned about perfect intervals like the octave (frequency times 2), perfect fifth (times 3/2), perfect fourth (times 4/3) and perfect third (times 4/5). When

More information

DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring Week 6 Class Notes

DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring Week 6 Class Notes DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring 2009 Week 6 Class Notes Pitch Perception Introduction Pitch may be described as that attribute of auditory sensation in terms

More information

Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016

Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016 Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016 The two most fundamental dimensions of music are rhythm (time) and pitch. In fact, every staff of written music is essentially an X-Y coordinate

More information

ENGR 3030: Sound Demonstration Project. December 8, 2006 Western Michigan University. Steven Eick, Paul Fiero, and Andrew Sigler

ENGR 3030: Sound Demonstration Project. December 8, 2006 Western Michigan University. Steven Eick, Paul Fiero, and Andrew Sigler ENGR 00: Sound Demonstration Project December 8, 2006 Western Michigan University Steven Eick, Paul Fiero, and Andrew Sigler Introduction The goal of our project was to demonstrate the effects of sound

More information

Musical Signal Processing with LabVIEW Introduction to Audio and Musical Signals. By: Ed Doering

Musical Signal Processing with LabVIEW Introduction to Audio and Musical Signals. By: Ed Doering Musical Signal Processing with LabVIEW Introduction to Audio and Musical Signals By: Ed Doering Musical Signal Processing with LabVIEW Introduction to Audio and Musical Signals By: Ed Doering Online:

More information

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder Study Guide Solutions to Selected Exercises Foundations of Music and Musicianship with CD-ROM 2nd Edition by David Damschroder Solutions to Selected Exercises 1 CHAPTER 1 P1-4 Do exercises a-c. Remember

More information

We realize that this is really small, if we consider that the atmospheric pressure 2 is

We realize that this is really small, if we consider that the atmospheric pressure 2 is PART 2 Sound Pressure Sound Pressure Levels (SPLs) Sound consists of pressure waves. Thus, a way to quantify sound is to state the amount of pressure 1 it exertsrelatively to a pressure level of reference.

More information

3b- Practical acoustics for woodwinds: sound research and pitch measurements

3b- Practical acoustics for woodwinds: sound research and pitch measurements FoMRHI Comm. 2041 Jan Bouterse Making woodwind instruments 3b- Practical acoustics for woodwinds: sound research and pitch measurements Pure tones, fundamentals, overtones and harmonics A so-called pure

More information

UNIVERSITY OF DUBLIN TRINITY COLLEGE

UNIVERSITY OF DUBLIN TRINITY COLLEGE UNIVERSITY OF DUBLIN TRINITY COLLEGE FACULTY OF ENGINEERING & SYSTEMS SCIENCES School of Engineering and SCHOOL OF MUSIC Postgraduate Diploma in Music and Media Technologies Hilary Term 31 st January 2005

More information

Laboratory Assignment 3. Digital Music Synthesis: Beethoven s Fifth Symphony Using MATLAB

Laboratory Assignment 3. Digital Music Synthesis: Beethoven s Fifth Symphony Using MATLAB Laboratory Assignment 3 Digital Music Synthesis: Beethoven s Fifth Symphony Using MATLAB PURPOSE In this laboratory assignment, you will use MATLAB to synthesize the audio tones that make up a well-known

More information

Lecture 5: Frequency Musicians describe sustained, musical tones in terms of three quantities:

Lecture 5: Frequency Musicians describe sustained, musical tones in terms of three quantities: Lecture 5: Frequency Musicians describe sustained, musical tones in terms of three quantities: Pitch Loudness Timbre These correspond to our perception of sound. I will assume you have an intuitive understanding

More information

Music Theory: A Very Brief Introduction

Music Theory: A Very Brief Introduction Music Theory: A Very Brief Introduction I. Pitch --------------------------------------------------------------------------------------- A. Equal Temperament For the last few centuries, western composers

More information

8/16/16. Clear Targets: Sound. Chapter 1: Elements. Sound: Pitch, Dynamics, and Tone Color

8/16/16. Clear Targets: Sound. Chapter 1: Elements. Sound: Pitch, Dynamics, and Tone Color : Chapter 1: Elements Pitch, Dynamics, and Tone Color bombards our ears everyday. In what ways does sound bombard your ears? Make a short list in your notes By listening to the speech, cries, and laughter

More information

CTP431- Music and Audio Computing Musical Acoustics. Graduate School of Culture Technology KAIST Juhan Nam

CTP431- Music and Audio Computing Musical Acoustics. Graduate School of Culture Technology KAIST Juhan Nam CTP431- Music and Audio Computing Musical Acoustics Graduate School of Culture Technology KAIST Juhan Nam 1 Outlines What is sound? Physical view Psychoacoustic view Sound generation Wave equation Wave

More information

PHY 103: Scales and Musical Temperament. Segev BenZvi Department of Physics and Astronomy University of Rochester

PHY 103: Scales and Musical Temperament. Segev BenZvi Department of Physics and Astronomy University of Rochester PHY 103: Scales and Musical Temperament Segev BenZvi Department of Physics and Astronomy University of Rochester Musical Structure We ve talked a lot about the physics of producing sounds in instruments

More information

Welcome to Vibrationdata

Welcome to Vibrationdata Welcome to Vibrationdata coustics Shock Vibration Signal Processing November 2006 Newsletter Happy Thanksgiving! Feature rticles Music brings joy into our lives. Soon after creating the Earth and man,

More information

AN INTRODUCTION TO MUSIC THEORY Revision A. By Tom Irvine July 4, 2002

AN INTRODUCTION TO MUSIC THEORY Revision A. By Tom Irvine   July 4, 2002 AN INTRODUCTION TO MUSIC THEORY Revision A By Tom Irvine Email: tomirvine@aol.com July 4, 2002 Historical Background Pythagoras of Samos was a Greek philosopher and mathematician, who lived from approximately

More information

Music Representations

Music Representations Lecture Music Processing Music Representations Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Book: Fundamentals of Music Processing Meinard Müller Fundamentals

More information

Physics. Approximate Timeline. Students are expected to keep up with class work when absent.

Physics. Approximate Timeline. Students are expected to keep up with class work when absent. Physics Approximate Timeline Students are expected to keep up with class work when absent. CHAPTER 15 SOUND Day Plans for the day Assignments for the day 1 15.1 Properties & Detection of Sound Assignment

More information

2018 Fall CTP431: Music and Audio Computing Fundamentals of Musical Acoustics

2018 Fall CTP431: Music and Audio Computing Fundamentals of Musical Acoustics 2018 Fall CTP431: Music and Audio Computing Fundamentals of Musical Acoustics Graduate School of Culture Technology, KAIST Juhan Nam Outlines Introduction to musical tones Musical tone generation - String

More information

Different aspects of MAthematics

Different aspects of MAthematics Different aspects of MAthematics Tushar Bhardwaj, Nitesh Rawat Department of Electronics and Computer Science Engineering Dronacharya College of Engineering, Khentawas, Farrukh Nagar, Gurgaon, Haryana

More information

Experiment 9A: Magnetism/The Oscilloscope

Experiment 9A: Magnetism/The Oscilloscope Experiment 9A: Magnetism/The Oscilloscope (This lab s "write up" is integrated into the answer sheet. You don't need to attach a separate one.) Part I: Magnetism and Coils A. Obtain a neodymium magnet

More information

Pitch Perception. Roger Shepard

Pitch Perception. Roger Shepard Pitch Perception Roger Shepard Pitch Perception Ecological signals are complex not simple sine tones and not always periodic. Just noticeable difference (Fechner) JND, is the minimal physical change detectable

More information

UNIT 1: THE ART OF SOUND

UNIT 1: THE ART OF SOUND UNIT 1: THE ART OF SOUND 1.1 SOUND Sound is produced when an object vibrates and that movement travels through sound waves until it reaches our ears. Sound propagates at high speeds. The waves travel through

More information

Audio Editing. Developed by. Allama Iqbal Open University, Islamabad, Pakistan. In association with

Audio Editing. Developed by. Allama Iqbal Open University, Islamabad, Pakistan. In association with Audio Editing Developed by Allama Iqbal Open University, Islamabad, Pakistan In association with Commonwealth Educational Media Centre for Asia (CEMCA), New Delhi 2016 These curricula are made available

More information

Spectral Sounds Summary

Spectral Sounds Summary Marco Nicoli colini coli Emmanuel Emma manuel Thibault ma bault ult Spectral Sounds 27 1 Summary Y they listen to music on dozens of devices, but also because a number of them play musical instruments

More information

5.7 Gabor transforms and spectrograms

5.7 Gabor transforms and spectrograms 156 5. Frequency analysis and dp P(1/2) = 0, (1/2) = 0. (5.70) dθ The equations in (5.69) correspond to Equations (3.33a) through (3.33c), while the equations in (5.70) correspond to Equations (3.32a)

More information

Music Representations

Music Representations Advanced Course Computer Science Music Processing Summer Term 00 Music Representations Meinard Müller Saarland University and MPI Informatik meinard@mpi-inf.mpg.de Music Representations Music Representations

More information

Uses of Fractions. Fractions

Uses of Fractions. Fractions Uses of The numbers,,,, and are all fractions. A fraction is written with two whole numbers that are separated by a fraction bar. The top number is called the numerator. The bottom number is called the

More information

Sound ASSIGNMENT. (i) Only... bodies produce sound. EDULABZ. (ii) Sound needs a... medium for its propagation.

Sound ASSIGNMENT. (i) Only... bodies produce sound. EDULABZ. (ii) Sound needs a... medium for its propagation. Sound ASSIGNMENT 1. Fill in the blank spaces, by choosing the correct words from the list given below : List : loudness, vibrating, music, material, decibel, zero, twenty hertz, reflect, absorb, increases,

More information

Experiment P32: Sound Waves (Sound Sensor)

Experiment P32: Sound Waves (Sound Sensor) PASCO scientific Vol. 2 Physics Lab Manual P32-1 Experiment P32: (Sound Sensor) Concept Time SW Interface Macintosh file Windows file waves 45 m 700 P32 P32_SOUN.SWS EQUIPMENT NEEDED Interface musical

More information

Visit for notes and important question. Visit for notes and important question

Visit   for notes and important question. Visit   for notes and important question Characteristics of Sound Sound is a form of energy. Sound is produced by the vibration of the body. Sound requires a material medium for its propagation and can be transmitted through solids, liquids and

More information

Math and Music Developed by Megan Martinez and Alex Barnett in conjunction with Ilene Kanoff

Math and Music Developed by Megan Martinez and Alex Barnett in conjunction with Ilene Kanoff Math and Music Developed by Megan Martinez and Alex Barnett in conjunction with Ilene Kanoff For questions or comments, feel free to contact Megan Martinez at megan.ann.martinez [at] gmail.com Overview

More information

Elements of Music. How can we tell music from other sounds?

Elements of Music. How can we tell music from other sounds? Elements of Music How can we tell music from other sounds? Sound begins with the vibration of an object. The vibrations are transmitted to our ears by a medium usually air. As a result of the vibrations,

More information

Augmentation Matrix: A Music System Derived from the Proportions of the Harmonic Series

Augmentation Matrix: A Music System Derived from the Proportions of the Harmonic Series -1- Augmentation Matrix: A Music System Derived from the Proportions of the Harmonic Series JERICA OBLAK, Ph. D. Composer/Music Theorist 1382 1 st Ave. New York, NY 10021 USA Abstract: - The proportional

More information

2) Is it a Sharp or a Flat key? a. Flat key Go one Flat Further (use Blanket Explodes) b. Sharp key Go Down a Semitone (use Father Christmas)

2) Is it a Sharp or a Flat key? a. Flat key Go one Flat Further (use Blanket Explodes) b. Sharp key Go Down a Semitone (use Father Christmas) SCALES Key Signatures 1) Is it Major or Minor? a. Minor find the relative major 2) Is it a Sharp or a Flat key? a. Flat key Go one Flat Further (use Blanket Explodes) b. Sharp key Go Down a Semitone (use

More information

The Pythagorean Scale and Just Intonation

The Pythagorean Scale and Just Intonation The Pythagorean Scale and Just Intonation Gareth E. Roberts Department of Mathematics and Computer Science College of the Holy Cross Worcester, MA Topics in Mathematics: Math and Music MATH 110 Spring

More information

Music 170: Wind Instruments

Music 170: Wind Instruments Music 170: Wind Instruments Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) December 4, 27 1 Review Question Question: A 440-Hz sinusoid is traveling in the

More information

Mathematics in Contemporary Society - Chapter 11 (Spring 2018)

Mathematics in Contemporary Society - Chapter 11 (Spring 2018) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Spring 2018 Mathematics in Contemporary Society - Chapter 11 (Spring 2018) Patrick J. Wallach

More information

WIND INSTRUMENTS. Math Concepts. Key Terms. Objectives. Math in the Middle... of Music. Video Fieldtrips

WIND INSTRUMENTS. Math Concepts. Key Terms. Objectives. Math in the Middle... of Music. Video Fieldtrips Math in the Middle... of Music WIND INSTRUMENTS Key Terms aerophones scales octaves resin vibration waver fipple standing wave wavelength Math Concepts Integers Fractions Decimals Computation/Estimation

More information

Author Index. Absolu, Brandt 165. Montecchio, Nicola 187 Mukherjee, Bhaswati 285 Müllensiefen, Daniel 365. Bay, Mert 93

Author Index. Absolu, Brandt 165. Montecchio, Nicola 187 Mukherjee, Bhaswati 285 Müllensiefen, Daniel 365. Bay, Mert 93 Author Index Absolu, Brandt 165 Bay, Mert 93 Datta, Ashoke Kumar 285 Dey, Nityananda 285 Doraisamy, Shyamala 391 Downie, J. Stephen 93 Ehmann, Andreas F. 93 Esposito, Roberto 143 Gerhard, David 119 Golzari,

More information

1aAA14. The audibility of direct sound as a key to measuring the clarity of speech and music

1aAA14. The audibility of direct sound as a key to measuring the clarity of speech and music 1aAA14. The audibility of direct sound as a key to measuring the clarity of speech and music Session: Monday Morning, Oct 31 Time: 11:30 Author: David H. Griesinger Location: David Griesinger Acoustics,

More information

HST 725 Music Perception & Cognition Assignment #1 =================================================================

HST 725 Music Perception & Cognition Assignment #1 ================================================================= HST.725 Music Perception and Cognition, Spring 2009 Harvard-MIT Division of Health Sciences and Technology Course Director: Dr. Peter Cariani HST 725 Music Perception & Cognition Assignment #1 =================================================================

More information

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Musical Acoustics, C. Bertulani 1 Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Notes and Tones Musical instruments cover useful range of 27 to 4200 Hz. 2 Ear: pitch discrimination

More information

Mathematics and Music

Mathematics and Music Mathematics and Music What? Archytas, Pythagoras Other Pythagorean Philosophers/Educators: The Quadrivium Mathematics ( study o the unchangeable ) Number Magnitude Arithmetic numbers at rest Music numbers

More information

Organ Tuner - ver 2.1

Organ Tuner - ver 2.1 Organ Tuner - ver 2.1 1. What is Organ Tuner? 1 - basics, definitions and overview. 2. Normal Tuning Procedure 7 - how to tune and build organs with Organ Tuner. 3. All About Offsets 10 - three different

More information

Is Your Piano Out of Tune?

Is Your Piano Out of Tune? Is Your Piano Out of Tune? (A Crash Course in Knowing When to Call in the Tuner) Holy smokes!! Am I that bad, or is it just this piano!!?? Information provided courtesy of: Ed Tomlinson - California Keyboards

More information

Implementation of a Ten-Tone Equal Temperament System

Implementation of a Ten-Tone Equal Temperament System Proceedings of the National Conference On Undergraduate Research (NCUR) 2014 University of Kentucky, Lexington, KY April 3-5, 2014 Implementation of a Ten-Tone Equal Temperament System Andrew Gula Music

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Monophonic pitch extraction George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 32 Table of Contents I 1 Motivation and Terminology 2 Psychacoustics 3 F0

More information

Mathematics of Music

Mathematics of Music Mathematics of Music Akash Kumar (16193) ; Akshay Dutt (16195) & Gautam Saini (16211) Department of ECE Dronacharya College of Engineering Khentawas, Farrukh Nagar 123506 Gurgaon, Haryana Email : aks.ec96@gmail.com

More information

The Composer s Materials

The Composer s Materials The Composer s Materials Module 1 of Music: Under the Hood John Hooker Carnegie Mellon University Osher Course July 2017 1 Outline Basic elements of music Musical notation Harmonic partials Intervals and

More information

Chapter 6: Modifying Sounds Using Loops

Chapter 6: Modifying Sounds Using Loops Chapter 6: Modifying Sounds Using Loops How sound works: Acoustics, the physics of sound Sounds are waves of air pressure Sound comes in cycles The frequency of a wave is the number of cycles per second

More information

9.35 Sensation And Perception Spring 2009

9.35 Sensation And Perception Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 9.35 Sensation And Perception Spring 29 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Hearing Kimo Johnson April

More information

AskDrCallahan Calculus 1 Teacher s Guide

AskDrCallahan Calculus 1 Teacher s Guide AskDrCallahan Calculus 1 Teacher s Guide 3rd Edition rev 080108 Dale Callahan, Ph.D., P.E. Lea Callahan, MSEE, P.E. Copyright 2008, AskDrCallahan, LLC v3-r080108 www.askdrcallahan.com 2 Welcome to AskDrCallahan

More information

arxiv: v1 [physics.class-ph] 22 Mar 2012

arxiv: v1 [physics.class-ph] 22 Mar 2012 Entropy-based Tuning of Musical Instruments arxiv:1203.5101v1 [physics.class-ph] 22 Mar 2012 1. Introduction Haye Hinrichsen Universität Würzburg Fakultät für Physik und Astronomie D-97074 Würzburg, Germany

More information

Dither Explained. An explanation and proof of the benefit of dither. for the audio engineer. By Nika Aldrich. April 25, 2002

Dither Explained. An explanation and proof of the benefit of dither. for the audio engineer. By Nika Aldrich. April 25, 2002 Dither Explained An explanation and proof of the benefit of dither for the audio engineer By Nika Aldrich April 25, 2002 Several people have asked me to explain this, and I have to admit it was one of

More information

Music for the Hearing Care Professional Published on Sunday, 14 March :24

Music for the Hearing Care Professional Published on Sunday, 14 March :24 Music for the Hearing Care Professional Published on Sunday, 14 March 2010 09:24 Relating musical principles to audiological principles You say 440 Hz and musicians say an A note ; you say 105 dbspl and

More information

Sounds of Music. Definitions 1 Hz = 1 hertz = 1 cycle/second wave speed c (or v) = f f = (k/m) 1/2 / 2

Sounds of Music. Definitions 1 Hz = 1 hertz = 1 cycle/second wave speed c (or v) = f f = (k/m) 1/2 / 2 Sounds of Music Definitions 1 Hz = 1 hertz = 1 cycle/second wave speed c (or v) = f f = (k/m) 1/2 / 2 A calculator is not permitted and is not required. Any numerical answers may require multiplying or

More information

Topic 10. Multi-pitch Analysis

Topic 10. Multi-pitch Analysis Topic 10 Multi-pitch Analysis What is pitch? Common elements of music are pitch, rhythm, dynamics, and the sonic qualities of timbre and texture. An auditory perceptual attribute in terms of which sounds

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

Machine Learning Term Project Write-up Creating Models of Performers of Chopin Mazurkas

Machine Learning Term Project Write-up Creating Models of Performers of Chopin Mazurkas Machine Learning Term Project Write-up Creating Models of Performers of Chopin Mazurkas Marcello Herreshoff In collaboration with Craig Sapp (craig@ccrma.stanford.edu) 1 Motivation We want to generative

More information

Create It Lab Dave Harmon

Create It Lab Dave Harmon MI-002 v1.0 Title: Pan Pipes Target Grade Level: 5-12 Categories Physics / Waves / Sound / Music / Instruments Pira 3D Standards US: NSTA Science Content Std B, 5-8: p. 155, 9-12: p. 180 VT: S5-6:29 Regional:

More information

EE 261 The Fourier Transform and its Applications Fall 2007 Problem Set Two Due Wednesday, October 10

EE 261 The Fourier Transform and its Applications Fall 2007 Problem Set Two Due Wednesday, October 10 EE 6 The Fourier Transform and its Applications Fall 007 Problem Set Two Due Wednesday, October 0. (5 points) A periodic, quadratic function and some surprising applications Let f(t) be a function of period

More information

Signal and Image Analysis. Two examples of the type of problems that arise:

Signal and Image Analysis. Two examples of the type of problems that arise: Signal and Image Analysis Two examples of the type of problems that arise: Signal and Image Analysis Two examples of the type of problems that arise: 1. How to compress huge data files for transmission

More information

The Research of Controlling Loudness in the Timbre Subjective Perception Experiment of Sheng

The Research of Controlling Loudness in the Timbre Subjective Perception Experiment of Sheng The Research of Controlling Loudness in the Timbre Subjective Perception Experiment of Sheng S. Zhu, P. Ji, W. Kuang and J. Yang Institute of Acoustics, CAS, O.21, Bei-Si-huan-Xi Road, 100190 Beijing,

More information

A different way of approaching a challenge

A different way of approaching a challenge A different way of approaching a challenge To fully understand the philosophy applied in designing our products we must go all the way to the basic beginning, the single note. In doing this, much of this

More information

Week. Intervals Major, Minor, Augmented, Diminished 4 Articulation, Dynamics, and Accidentals 14 Triads Major & Minor. 17 Triad Inversions

Week. Intervals Major, Minor, Augmented, Diminished 4 Articulation, Dynamics, and Accidentals 14 Triads Major & Minor. 17 Triad Inversions Week Marking Period 1 Week Marking Period 3 1 Intro.,, Theory 11 Intervals Major & Minor 2 Intro.,, Theory 12 Intervals Major, Minor, & Augmented 3 Music Theory meter, dots, mapping, etc. 13 Intervals

More information

Mathematics, Music and the Arts: Making Finite Math Relevant to the Arts Major Dr. Lisa O. Coulter Department of Mathematics Stetson University

Mathematics, Music and the Arts: Making Finite Math Relevant to the Arts Major Dr. Lisa O. Coulter Department of Mathematics Stetson University Mathematics, Music and the Arts: Making Finite Math Relevant to the Arts Major Dr. Lisa O. Coulter Department of Mathematics Stetson University I have taught mathematics at Stetson University, a small

More information

L. Sound Systems. Record Players

L. Sound Systems. Record Players L. Sound Systems We address three more sound sources in this section. These are the record player, tape deck, and CD player. They represent three levels of improvement in sound reproduction. Faraday's

More information

Music is a form of expression whose medium is sound. Common elements of music are pitch, rhythm, timbre and texture.

Music is a form of expression whose medium is sound. Common elements of music are pitch, rhythm, timbre and texture. What is Music? Philosophers, musicians, social and natural scientists have argued about what constitutes music. The definition has varied through history, and within different cultures. According to Webster's

More information

Multimedia Systems Giorgio Leonardi A.A Lecture 2: A brief history of image and sound recording and storage

Multimedia Systems Giorgio Leonardi A.A Lecture 2: A brief history of image and sound recording and storage Multimedia Systems Giorgio Leonardi A.A.2014-2015 Lecture 2: A brief history of image and sound recording and storage Overview Course page (D.I.R.): https://disit.dir.unipmn.it/course/view.php?id=639 Consulting:

More information

Music 175: Pitch II. Tamara Smyth, Department of Music, University of California, San Diego (UCSD) June 2, 2015

Music 175: Pitch II. Tamara Smyth, Department of Music, University of California, San Diego (UCSD) June 2, 2015 Music 175: Pitch II Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) June 2, 2015 1 Quantifying Pitch Logarithms We have seen several times so far that what

More information

On the strike note of bells

On the strike note of bells Loughborough University Institutional Repository On the strike note of bells This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SWALLOWE and PERRIN,

More information

Math and Music. Cameron Franc

Math and Music. Cameron Franc Overview Sound and music 1 Sound and music 2 3 4 Sound Sound and music Sound travels via waves of increased air pressure Volume (or amplitude) corresponds to the pressure level Frequency is the number

More information

Hugo Technology. An introduction into Rob Watts' technology

Hugo Technology. An introduction into Rob Watts' technology Hugo Technology An introduction into Rob Watts' technology Copyright Rob Watts 2014 About Rob Watts Audio chip designer both analogue and digital Consultant to silicon chip manufacturers Designer of Chord

More information

Harmonic Analysis of the Soprano Clarinet

Harmonic Analysis of the Soprano Clarinet Harmonic Analysis of the Soprano Clarinet A thesis submitted in partial fulfillment of the requirement for the degree of Bachelor of Science in Physics from the College of William and Mary in Virginia,

More information

Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion. A k cos.! k t C k / (1)

Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion. A k cos.! k t C k / (1) DSP First, 2e Signal Processing First Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification:

More information

Title Piano Sound Characteristics: A Stud Affecting Loudness in Digital And A Author(s) Adli, Alexander; Nakao, Zensho Citation 琉球大学工学部紀要 (69): 49-52 Issue Date 08-05 URL http://hdl.handle.net/.500.100/

More information

Pitch Perception and Grouping. HST.723 Neural Coding and Perception of Sound

Pitch Perception and Grouping. HST.723 Neural Coding and Perception of Sound Pitch Perception and Grouping HST.723 Neural Coding and Perception of Sound Pitch Perception. I. Pure Tones The pitch of a pure tone is strongly related to the tone s frequency, although there are small

More information

Measurement of overtone frequencies of a toy piano and perception of its pitch

Measurement of overtone frequencies of a toy piano and perception of its pitch Measurement of overtone frequencies of a toy piano and perception of its pitch PACS: 43.75.Mn ABSTRACT Akira Nishimura Department of Media and Cultural Studies, Tokyo University of Information Sciences,

More information