Simple FM Instruments John Chowning's FM Designs as shown in Dodge, Computer MusicJohn Chowning's FM Designs as shown in Dodge, Computer Music brass-like.

Slides:



Advertisements
Similar presentations
Sound Synthesis Part II: Oscillators, Additive Synthesis & Modulation.
Advertisements

Sound Synthesis Part III: Distortion-based synthesis (FM & Waveshaping)
Sound Synthesis Part IV: Subtractive & Granular synthesis, Physical modelling.
The Csound Score a group of function tables and list of note statementsa group of function tables and list of note statements combining score with orchestra.
IntroductionIntroduction Most musical sounds are periodic, and are composed of a collection of harmonic sine waves.Most musical sounds are periodic, and.
MUSIC NOTES Noise Versus Music  What is the difference between noise and music?  Answer: The appearance of the waveform.  What is the difference between.
Frequency Modulation related to musical vibratorelated to musical vibrato Vibrato - Periodic variation of frequencyVibrato - Periodic variation of frequency.
Wavelength The distance between one point on a wave and another point exactly like it.
Comb Filters Good model for exponentially decaying echoesGood model for exponentially decaying echoes impulse input: output: (scaling factor =.9)
Physics 1251 The Science and Technology of Musical Sound Unit 1 Session 8 Harmonic Series Unit 1 Session 8 Harmonic Series.
Harmonic Series and Spectrograms 220 Hz (A3) Why do they sound different? Instrument 1 Instrument 2Sine Wave.
Chapter 7 Principles of Analog Synthesis and Voltage Control Contents Understanding Musical Sound Electronic Sound Generation Voltage Control Fundamentals.
Additive Synthesis Any periodic waveform can be expressed as the sum of one or more sine wavesAny periodic waveform can be expressed as the sum of one.
“Normal” Single-Modulator FM Frequency ModulationFrequency Modulation Modulation in frequency. x(t) = w(t)sin[2  (f c + If m sin(2  f m t))t]
Hearing & Deafness (5) Timbre, Music & Speech Vocal Tract.
Spectra of FM FM spectra contains the carrier frequency plus sideband components whose amplitudes depend on the Bessel functions (of the first kind).FM.
Hearing & Deafness (5) Timbre, Music & Speech.
Square wave Fourier Analysis + + = Adding sines with multiple frequencies we can reproduce ANY shape.
Angle Modulation.
"All of RF is Truly FM" SIGA2800 Basic SIGINT Technology
ANGLE MODULATION 1. Introduction 2 Another class of modulation methods are frequency and phase modulation which referred to as angle- modulation methods.
TEL312 Electronic Communications Fundamentals Modulation Modulation is the process by which information (message) is transformed Into waveforms that are.
 Distortion – the alteration of the original shape of a waveform.  Function of distortion analyzer: measuring the extent of distortion (the o/p differs.
Synthesis Basics (1) Analog Synthesis Intro to Digital Oscillators.
Chapter-4 Synthesis and Analysis of Complex Waves Fourier Synthesis: The process of combining harmonics to form a complex wave. Fourier Analysis: Determining.
Alternating Current Chapter 12. Generating AC (12-1)
Copyright 2004 Ken Greenebaum Introduction to Interactive Sound Synthesis Lecture 11: Modulation Ken Greenebaum.
Modulation. Definition One signal (carrier) varies according to the changes in another signal (modulator) Either amplitude modulation (AM) or frequency.
6.9 How radio works 22 October 2015 What is this image? What other information can you get from it?
Computer Sound Synthesis 2
David Meredith Aalborg University
Frequency Modulation. Listening Example Keith Kothman In Time (1986) for clarinet and tape.
Chapter 5: Electronic Music and Synthesizers Who uses electronic musical synthesizers? Each advance in electronic technology is followed by a concomitant.
Contents Introduction ( P1-P4). Frequency modulation.(P5-P7) Frequency demodulation (P8-P14) FM using simulink implementation (P15 – P 17)
STANDING WAVES. Standing Waves - appear to be ‘standing’ still in their left to right motion - in constant position.
1 Physics 2 Class 16 Wave superposition, interference, and reflection.
AM & FM Modulation Bellevue Community College Bob Young, Instructor.
Chapter 4. Angle Modulation
The Physics of Musical Instruments
 The way you perceive sounds rather high or low frequency.
EET260 Frequency Modulation. Modulation A sine wave carrier can be modulated by varying its amplitude, frequency, or phase shift. In AM, the amplitude.
CHAPTER 4 COMPLEX STIMULI. Types of Sounds So far we’ve talked a lot about sine waves =periodic =energy at one frequency But, not all sounds are like.
Chapter 11. Harmonic Motion Learn about harmonic motion and how it is fundamental to understanding natural processes. Use harmonic motion to keep accurate.
Sound Quality.
Digital Oscillators. Everything is a Table A table is an indexed list of elements (or values) A digital oscillator or soundfile is no different.
Lecture 2: AM Transmission
Digital Oscillators. Everything is a Table A table is an indexed list of elements (or values) A digital oscillator or soundfile is no different.
The Physics of Music Why Music Sounds the Way it Does, and Other Important Bits of Information.
Types of Synthesizers and How They Work
Synthesizing a Clarinet Nicole Bennett. Overview  Frequency modulation  Using FM to model instrument signals  Generating envelopes  Producing a clarinet.
Modulation and Multiplexing Broadband Transmission – A carrier is a high frequency signal that is modulated by audio, video, or data. – A radio-frequency.
Why musical instruments have characteristic sounds
THE PHYSICS OF MUSIC.
Integrated Science Unit 4, Chapter 11.
UNIT – II ANGLE MODULATION (Part -1/2) Prepared by:
CS 591 S1 – Computational Audio -- Spring, 2017
Pitch.
Characteristics of Notes – Learning Outcomes
PK 6 Oct 2010 Some fundamental concepts
MA 527 Dr. Park.
Frequency Modulation 2.
Developing a Versatile Audio Synthesizer TJHSST Computer Systems Lab
Introduction to Csound 5.
Wavetable Synthesis.
Signal Processing First
Introduction to physics
Frequency Modulation.
Musical Notes and Sine Waves
Simple Harmonic Motion
Introduction to Csound 2.
Presentation transcript:

Simple FM Instruments John Chowning's FM Designs as shown in Dodge, Computer MusicJohn Chowning's FM Designs as shown in Dodge, Computer Music brass-like tonebrass-like tone clarinet-like toneclarinet-like tone bell-like tonebell-like tone wood-drum-like tonewood-drum-like tone clarbellclarbell

Clarinet and Brass-Like Tones fundamental is GCD of carrier and modulator frequencies: 440 Hertzfundamental is GCD of carrier and modulator frequencies: 440 Hertz [iii:8] [iii:9] brass-like tone (Dodge p. 126) ;startdurampcfrqmfrqindx i

Clarinet and Brass-Like Tones fundamental is GCD: 300 Hertzfundamental is GCD: 300 Hertz [iii:10] [iii:11] clarinet-like tone (pp ) ;startdurampcfrqmfrqindx i

Clarinet and Brass-Like Tones ;dodge.orc - use with dodge.sco instr 1; clarinet and brass tones idur= p3 iamp= p4 icarfr= p5; carrier frequency imodfr= p6; modulator frequency index= p7; modulation index iwave= 1; wavetable 1 (sine wave) aenvlinseg 0,.1, 1, idur-.3, 1,.2, 0 amodoscili index*imodfr, imodfr, iwave acaroscili iamp, icarfr+amod, iwave out acar * aenv endin

Bell and Wood-Drum-Like Tones fundamental is GCD: 40 Hertzfundamental is GCD: 40 Hertz [iii:12] [iii:13] bell-like tone (Dodge p. 126) ;startdurampcfrqmfrqindx i

Bell and Wood-Drum-Like Tones fundamental is GCD: 5 Hertzfundamental is GCD: 5 Hertz [iii:14] [iii:15] wood-drum-like tone (Dodge p. 126) ;startdurampcfrqmfrqindx i

Bell and Wood-Drum-Like Tones fundamental is GCD: 300 Hertzfundamental is GCD: 300 Hertz [iii:16] [iii:17] clarbell — hybrid clarinet and bell ;startdurampcfrqmfrqindx i

Bell and Wood-Drum-Like Tones ;dodge.orc - use with dodge.sco instr 2; bell and wood-drum tones idur= p3 iamp= p4 icarfr= p5; carrier frequency imodfr= p6; modulator frequency imax= p7; maximum index iwave= 1; wave table 1 index= imodfr * imax

Bell and Wood-Drum-Like Tones ; amplitude envelopes for modulator and carrier: ampmodlinseg index,.125 * idur, 0, idur *.875, 0 ; expseg cannot use 0: ampcarexpseg.7,.121*idur, 1, idur*.879,.001,1,.001 ; modulator and carrier oscillators: amodoscili ampmod, imodfr, iwave acaroscili ampcar, icarfr+amod, iwave ; expseg cannot use 0: aenvexpseg.001,.001,1,idur-.001,.001,1,.001 out acar * iamp * aenv endin

Carrier-Modulator Ratio CARMODn c RATIO Brass /1 Clarinet /2 Bell /7 Wood Drum805516/11 Clar-Bell /2 imodfr=p5 icarfr=imodfr * ______

Formant FM: Generating Harmonic FM Spectra A special case of FM with:A special case of FM with: freq mod = freq 1 freq car = n c freq mod = n c freq 1 where n c is an integer representing the carrier frequency ratio usually in the range:where n c is an integer representing the carrier frequency ratio usually in the range: 0 <= n c <= 10

Formant FM fundamental is 100 Hertzfundamental is 100 Hertz [iii:18] formant fm freq 1 = [iii:19] 100, freq mod =freq 1 and freq car = [iii:20] 5freq mod ;startdurampcfrqmfrqindx i Carrier

Formant FM "formant" means resonance"formant" means resonance freq car acts like a resonance with sidebands falling off at harmonics around it.freq car acts like a resonance with sidebands falling off at harmonics around it.

Formant FM pitch ambiguity because fundamental is too soft — moving the formant does not move the fundamental, but it changes the pitch we think we hearpitch ambiguity because fundamental is too soft — moving the formant does not move the fundamental, but it changes the pitch we think we hear [iii:21] formant fm freq 1 = [iii:22] 100, freq mod =freq 1 and freq car = [iii:23] 8freq mod ;startdurampcfrqmfrqindx i

Quasi-Formant FM: Quasi-Harmonic FM Spectra A special case of FM with:A special case of FM with: freq car = freq 1 freq mod = n m freq car = n m freq 1 where n m is an integer representing the modulator frequency ratio usually in the range:where n m is an integer representing the modulator frequency ratio usually in the range: 0 <= n m <= 5

Formant FM a modulator whose frequency is much greater than that of the carrier can give a strange spectrum with missing harmonicsa modulator whose frequency is much greater than that of the carrier can give a strange spectrum with missing harmonics [iii:24] quasi-formant fm freq 1 = [iii:25] 100, freq car =freq 1 and freq mod = [iii:26] 10freq car ;startdurampcfrqmfrqindx i