From EQ to Reverb & Distortion: DSP Audio Effects in Matlab

Size: px
Start display at page:

Download "From EQ to Reverb & Distortion: DSP Audio Effects in Matlab"

Transcription

1 From EQ o Reverb & Disorion: DSP Audio Effecs in Malab By Henry D. Pfiser Overview These noes are designed for a wo-hour summer enrichmen workshop for high-school sudens. The aciviy inroduces he sudens o digial signal processing (DSP) for audio signals. Sudens will record and play sound on a compuer using he Malab scriping language and hen apply audio effecs (e.g., equalizaion, reverberaion, and disorion) o ha sound. Sound is ransmied hrough he air as a pressure wave ha varies boh in ime and space (e.g., see Figure ). An audio signal is a funcion ha describes he pressure, measured a a fixed poin in space (e.g., your ear), as a funcion of ime. Figure : A speaker generaes a pressure wave in space by vibraing. This generaes a pressure profile ha varies in ime and across space. High pressure regions in space have more gas molecules and low pressure regions have fewer gas molecules. The sinusoid shows he pressure as a funcion of space for a fixed insance in ime. Figure 2: For a pressure wave, he disance beween peaks in space is called he wavelengh while he inerval beween peaks in ime is called he period.

2 . Signals An audio signal is periodic wih period T seconds if i is formed by repeaing a single segmen of duraion T seconds. The smalles possible T for which his is rue is called he fundamenal period of he signal. A signal wih fundamenal period T repeas one cycle every T seconds and has a fundamenal frequency of F = /T cycles per second. The erms cycles per second is also known as Herz and is abbreviaed Hz. Example. Since he funcion sin(2π) is periodic wih a fundamenal frequency of Hz, he funcion = sin(2πf ) is periodic wih fundamenal frequency f Hz and fundamenal period /f sec. Example 2. For each signal below, deermine if he signal is periodic and, if so, wha is is fundamenal period and fundamenal frequency. = sin(4π) = e Square Wave Sawooh Wave Digial Represenaions Signals relaed o physical quaniies, such as pressure, are ypically considered o ake coninuous values ha lie in some real inerval and o be coninuous ime (i.e., he signal value is defined for all real valued imes). On he oher hand, digial compuers can only represen a finie number of signal values and ime insans. A discree-ime signal is defined only for ineger ime insans. One can conver a coninuous-ime signal ino a discree-ime signal by sampling a uniformly-spaced imes. For example, y[n] = y(nt s ) is a discree-ime sampled version of wih a sampling period of T s. The sampling frequency F s = /T s is defined o be he number of samples aken per second. Figure 3 shows some example discree-ime signals. A quanized signal is a signal where he ampliude values are limied o finie se. If he se is large enough, hen his deail can ypically be ignored. For example, he compac disc (CD) audio sandard 2

3 y[n] = sin(πn/6) y[n] = cos(.5n) y[n] y[n] 2 2 n 5 5 n Figure 3: Examples of discree-ime signals uses a sampling rae of 44, Hz and quanizes he signal o one of differen values. These values were chosen o so ha, for ypical liseners, he perceived loss in qualiy is negligible. Also, he number = 2 6 can be represened by 6 bis..3 Malab Malab is an inerpreed language ha makes i easy o manipulae marices and vecors. Now, we will sar o explore he use of MATLAB o generae and plo signals. To learn more abou any funcion is Malab, you can ype help [funcion name] in he MATLAB command window. If you don know he exac funcion name, you may also ype lookfor [keyword]. This will lis all funcions relaed o he keyword. Type in he following commands o see a few Malab commands in acion: *2 3/2 pi cos(pi) a = [ ] a2 = :5 max(a2) b = [ ] b2 = :2:8 lengh(b2) min(b2) 5*a a+b b-a a.* b help.* a./ b help./ ones(,) zeros(,) 3

4 Type (or cu and pase) he following commands o see how Malab can be used o define, plo, and analyze signals: = -3:3 y = cos(2*pi*/7) plo(,y) xlabel(''); ylabel(''); ile('cos(2*pi*/7)') % Seup ime indices % Discree-ime signal y % Plo signal y % Label plo % Label plo % Label plo Fs = 225; Ts = /Fs; = :Ts:3; y = cos(2*pi**8) soundsc(y,fs) % Seup sample rae % Seup sample period % Generae ime indices in seconds % Generae 8 Hz signal % Scale and play sound hrough speaker Exercise 3. Change he previous example o play a 4 Hz one. Exercise 4. Consider he following signal: = 2 sin(2πf) + 4 cos(πf + p), where f = 5 Hz, p = π/4, F s = Hz, and = : /F s : 2. Use MATLAB o: (a) Plo y (b) Find he lengh of y (c) Find he maximum of y (d) Find he minimum of y 2 Audio Processing For his secion, you will need o download he accompanying files guiar4.wav and guiar6.wav. 2. Imporing WAV files Malab makes i fairly easy o impor audio files. Type help audioread o find ou more deails. Use he following command o load and play a WAV file guiar riff: [y,fs] = audioread('guiar4.wav'); soundsc(y,fs); % Read WAV file % Play WAV file Exercise 5. Repea he previous seps wih he file guiar6.wav. Nex, we will exrac a porion of he WAV file and deermine he fundamenal frequency of one noe index = 33:34985; yy = y(index); soundsc(yy,fs) plo(index,yy) % Index samples for second noe % Exrac indexed samples ino yy % Play exraced waveform % Plo exraced waveform From he picure, we see ha his porion of he signal appears o be periodic. One can esimae he fundamenal frequency by couning he number of samples S in one cycle. Analyzing he unis, one finds ha Hz = cycles second = samples sec cycles sample = F s/s. Exercise 6. Can you hink of a more accurae way o esimae he fundamenal period and frequency from his plo. Describe your mehod and use i o esimae he frequency in Herz. 4

5 2.2 Echo and Reverberaion An echo occurs when a sound reflecs off a disance surface. Due o he longer pah, he refleced sound arrives laer han he original sound and can be heard as a disinc second copy of he original sound. delay =.2; index = round(delay*fs); yy = [zeros(index,); y]; yy = yy(:lengh(y)); yy = yy+y; soundsc(yy,fs); % Delay in seconds % Delay in samples % Zero pad he beginning o add delay % Cu vecor o correc lengh % Add original sound o echo % Play i Exercise 7. Play wih he value of delay o see he effec. Reverberaion (or reverb) is he effec generaed by many copies of a sound wih differen delays summing ogeher due o reflecions off he walls of a room. In conras o echo, he individual copies are no disinguishable bu overall effec ypically makes he sound richer or fuller. delay = round(fs*.8); % FIR Delay delay2 = round(fs*.25); % IIR Delay coef =.7; % IIR Decay rae yy = filer([ zeros(,delay) coef],[ zeros(,delay2) -coef],y); soundsc(yy,fs); % Play i Exercise 8. Adjus he values of delay, delay2, and coef o make a reverb ha sounds beer o you. 2.3 Disorion An ideal amplifier simply akes he inpu signal and muliplies i by some consan larger han. Some amplifier designs are nearly ideal when he oupu level is no oo large. Bu, heir characerisics change for larger oupu values. In paricular, he signal is disored when he amplifier is driven ino sauraion. For vacuum ube amplifiers, his disorion has a sof edge and many rock musicians enjoy he resuling sound. hard-limier sof-limier 2 oupu oupu inpu inpu For our experimen, we will use a sof-limier based on he inverse angen funcion aan(x). Anoher good choice is he hyperbolic angen anh(x). yy = aan(8*y); soundsc(yy,fs); Exercise 9. Adjus he consan 8 in he previous example o find your favorie disorion. 5

6 2.4 Recording Sound in Malab Now, we will ry some of hese effecs on sounds ha we have recorded. The following code excerp shows how o record sound in Malab. r = audiorecorder(fs,6,); record(r); sop(r); mywav = geaudiodaa(r,'double'); soundsc(mywav,fs); % Ge recorder wih Fs samples/sec, 6 bi, mono % Sar speaking or singing afer his line % Execue his line when you are done % Ge sound % Replay sound Exercise. Now ry recording your singing or humming. Then, plo he signal o find a nice periodic secion. Based on he earlier example, ry o esimae he fundamenal frequency of ha periodic secion. Exercise. Now ry downloading a WAV or MP3 file from he inerne. This file can be loaded ino Malab and processed in a similar. Ideally, he sound file should use a sampling rae of 44 HZ. Also, if he file is sereo (i.e., i has lef/righ channels), hen you will need o ake he lef channel by wriing y=y(,:);. 3 Filers and Equalizaion A filer is a device ha amplifies differen frequencies by differen amouns. Many of you have probably seen a picure of he graphical equalizers ha were popular in he 98s. Figure 4: Graphical equalizer The heory behind filering a bi oo mahemaical for his workshop bu i is covered in a juniorlevel course called Signals and Sysems. For now, we will ake a cookbook approach and use Malab o design 3 filers for us: a low-pass filer, a high-pass filer, and a band-pass filer. lowpass = fir(2,2/225); % low-pass filer wih cuoff 2 Hz yylow = filer(lowpass,,y); % filer signal soundsc(yylow,fs);pause; % play filered signal, wai for keypress bandpass = fir(2,[2/225 /225],'DC-'); % band-pass filer ha passes 2-2 Hz yyband = filer(bandpass,,y); % filer signal soundsc(yyband,fs);pause; % play filered signal, wai for keypress highpass = fir(2,2/225,'dc-'); % high-pass filer wih cuoff 2 Hz yyhigh = filer(highpass,,y); % filer signal soundsc(yyhigh,fs);pause; % play filered signal, wai for keypress soundsc(yylow+yyband+yyhigh,fs);pause; % play he sum off all bands, awai keypress yyeq = yylow+4*yyband+yyhigh; % 3-band EQ for mid-range boos soundsc(yyeq,fs); % Play EQ wih mid-range boos 6

7 4 Muliple Effecs Now ha we have consruced 3 differen effecs in Malab, we can pu hem ogeher in an arbirary fashion. yyeqd = aan(8*yyeq); yyfinal = filer([ zeros(,delay) coef],[ zeros(,delay2) -coef],yyeqd); soundsc(yyfinal,fs); Exercise 2. There are many oher applicaions of DSP for audio. Try o lis a few of hem. 7

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

Suggested Reading. Signals and Systems 4-2

Suggested Reading. Signals and Systems 4-2 4 Convoluion In Lecure 3 we inroduced and defined a variey of sysem properies o which we will make frequen reference hroughou he course. Of paricular imporance are he properies of lineariy and ime invariance,

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

Equation for a line. Synthetic Impulse Response 0.5 0.5. 0 5 10 15 20 25 Time (sec) x(t) m

Equation for a line. Synthetic Impulse Response 0.5 0.5. 0 5 10 15 20 25 Time (sec) x(t) m Fundamenals of Signals Overview Definiion Examples Energy and power Signal ransformaions Periodic signals Symmery Exponenial & sinusoidal signals Basis funcions Equaion for a line x() m x() =m( ) You will

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

Communication Networks II Contents

Communication Networks II Contents 3 / 1 -- Communicaion Neworks II (Görg) -- www.comnes.uni-bremen.de Communicaion Neworks II Conens 1 Fundamenals of probabiliy heory 2 Traffic in communicaion neworks 3 Sochasic & Markovian Processes (SP

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling Name: Algebra II Review for Quiz #13 Exponenial and Logarihmic Funcions including Modeling TOPICS: -Solving Exponenial Equaions (The Mehod of Common Bases) -Solving Exponenial Equaions (Using Logarihms)

More information

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets Making Use of ae Charge Informaion in MOSFET and IBT Daa Shees Ralph McArhur Senior Applicaions Engineer Advanced Power Technology 405 S.W. Columbia Sree Bend, Oregon 97702 Power MOSFETs and IBTs have

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3.

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3. SOLI MEHNIS TUTORIL GER SYSTEMS This work covers elemens of he syllabus for he Edexcel module 21722P HN/ Mechanical Principles OUTOME 3. On compleion of his shor uorial you should be able o do he following.

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

AP Calculus AB 2007 Scoring Guidelines

AP Calculus AB 2007 Scoring Guidelines AP Calculus AB 7 Scoring Guidelines The College Board: Connecing Sudens o College Success The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and

More information

Motion Along a Straight Line

Motion Along a Straight Line Moion Along a Sraigh Line On Sepember 6, 993, Dave Munday, a diesel mechanic by rade, wen over he Canadian edge of Niagara Falls for he second ime, freely falling 48 m o he waer (and rocks) below. On his

More information

Pulse-Width Modulation Inverters

Pulse-Width Modulation Inverters SECTION 3.6 INVERTERS 189 Pulse-Widh Modulaion Inverers Pulse-widh modulaion is he process of modifying he widh of he pulses in a pulse rain in direc proporion o a small conrol signal; he greaer he conrol

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

NOTES ON OSCILLOSCOPES

NOTES ON OSCILLOSCOPES NOTES ON OSCILLOSCOPES NOTES ON... OSCILLOSCOPES... Oscilloscope... Analog and Digial... Analog Oscilloscopes... Cahode Ray Oscilloscope Principles... 5 Elecron Gun... 5 The Deflecion Sysem... 6 Displaying

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

More information

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities Table of conens Chaper 1 Ineres raes and facors 1 1.1 Ineres 2 1.2 Simple ineres 4 1.3 Compound ineres 6 1.4 Accumulaed value 10 1.5 Presen value 11 1.6 Rae of discoun 13 1.7 Consan force of ineres 17

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt Saisical Analysis wih Lile s Law Supplemenary Maerial: More on he Call Cener Daa by Song-Hee Kim and Ward Whi Deparmen of Indusrial Engineering and Operaions Research Columbia Universiy, New York, NY 17-99

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

Usefulness of the Forward Curve in Forecasting Oil Prices Usefulness of he Forward Curve in Forecasing Oil Prices Akira Yanagisawa Leader Energy Demand, Supply and Forecas Analysis Group The Energy Daa and Modelling Cener Summary When people analyse oil prices,

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

Frequency Modulation. Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan

Frequency Modulation. Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan Frequency Modulaion Dr. Hwee-Pink Tan hp://www.cs.cd.ie/hweepink.tan Lecure maerial was absraced from "Communicaion Sysems" by Simon Haykin. Ouline Day 1 Day 2 Day 3 Angle Modulaion Frequency Modulaion

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE

CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE CLASSIFICATION OF REINSURANCE IN LIFE INSURANCE Kaarína Sakálová 1. Classificaions of reinsurance There are many differen ways in which reinsurance may be classified or disinguished. We will discuss briefly

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

Name: Teacher: DO NOT OPEN THE EXAMINATION PAPER UNTIL YOU ARE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS 2204 FINAL EXAMINATION. June 2009.

Name: Teacher: DO NOT OPEN THE EXAMINATION PAPER UNTIL YOU ARE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS 2204 FINAL EXAMINATION. June 2009. Name: Teacher: DO NOT OPEN THE EXMINTION PPER UNTIL YOU RE TOLD BY THE SUPERVISOR TO BEGIN PHYSICS 2204 FINL EXMINTION June 2009 Value: 100% General Insrucions This examinaion consiss of wo pars. Boh pars

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

Lectures # 5 and 6: The Prime Number Theorem.

Lectures # 5 and 6: The Prime Number Theorem. Lecures # 5 and 6: The Prime Number Theorem Noah Snyder July 8, 22 Riemann s Argumen Riemann used his analyically coninued ζ-funcion o skech an argumen which would give an acual formula for π( and sugges

More information

Distributed Echo Cancellation in Multimedia Conferencing System

Distributed Echo Cancellation in Multimedia Conferencing System Disribued Echo Cancellaion in Mulimedia Conferencing Sysem Balan Sinniah 1, Sureswaran Ramadass 2 1 KDU College Sdn.Bhd, A Paramoun Corporaion Company, 32, Jalan Anson, 10400 Penang, Malaysia. sbalan@kdupg.edu.my

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

THE PRESSURE DERIVATIVE

THE PRESSURE DERIVATIVE Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics THE PRESSURE DERIVATIVE The ressure derivaive has imoran diagnosic roeries. I is also imoran for making ye curve analysis more reliable.

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations Second Order Linear Differenial Equaions Second order linear equaions wih consan coefficiens; Fundamenal soluions; Wronskian; Exisence and Uniqueness of soluions; he characerisic equaion; soluions of homogeneous

More information

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t,

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t, Homework6 Soluions.7 In Problem hrough 4 use he mehod of variaion of parameers o find a paricular soluion of he given differenial equaion. Then check your answer by using he mehod of undeermined coeffiens..

More information

Information Theoretic Evaluation of Change Prediction Models for Large-Scale Software

Information Theoretic Evaluation of Change Prediction Models for Large-Scale Software Informaion Theoreic Evaluaion of Change Predicion Models for Large-Scale Sofware Mina Askari School of Compuer Science Universiy of Waerloo Waerloo, Canada maskari@uwaerloo.ca Ric Hol School of Compuer

More information

Automatic measurement and detection of GSM interferences

Automatic measurement and detection of GSM interferences Auomaic measuremen and deecion of GSM inerferences Poor speech qualiy and dropped calls in GSM neworks may be caused by inerferences as a resul of high raffic load. The radio nework analyzers from Rohde

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

Form measurement systems from Hommel-Etamic Geometrical tolerancing in practice DKD-K-02401. Precision is our business.

Form measurement systems from Hommel-Etamic Geometrical tolerancing in practice DKD-K-02401. Precision is our business. Form measuremen sysems from Hommel-Eamic Geomerical olerancing in pracice DKD-K-02401 Precision is our business. Drawing enries Tolerance frame 0.01 0.01 Daum leer Tolerance value in mm Symbol for he oleranced

More information

Modulation for Analog Communication. Yao Wang Polytechnic University, Brooklyn, NY11201 http://eeweb.poly.edu/~yao

Modulation for Analog Communication. Yao Wang Polytechnic University, Brooklyn, NY11201 http://eeweb.poly.edu/~yao Modulaion or Analog Communiaion Yao Wang Polyehni Universiy, Brooklyn, NY11201 hp://eeweb.poly.edu/~yao Ouline Baseband ommuniaion: bandwidh requiremen Modulaion o oninuous signals Ampliude modulaion Quadraure

More information

Lecture 3: FM Transmitters & Receivers

Lecture 3: FM Transmitters & Receivers Leure 3: FM Transmiers & Reeivers Review of Previous Leures Frequeny Modulaion FM Transmier FM Demodulaion Tehniques FM Reeiver Conlusions & Disussions Leure Noes are available from: hp://homepages.unl.a.uk/~aghizas

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

CLOCK SKEW CAUSES CLOCK SKEW DUE TO THE DRIVER EROSION OF THE CLOCK PERIOD

CLOCK SKEW CAUSES CLOCK SKEW DUE TO THE DRIVER EROSION OF THE CLOCK PERIOD DESIGNING WITH HIGH SPEED CLOCK DRIERS CONFERENCE PAPER CP-19 Inegraed Device Technology, Inc. By Sanley Hronik ABSTRACT Today s high speed sysems are encounering problems wih clocking ha were no consideraions

More information

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs Chaper 13 Nework Flow III Applicaion CS 573: Algorihm, Fall 014 Ocober 9, 014 13.1 Edge dijoin pah 13.1.1 Edge-dijoin pah in a direced graph 13.1.1.1 Edge dijoin pah queiong: graph (dir/undir)., : verice.

More information

Term Structure of Prices of Asian Options

Term Structure of Prices of Asian Options Term Srucure of Prices of Asian Opions Jirô Akahori, Tsuomu Mikami, Kenji Yasuomi and Teruo Yokoa Dep. of Mahemaical Sciences, Risumeikan Universiy 1-1-1 Nojihigashi, Kusasu, Shiga 525-8577, Japan E-mail:

More information

Direc Manipulaion Inerface and EGN algorithms

Direc Manipulaion Inerface and EGN algorithms A Direc Manipulaion Inerface for 3D Compuer Animaion Sco Sona Snibbe y Brown Universiy Deparmen of Compuer Science Providence, RI 02912, USA Absrac We presen a new se of inerface echniques for visualizing

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

ACTUARIAL FUNCTIONS 1_05

ACTUARIAL FUNCTIONS 1_05 ACTUARIAL FUNCTIONS _05 User Guide for MS Office 2007 or laer CONTENT Inroducion... 3 2 Insallaion procedure... 3 3 Demo Version and Acivaion... 5 4 Using formulas and synax... 7 5 Using he help... 6 Noaion...

More information

Voltage level shifting

Voltage level shifting rek Applicaion Noe Number 1 r. Maciej A. Noras Absrac A brief descripion of volage shifing circuis. 1 Inroducion In applicaions requiring a unipolar A volage signal, he signal may be delivered from a bi-polar

More information

On alternative methods of determining Radius of Curvature using Newton s Rings set up

On alternative methods of determining Radius of Curvature using Newton s Rings set up Inernaional Leers of Chemisry, Physics and Asronomy Online: 0-03-5 ISSN: 99-3843, Vol. 48, pp 7-31 doi:10.1805/www.scipress.com/ilcpa.48.7 0 SciPress Ld., Swizerland On alernaive mehods of deermining Radius

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

Present Value Methodology

Present Value Methodology Presen Value Mehodology Econ 422 Invesmen, Capial & Finance Universiy of Washingon Eric Zivo Las updaed: April 11, 2010 Presen Value Concep Wealh in Fisher Model: W = Y 0 + Y 1 /(1+r) The consumer/producer

More information

C Fast-Dealing Property Trading Game C

C Fast-Dealing Property Trading Game C If you are already an experienced MONOPOLY dealer and wan a faser game, ry he rules on he back page! AGES 8+ C Fas-Dealing Propery Trading Game C Y Original MONOPOLY Game Rules plus Special Rules for his

More information

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b].

Improper Integrals. Dr. Philippe B. laval Kennesaw State University. September 19, 2005. f (x) dx over a finite interval [a, b]. Improper Inegrls Dr. Philippe B. lvl Kennesw Se Universiy Sepember 9, 25 Absrc Noes on improper inegrls. Improper Inegrls. Inroducion In Clculus II, sudens defined he inegrl f (x) over finie inervl [,

More information

Product Operation and Setup Instructions

Product Operation and Setup Instructions A9 Please read and save hese insrucions. Read carefully before aemping o assemble, insall, operae, or mainain he produc described. Proec yourself and ohers by observing all safey informaion. Failure o

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Steps for D.C Analysis of MOSFET Circuits

Steps for D.C Analysis of MOSFET Circuits 10/22/2004 Seps for DC Analysis of MOSFET Circuis.doc 1/7 Seps for D.C Analysis of MOSFET Circuis To analyze MOSFET circui wih D.C. sources, we mus follow hese five seps: 1. ASSUME an operaing mode 2.

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

LLC Resonant Converter Reference Design using the dspic DSC

LLC Resonant Converter Reference Design using the dspic DSC LLC Resonan Converer Reference Design using he dspic DSC 2010 Microchip Technology Incorporaed. All Righs Reserved. LLC Resonan Converer Webinar Slide 1 Hello, and welcome o his web seminar on Microchip

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

Fourier Series & The Fourier Transform

Fourier Series & The Fourier Transform Fourier Series & The Fourier Transform Wha is he Fourier Transform? Fourier Cosine Series for even funcions and Sine Series for odd funcions The coninuous limi: he Fourier ransform (and is inverse) The

More information

Topic 9: Ecology 9b. Biodiversity 9b1. Wanted Poster

Topic 9: Ecology 9b. Biodiversity 9b1. Wanted Poster Topic 9: Ecology 9b. Biodiversiy 9b1. Waned Poser Resources: Miller, K., Levine, J. (2004). Biology. Boson, MA: Pearson Prenice Hall. 22 May 2009. Top New Species of 2008 [Inerne]. Mongabay. Cied 4 Aug.

More information

Keldysh Formalism: Non-equilibrium Green s Function

Keldysh Formalism: Non-equilibrium Green s Function Keldysh Formalism: Non-equilibrium Green s Funcion Jinshan Wu Deparmen of Physics & Asronomy, Universiy of Briish Columbia, Vancouver, B.C. Canada, V6T 1Z1 (Daed: November 28, 2005) A review of Non-equilibrium

More information

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur Module 3 Design for Srengh Lesson 2 Sress Concenraion Insrucional Objecives A he end of his lesson, he sudens should be able o undersand Sress concenraion and he facors responsible. Deerminaion of sress

More information

Part II Converter Dynamics and Control

Part II Converter Dynamics and Control Par II onverer Dynamics and onrol 7. A equivalen circui modeling 8. onverer ransfer funcions 9. onroller design 1. Inpu filer design 11. A and D equivalen circui modeling of he disconinuous conducion mode

More information

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas The Greek financial crisis: growing imbalances and sovereign spreads Heaher D. Gibson, Sephan G. Hall and George S. Tavlas The enry The enry of Greece ino he Eurozone in 2001 produced a dividend in he

More information

Unstructured Experiments

Unstructured Experiments Chaper 2 Unsrucured Experimens 2. Compleely randomized designs If here is no reason o group he plos ino blocks hen we say ha Ω is unsrucured. Suppose ha reamen i is applied o plos, in oher words ha i is

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS Shuzhen Xu Research Risk and Reliabiliy Area FM Global Norwood, Massachuses 262, USA David Fuller Engineering Sandards FM Global Norwood, Massachuses 262,

More information