110
Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN WONG PIK SOON A0074846U Department of Physics National University of Singapore 2013/2014 Supervisor: Professor Bernard Tan In partial fulfillment of the requirements for the Degree of Bachelor of Science with Honours

Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

Embed Size (px)

Citation preview

Page 1: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

Analysis of Ukulele Tones with Comparisons to

the Pipa and Classical Guitar

KIRSTEN WONG PIK SOON

A0074846U

Department of Physics

National University of Singapore

2013/2014

Supervisor: Professor Bernard Tan

In partial fulfillment of the requirements for the Degree of Bachelor of Science with Honours

Page 2: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

a

ABSTRACT

In this project, the harmonics of the ukulele strings were analyzed using the Fast Fourier

Transform. Using a stereo microphone and an audio interface, recordings were obtained and the

Fast Fourier Transform was then performed on the sample using the MATLAB program. This project

also serves to examine the variation for amplitudes for each harmonic frequency over the duration

of the note. In addition, the inharmonicity coefficients and the deviations between experimental and

theoretical data were determined.

These analysis were performed using three different types of ukuleles: Kala

Spruce/Rosewood Soprano (Model KA-SRS), Makala Soprano (Model MK-S) and Outdoor Ukulele.

Comparisons between two different types of strings were made: Aquila AQ-4U New Nylgut® Regular

GCEA Set Soprano and D'Addario T2 Soprano Strings. The thickness of the string was also varied. The

Spruce Wood Shanghai Pipa and CG151S Yamaha Classical Guitar were also analyzed and compared

with the ukuleles.

Page 3: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

b

ACKNOWLEDGEMENTS

First of all, I would like to express my deepest gratitude to my supervisor, Professor Bernard

Tan Tiong Gie, for his guidance and constant supervision in completing this project. I am truly

grateful for the opportunity to work on a project which combines my two passions, music and

physics, together. His patience in teaching me this field of Physics has enabled me to understand and

appreciate Physics better.

I would also like to thank Dr Soh Min and Nicholas Wong who has so patiently and willingly

provided advice in this project. I would not have been able to complete this project without their

guidance.

Lastly, I am blessed and eternally grateful for my family who has showed me never ending

support. I would also like to thank my friends for the encouragement that they have given me

throughout my study in NUS.

Page 4: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

c

CONTENTS

ABSTRACT .................................................................................................................................... a

ACKNOWLDEGEMENTS ................................................................................................................ b

CONTENTS ................................................................................................................................... c

CHAPTER 1: Introduction .............................................................................................................. 1

CHAPTER 2: Theory ...................................................................................................................... 2

2.1 The Ukulele .......................................................................................................................... 2

2.2 The Pipa ................................................................................................................................ 3

2.3 The Guitar ............................................................................................................................ 4

2.4 Physics of Sound: Ideal String Model ................................................................................... 4

2.5 Physics of Sound: Stiff String Model ................................................................................. 10

2.6 Recording ........................................................................................................................... 15

CHAPTER 3: Experimental Methodology ..................................................................................... 19

3.1 Equipment .......................................................................................................................... 19

3.2 Setup .................................................................................................................................. 21

3.3 Procedure ........................................................................................................................... 21

CHAPTER 4: Results and Discussion ............................................................................................ 23

4.1 Inharmonicity Coefficient .................................................................................................. 23

4.2 Relationship between Harmonic Frequencies and its nth Harmonics ............................... 34

4.3 Comparisons ...................................................................................................................... 70

4.4 Spectrum Plots ................................................................................................................... 76

4.5 Discussion........................................................................................................................... 96

CHAPTER 5: Conclusion .............................................................................................................. 97

References ................................................................................................................................. 98

Appendix A: Code for Signal Processing .................................................................................... 100

Appendix B: Code for Spectrum Plots ....................................................................................... 101

Appendix C: Comparing Ukuleles .............................................................................................. 102

Appendix D: Comparing String Types ........................................................................................ 104

Page 5: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

1

Chapter 1

INTRODUCTION

Notes are like letters in a language and are the most basic structure in music. Each note

expresses a certain pitch and duration of a musical sound. A real world note does not consist of a

single pure tone or frequency but rather a combination of several frequencies known as harmonics.

The relative amplitudes of these frequencies give each musical instrument its unique sound. The

lowest frequency produced in a note determines its pitch and is also known as the fundamental

frequency or first harmonic.

The ukulele is a Hawaiian string musical instrument and is also a member of the guitar family

of instruments. The ukulele is known to produce bright sounds and is made out of various types of

wood including rosewood, ebony, maple and spruce. It employs four strings and comes in four

different sizes: Soprano, Tenor, Concert and Baritone. In this project, the soprano ukulele was

selected to be analyzed. Modern ukuleles commonly use synthetic strings such as the nylon strings

and thus are the focus of this project.

This project serves to investigate the harmonic frequencies produced by various ukuleles,

pipa and classical guitar across strings of different thickness. This project also determines the

inharmonicity coefficients of each string used and the amplitudes of the harmonic frequencies were

also observed over the duration of the note. The results obtained are then compared with those of

the pipa and classical guitar. These analyses may be used as reference in the digital synthesis of

ukulele waveforms such as the frequency modulation synthesis.

Page 6: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

2

Chapter 2

THEORY

2.1 The Ukulele

Figure 2.1: Perspective view of a ukulele [1]

The ukulele is often regarded as a smaller version of a guitar. It consists of pegs, strings, a

finger board, frets, a sound hole and a tail piece similar to the guitar as indicated in Figure 2.1. The

four strings of the ukulele are stretched over the finger board, frets and sound hole, beginning from

the pegs all the way down to the tail piece which is fastened to the flat top of the body of the

ukulele. The pegs are used to tune the strings according to the specific frequencies which are

commonly noted as A4, E4, C4 and G4 and are also used to raise the strings so that they are not in

contact with the frets. The resonant frequency of each string can be varied by pressing against the

fret. Each fret is separated by a distance in which the sounds produced by pressing against two

adjacent frets are a semitone apart [1].

Sound is produced when the strings are allowed to vibrate. These vibrations travel to the tail

piece and then to the soundboard which are then amplified through the hollow body of the ukulele.

Sound waves then travel out of the sound hole and are heard by listeners.

Page 7: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

3

2.2 The Pipa

Figure 2.2: Components of a pipa

The pipa, also known as the Chinese lute, is a four-stringed short-necked Chinese instrument

and has three segments – the head, neck and body. The head consists of tuning pegs in the sides of

the bent-back pegbox whereas the neck consists of 6 frets. The pear-shaped body of the pipa

includes the frets, soundboard, the back of the instrument and the bridge [2]. The frets which are

made out of bamboo holds the strings in place and allow different notes to be played. The strings of

the pipa run along the instrument from the bridge right up to the conical tuning pegs. It is commonly

tuned to the notes A2, D3, E3 and A3 [3]. The primary material used for the body, pegs and frets of

the pipa in this project is Spruce. The components of the pipa are shown in Figure 2.2.

Traditional pipas are played using silk strings. However, modern pipas use steel core strings

coated with nylon, copper or nickel and are plucked with a fake nail made out of turtle shell or

special plastics [4]. Similar to the ukulele, the sound production of the pipa begins with the vibration

of strings. These vibrations travel to the tail piece and then to the soundboard.

Page 8: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

4

2.3 The Classical Guitar

Figure 2.3: Components of the Classical Guitar [5]

The classical guitar is another member of the guitar family which has six strings and may be

divided into three sections: Headstock or head, neck and body. The head of the guitar contains the

tuning pegs and nut. The tuning peg is used to tune the strings to the notes E4, B3, G3, D3, A2, E2

whereas the nut is a thin, white piece of ebony which holds the strings in place. The neck of the

guitar consists of the fretwires and frets. Each fret is separated by a distance in which the sounds

produced by pressing against two adjacent frets are a semitone apart. [1] The soundboard,

soundhole and saddle make up the body. The strings of the classical guitar are tied onto the bridge

which is attached to the saddle and run along the guitar right up to the tuning pegs.

When the guitar is plucked using a finger, the guitar strings are excited and begins to vibrate.

The vibrations of the strings bring the bridge into movement [6]. The vibrations then move from the

bridge to the soundboard and is amplified by the hollow body of the guitar. The sound waves are

then transmitted through the sound hole and are perceived by the listener.

2.4 Physics of Sound: Ideal String Model

Sound is an alteration in pressure, particle displacement, or particle velocity which is

propagated in an elastic medium, or the superposition of such propagated alterations [1]. The

production of perceived sound begins through various motions such as a vibrating body, intermittent

throttling of an air stream or even through an explosion of an inflammable gas [1]. The motion of

repetitive variation with time is known as a harmonic oscillator given that the motion is in a system

Page 9: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

5

with a degree of freedom and the capability of oscillation. The number of oscillations produced in

one second is known as the frequency and one oscillation per second is known as Hertz (Hz). When

in contact with a physical medium such as the atmosphere, the motion of the oscillator transmits

mechanical waves in the form of longitudinal compression and rarefaction and thus producing sound

[7].

In string musical instruments, the production of perceived sound begins with the transverse

vibrations of strings. When a string experiences an increase in amplitude of oscillation and its

frequency is equal or very close to the natural undamped frequency, the string is said to be

experiencing resonance and is known as a resonator. The frequencies to which the string oscillates

are known as resonant frequencies.

2.4.1 The Wave Equation

In order to understand the physical properties which determine the frequencies, Newton’s

Law is applied to an elastic string and it is found that it obeys the wave equation at small amplitude

transverse vibrations.

Plucking can be described as applying a tension force T on an elastic string in which the force

applied is larger than the weight of the string. The string has a mass per unit length or linear density,

and its equilibrium position lies along the x-axis. Figure 2.4 shows the infinitesimal segment of a

string, . [8]

Figure 2.4: Infinitesimal segment of a plucked string [8]

The mass element of the string, . Applying Newton’s Law to the y-

component, we obtain

( 1 )

is the magnitude of the external forces which act vertically on the string.

Dividing (1) by and taking the limit ,

T1

T2

Page 10: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

6

( 2 )

Comparing the small segment of the string, , with the right angle triangle in Figure 2.4 gives

( 3 )

Since y is a function of both and , the partial derivative is used in the equation above.

Using trigonometric relations as shown in Figure 2.5, it can be seen that

( 4 )

( 5 )

( 6 )

Differentiating (6),

( 7 )

When considering small vibrations such that for all at any time , it is

implied that and therefore,

. This shows that (7) can be written as

( 8 )

Since

,

and .

Using these approximations, equation 2 becomes

( 9 )

Figure 2.5: Tangent Trigonometric

Relationship

Page 11: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

7

Applying Newton’s Law to the x-component,

( 10 )

Assuming that only transverse vibrations occur, (10) can be divided by and limited by

.

( 11 )

By using the small amplitude vibrations approximation from before, it is found that

which shows that is a function . Therefore, . This simplifies (9) further to

( 12 )

If the string has a constant string density which is independent of , a string tension which

is independent of and has no external forces acting on it, the wave equation for an ideal string is

obtained as shown below

( 13 )

The variable is introduced here as

which is also the characteristic speed of

travelling waves.

2.4.2 Superposition

The principle of superposition states that the displacement at any point is the sum of the

displacements of the two individual waves [4]. Mathematically, it can be described as:

If … are solutions to the wave equation, then the sum

is another solution where are arbitrary constants.

Applying this principle to the wave equation, the following equation is obtained.

( 14 )

2.4.3 Solution to the Wave Equation

The general solution of the wave equation can be written in the form

( 15 )

Page 12: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

8

The nature of functions and are arbitrary here as this is a general solution for waves on

an infinite string. The function represents a wave travelling to the right and the function

represents a wave travelling to the left. Both waves are travelling with the velocity of .

The wave equation may also be solved using the method of separation of variables which assumes

that the function for distance of position and time, can be written as the product of the

function of position, and the function of time .

In other words,

( 16 )

Applying this to equation 13,

( 17 )

Since is independent of and is independent of , equation 16 becomes

( 18 )

Letting

and

,

( 19 )

In (19), the left hand side of the equation is independent of whereas the right hand side of

the equation is independent of . This means that both sides are equal to a constant, .

The solutions of the differential equations

and

are

( 20 )

( 21 )

2.4.4 The Standing Wave

Consider a string of length fixed at and . Applying these boundary conditions

to (19), it is found that and . Ignoring solutions with which

implies the trivial case for all ,

( 22 )

Page 13: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

9

Assuming that is nonzero and using the equation for any integer , this implies that

( 23 )

Since only certain values of are allowed, the frequencies for the string of fixed ends are discrete:

( 24 )

where is the wave vector.

Using Euler’s formula, the complete solution for a normal mode is

( 25 )

The oscillation of a string is a complex standing wave as it is a linear superposition of normal

modes. [11] Therefore, the general solution for a string is

( 26 )

Mathematically, the wavelength of the standing wave is defined as

( 27 )

The longest wavelength possible is . This corresponds to the smallest frequency which is

also known as the fundamental frequency, .

( 28 )

The resonant frequencies are all integer multiples of the fundamental frequency and may be

expressed as

( 29 )

These frequencies are called harmonics and the series is called a harmonic series. Overtones

consist of frequencies from all harmonics except for the fundamental frequency or the first

harmonic.

Page 14: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

10

Figure 2.6: The first four normal modes of a string fixed at both ends [12]

Figure 2.6(a) shows the standing waves which produces the fundamental frequency,

whereas Figure 2.6(b), (c) and (d) show the configurations for the first, second and third overtone.

Nodes are points on the string which do not move throughout oscillation and noted as N in Figure

2.6. Antinodes are points in between two nodes and are noted as A.

When a string is plucked, the displacement of the string is not as simple as the ones in Figure

2.6. Instead, a complex standing wave is formed in which the fundamental and overtones are

present in the vibration. As mentioned previously, it is a superposition of many normal modes.

In addition, the harmonic content of the standing wave of the string is not exactly the same as the

travelling sound wave in the air but are very similar. The harmonic content depends on the location

in which the string is plucked.

2.5 Physics of Sound: Stiff String Model

2.5.1 Stiff String Model

In the paper titled “Normal Vibration Frequencies of a Stiff Piano String” [13], Harvey

Fletcher modified the ideal string model so that it applies to stiff strings. Fletcher’s model appears to

be a commonly accepted model up to this day because it has been proven to agree better with the

realistic string musical instrument.

Consider a string with a displacement at a position . If a tension is applied, the restoring

force is given by

( 30 )

If is the Young’s modulus of material, is the cross-sectional area of the string and is

the radius of gyration, the restoring force due to the elastic stiffness of the string is

Page 15: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

11

( 31 )

Using the equation , the differential equation describing the motion of the string becomes

( 32 )

where is the linear density of the string.

Fletcher also noted that the frictional term of the form

( 33 )

should be included to the right hand side of (30) but is neglected due to its small contributions to the

values of partial frequencies.

The following substitutions were made for convenience

( 34 )

( 35 )

where is the length of the string between its supports and is labelled as the inharmonicity

coefficient. For a string which has no stiffness and negligible retarding force, the value of is taken

to be the fundamental vibration of the string.

Assuming the solution to the differential equation (32) is a sum of terms of the form

( 36 )

Where and are constants to be determined from the initial and boundary conditions.

Substituting (36) into (32), it is found that

( 37 )

By solving this equation, 4 solutions are produced:

( 38 )

( 39 )

Page 16: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

12

in which is related to as

( 40 )

The general solution can be written as

( 41 )

These relations are independent of the boundary conditions. Therefore, the values of and

can be obtained if the corresponding value is found. The boundary conditions may be selected

based on how the coordinates are defined. For example, if the midpoint of the string is selected to

be the origin, the boundary conditions will be symmetrical with its ends at

and

. The first two

terms in (41) will be even functions whereas the last two terms will be odd functions.

2.5.2 Pinned Boundary Conditions

For the ukulele, pipa and classical guitar, the two ends of the strings are pinned down at the

head and bridge of the respective musical instruments similar to a string which is pinned by knife

edges.Then,

at

and

( 42 )

Considering only even functions that is to take and as zero, these boundary conditions

will fit if and . This means

( 43 )

where or any odd integer.

There is a corresponding frequency of the odd partials obtained for each value of , that is

( 44 )

The corresponding displacement equation will then be

( 45 )

The value of is different for each off partial and is determined by the amplitude of that

partial. However, if only odd functions are considered, and are zero and . In

other words,

(43)

where or any even integer.

Page 17: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

13

Similar to the case in which even functions are considered, the frequencies corresponding to

these values of are

( 46 )

The displacement equation is

( 47 )

The value of is different for each even partial and is determined by the amplitude of that partial.

2.5.3 Inharmonicity Coefficient

In the ideal string model, it is seen that the series of frequencies produced are harmonic but

this is not the case in reality. The resonant frequencies produced by a string musical instrument

deviate from the ideal harmonic series. This phenomenon is also known as inharmonicity. The

degree to which it deviates is quantified through the inharmonicty coefficient and is dependent on

several variables such as the thickness of the string.

In Fletcher’s stiff string model, the constant was introduced in (34) and is defined as follows

( 48 )

where is the diameter of the string.

Young’s modulus is a measure of stiffness of an elastic isotropic material. Since each

material has a unique Young’s modulus, it is also used as a quantity to characterize materials.

2.5.4 String Characteristics

In this project, the correlation of the string’s thickness to its inharmonicity coefficient is

examined. The inharmonicity coefficient is expected to correlate linearly to the 4th power of the

diameter of the strings according to the stiff string model. The theoretical inharmonicity coefficients

were obtained through two methods, one by using the tensions of the strings obtained from the

manufacturer’s data and another by using the linear densities of the strings.

All ukuleles strings and 3 out of the 6 strings of the classical guitar are round solid plain strings which

are similar to nylon or gut strings. The ukulele strings in this project have diameters ranging from

to and the nylon strings of the classical guitar have diameters ranging from

to . The thinnest string of the pipa is also a round solid plain string but is

made out of steel and has a diameter of .

Page 18: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

14

The remaining strings of the guitar are steel core strings wound with nylon and coated with a

helical coil of plastic as shown in Figure 2.7.

Figure 2.7: Components of the Pipa String

The wound strings of the guitar have a nylon core which is wound using silver-plated copper

on a multi-filament nylon core as shown in Figure 2.8.

Figure 2.8: Components of the Wound Classical Guitar String

According to Fletcher, windings contributed negligibly to the stiffness of the string.

Therefore, windings are said to increase the mass of a string and lowers the pitch of the tone

produced without increasing the stiffness and thus, the inharmoncity of the string.

As defined before, the fundamental frequency of a string is

(35)

Substituting this into equation (48), the inharmonicity coefficient can be written as

(49)

Solid Strings

For solid strings, the theoretical calculations made using equation (49) are relatively simple.

The linear density, is calculated by

(50)

Page 19: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

15

Wound Strings

The calculations for these complex strings are not as simple as the case of solid strings.

Fletcher introduced a model of calculation by assuming that the restoring elastic torque is due to the

core of strings but the linear density is due to the core and windings.

Letting the diameter of the string including its windings be and the diameter of the core be and

assuming that the windings were a sheaf, the cross sectional area of the windings would be

If the wire is round, this value would be reduced to

of this value.

The linear density is then calculated by

Fletcher experimented on the values of and found that the measure value of is

only about higher than that for the core alone. Although Fletcher determined this using steel

core wires wound with copper windings, this estimation is used to obtain approximate calculations

for the wrapped strings of the pipa.

2.6 Recording

2.6.1 Sampling

A sample is defined as a value or set of values at a point in time and/or space. Sampling

refers to the process of converting a continuous signal of a sound wave into a numeric sequence

which is a function of discrete time or space. This is then used in the Fast Fourier Transform (FFT)

analysis. The sampling interval is denoted as . The sampling-rate or sampling frequency refers to

the number of samples obtained in one second or in other words,

If the highest frequency of the original signal is , the Nyquist-Shannon sampling theorem

shows that a signal that has been sampled can be reconstructed from an infinite sequence of

samples if the sampling rate exceeds samples per second. The sampling rate selected for this

project is 48000Hz. From the sampling theorem, the reconstructed sample will have a maximum

frequency of 24000Hz which lies well within the range of human hearing.

2.6.2 Harmonic Analysis

A Fourier transform decomposes a function into an alternate representation. There are

various types of Fourier transforms which are characterized based on their input and output

functions [14]. In this project, the Fast Fourier Transform (FFT) was applied in order to determine the

Page 20: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

16

frequency components of a signal buried in a time domain signal. The FFT is an algorithm that

computes the Discrete Fourier Transform (DFT) and its inverse.

DFTs, as its name implies, map periodic sequences in the time domain to periodic sequences in the

frequency domain [8]. Since the input function of the DFT is a finite sequence of discrete values, it is

a suitable method for processing digital data stored in computers.

Consider a sequence of length which is transformed into another sequence of complex

numbers using DFT, the general equation is

where

. This equation implies that the there are complex multiplications and

complex additions for each value of . Therefore, to compute , the DFT requires complex

multiplications and complex additions. Direct computation of is inefficient because it

does not apply the symmetry and periodicity properties of the phase factor, . The two properties

can be represented as follows:

Symmetry property:

Periodicity property:

The FFT utilizes these two properties in order to reduce the number of complex

multiplications and additions in the transformation matrix. The most common FFT algorithm used is

the Cooley-Tukey algorithm which recursively breaks down the DFT into many smaller DFTs of

sizes and .

One form of the Cooley-Tukey algorithm is the radix-2 decimation-in-time (DIT) FFT. The

Radix-2 DIT considers the computation of the sample DFT by dividing the sample data

sequence into two

-sample data sequences and corresponding to the even-indexed

samples and odd-indexed samples of . In other words, it decimates the function by a factor of 2

just as its name suggests.

Page 21: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

17

where and are the DFTs of the even-indexed inputs and odd-indexed inputs.

is a phase factor which is also known as the twiddle factor and obeys the following relation:

Due to the periodicity property of DFT,

Therefore, the DFT equation can now be expressed as

This result is the core of the radix-2 DIT fast Fourier transform. The direct computation of

and requires

complex multiplications whereas the computation of

requires an

additional

complex multiplications. Therefore, the overall computation of requires

which is a reduction from the initial results of . This reduction is about a factor of 2 for large .

The decimation of the data sequence can be repeated again by reducing it to two

sample length

DFTs using and . This decimation can be performed times and thus reducing the

total number of complex multiplications to

. The number of complex additions will be

reduced to .

Taking sample DFT as an example, the computation is carried out in three stages. The

first stage is the computation of four two sample length DFTs or two-point DFTs followed by two

four sample long DFT. Lastly, the computation of one eight sample long DFT. These three stages are

illustrated in Figure 2.9.

Page 22: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

18

Figure 2.9: Three stages in the computation of an -point DFT

The Cooley-Tukey algorithm is applied with any decimation that recursively re-expresses a

DFT of a composite size in the computational program used in this project, MATLAB®. The

decimation does not necessarily have to be fixed to a factor of 2 and the function used in MATLAB®

deals with a combination of decimations that offers decent optimization.

Page 23: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

19

Chapter 3

EXPERIMENTAL METHODOLOGY

3.1 Equipment

3.1.1 Musical Instruments and Strings

Three types of ukuleles were used in this experiment in order to study the effects of the

quality of ukulele on its frequencies. The ukuleles used are shown in Figure 8.

Figure 3.1: (a) Kala Spruce/Rosewood Soprano Ukulele (b) Makala Soprano (c) Outdoor Ukulele

Figure 3.1(a) shows the Kala Spruce/Rosewood Soprano (Model KA-SRS). The Kala ukulele

has a solid spruce top and its back, fingerboard, sides and bridge are made out of rosewood. The

second ukulele used is the Makala Soprano (Model MK-S) which mainly consists of agathis. Similar to

the Kala Ukulele, its fingerboard and bridge is made out of rosewood [16]. Lastly, the most unique

ukulele was selected which is the Outdoor Ukulele. Its injection molded composite polycarbonate

creates a sturdy structure and tonal quality similar to a traditional ukulele [17]. All ukuleles were

tuned according to the frequencies of the Equal-tempered scale. The two sets of strings compared in

this experiment for each ukulele are the Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano and

D'Addario T2 Soprano Strings as shown in Figure 3.2 (a) and (b) respectively.

Figure 3.2: (a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano (b) D'Addario T2 Soprano Strings

(c) Pipa Strings (d) D’addario EJ45 Pro-Arte Nylon, Normal Tension

Page 24: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

20

The Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano is constructed out of Nylgut

which has a specific density and acoustical qualities which are nearly identical to the traditional gut

strings. It also has improved resistance under tension than that of gut and is known to be

considerably better than that of Nylon and thus is given the name Nylgut [18]. The D’addario T2

Soprano Strings are made from a dense monofilament which is similar to nylon. This unique material

is suitable for the Ukulele because of its brighter tone and increased projection [19].

The Spruce Wood Shanghai Pipa was also selected for analysis in this experiment. The

Shanghai pipa string is made of a steel core which is wound together with nylon within a helical coil

of plastic except for the first string [2] [4]. Figure 3.2(c) shows the set of pipa strings used in this

project. The pipa was tuned according to the frequencies of the Just scale.

The classical guitar used in this experiment is the CG151S Yamaha Classical Guitar. The

strings used for this guitar is the EJ45 Pro-Arte Nylon, Normal Tension as shown in Figure 3.3(d). The

treble set of strings (E4, B3, G3) are made out of nylon whereas the bass strings are wound using

silver-plated copper on a multi-filament nylon core [23]. The classical guitar was tuned according to

the frequencies of the Equal-tempered scale.

3.1.2 Microphone and Audio Interface

The microphone used in this project is RODE® NT4 microphone which is a stereo microphone

that contains two audio channels. Sounds are detected from its right and left channels and its signals

are sent to the audio interface. Before analyzing the sound waves, the two audio signals were

combined into one signal. The M-audio® FAST TRACK PRO audio interface is used to convert

incoming analog audio signals into digital audio data and sends this data to the operation system. In

this project, the Windows 7 Vista operating system was used. All recordings were made in the

acoustic laboratory of National University of Singapore (NUS).

3.1.3 Software

Audacity is a multi-track audio recorder which was used in this experiment to interface with

the RODE® NT4 microphone. This software was used to record and save the waveforms produced by

the string musical instruments. The waveforms were also exported into the Waveform Audio File

Format (.wav) using a Pulse-code modulation (PCM) method as digital data which was then used for

the Fast Fourier Transform analysis in MATLAB® R2012b. MATLAB® R2012b is a programming

platform used for numerical computation, data analysis, algorithm development and visualization.

[10] Two algorithms were written and used to perform the FFT on the samples in order to obtain the

Page 25: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

21

harmonic spectrum of the samples and to determine the amplitudes of the harmonic frequencies

over time.

3.2 Setup

When the strings of the ukulele, pipa and guitar are plucked, the vibrations of the strings

excite the bridge and top plate as mentioned previously [24]. Therefore, it is important that the

hollow body of these musical instruments should be in minimal contact with any other object. In this

experiment, the instruments were supported by tripod stands. One end of the instrument was

clamped by a tripod stand while the hollow body of the instrument was supported by the stem of

another tripod stand. The experiment set up is shown in Figure 3.5.

Figure 3.5: Experimental Setup

The microphone was set up onto a microphone stand and was placed near the sound-hole

for the ukulele and guitar and near the region in between the neck and bridge for the pipa. Since the

microphone used is directional, the laptop used to record sound samples were placed behind the

microphone so that it would not affect the recordings made.

3.3 Procedure

1. The RODE®NT4 microphone was set up as stated in section 3.2.

2. The first string of the ukulele was plucked by a finger.

3. The sustained sounds produced were recorded and stored using the program Audacity.

4. The remaining strings of the ukulele were each plucked and recorded at a sampling rate of

48000Hz with a bit depth of 32 bits.

5. The variables were varied and repeated for

a. Three different types of ukuleles

b. Two different types of strings

6. Steps 1 to 4 were then repeated for the pipa and classical guitar.

Page 26: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

22

7. An algorithm was written in the MATLAB language to perform the FFT function on the entire

wav file (Appendix A). The amplitudes graphs of the samples were plotted in both time and

frequency domains. A calibration spectrum was used to identify the range in which the

harmonics were present.

8. The frequencies of harmonics for several samples were determined for each string from the

frequency domain graph and were recorded. The average of these values was calculated.

9. The ideal harmonic series is obtained through calculation using the value of the fundamental

frequency from the sample.

10. The equation

(46) is rearranged as

The graph of

against is plotted and a best line is fitted using the method of least

squares. The gradient of the graph is equivalent to the inharmonicity coefficient.

11. The theoretical values of the inharmonicity coefficient of the ukulele, pipa and classical guitar

strings were calculated using the following equations

(48)

(49)

12. Equation (46) may also be arranged accordingly

The graph of

is plotted against in order to observe the degree to which the

experimental frequencies deviate from the ideal harmonic frequencies and to compare among

the different instruments and strings used in this project.

13. An algorithm is written in the MATLAB language in order to observe the variation of amplitudes

of the harmonic frequencies over the duration of the sample (Appendix B).

Page 27: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

23

Chapter 4

RESULTS AND DISCUSSION

4.1 Inharmonicity Coefficient

Due to the unavailability of the actual values of the tension, of the Aquila AQ-4U New

Nylgut® and Pipa set of strings, the theoretical values of the inharmonicity coefficient were

calculated using two different equations. The first being

(48)

The tensions of the D’addario T2 Soprano Strings were used for the Aquila set of strings for

comparisons of the inharmonicity coefficients. The second equation used is

The diameters of all strings and lengths of all instruments were measured and the mean

values were calculated. The cross sectional areas and linear density were also calculated. Several

values of the Young’s modulus of nylon ranging from [7] were used as the specific

Young’s moduli of the strings used in this project have not been determined yet. The Young’s

modulus of the steel core of the Pipa strings E3, D3 and A2 used is [13].

The experimental and theoretical values of the inharmonicity coefficient, were plotted on

a graph against its diameter in order to observe the correlation of points.

The diameters of the ukulele strings were found to increase in the order of A4, G4, E4 and C4.

The inharmonicity coefficients were compared across the various types of ukuleles using a low,

medium and high value of the Young’s modulus of nylon based on the range obtained from the

Manual of guitar technology: The history and technology of plucked string instrument.

Page 28: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

24

4.1.1 Inharmonicity Coefficient Calculated Using Tension

(a) Ukulele Strings

Figures 4.1.1 and 4.1.2 show the graphs of against with for both Aquila and

D’addario strings respectively.

Figure 4.1.1: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

Figure 4.1.2: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

0.00E+00

5.00E-05

1.00E-04

1.50E-04

2.00E-04

2.50E-04

3.00E-04

3.50E-04

4.00E-04

4.50E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 4.41GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 4.41GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental)) Poly. (Outdoor (Theoretical))

Page 29: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

25

Figures 4.1.3 and 4.1.4 show the graphs of against with for both Aquila and

D’addario strings respectively.

Figure 4.1.3: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

Figure 4.1.4: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

Figures 4.1.5 and 4.1.6 show the graphs of against with for both Aquila and

D’addario strings respectively.

0.00E+00

5.00E-05

1.00E-04

1.50E-04

2.00E-04

2.50E-04

3.00E-04

3.50E-04

4.00E-04

4.50E-04

5.00E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 4.905GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

9.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 4.905GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

Page 30: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

26

Figure 4.1.5: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

Figure 4.1.6: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

The black trendline in Figures 4.1 to 4.6 represent the relationship of theoretical values of

inharmonicity coefficients for all ukuleles as the difference between their values are negligible.

From Figures 4.1.1 to 4.1.6, it is observed that the relationship between the inharmonicity

coefficient and its diameter models a polynomial to the order of 4 as expected from the equation

. The increase in value of the inharmonicity coefficients as the diameters increases

suggests that thicker strings deviate more from the expected or ideal value. It is noted that the

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 5.40GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

9.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 5.40GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

Page 31: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

27

results for the Kala and Makala ukulele are very similar suggesting that the strings largely contribute

to the inharmonicity coefficients. However, the results of the Outdoor ukulele differ from that of the

Kala and Makala.

In order to compare the experimental values of the inharmonicity coefficient for the Aquila

or D’addario set of strings among the ukuleles used, the percentage differences for each string were

calculated and were found to range from 0.13% to 32.8%, in which about 79% of the values had

percentage differences less than 15%. It is also noted that the remaining 21% of the values were

obtained when the inharmonicity coefficients were compared to those of the Outdoor ukulele. The

reason for this is due to the fact that several harmonic frequencies determined from the frequency

domain graph had values less than the ideal harmonic series and thus, affecting the values of the

inharmonicity coefficients. This negative deviation is seen to impact the E4 string most and it is

explained in further detail in section 4.3. In the calculation of percentage differences, the lengths of

strings were treated to be equal. This is because the variations in length only contribute to at most

0.2% to the percentage differences and are therefore negligible. The remaining percentage

difference may be attributed to the difference in shapes and composition of the ukuleles.

The percentage discrepancies between the experimental and theoretical values were found

to range from as low as 0.29% to 161%. It was also observed that the high percentage discrepancies

were mainly due to the A4 string.

(b) Classical Guitar Strings

Figure 4.1.7 shows the experimental and theoretical inharmonicity coefficients calculated.

Figure 4.1.7: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings of

the Classical Guitar

0

0.00005

0.0001

0.00015

0.0002

0.00025

0.0003

0.00035

0.0004

0.65 0.75 0.85 0.95 1.05 1.15

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Classical Guitar Strings

Experimental Values

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.41GPa)

Page 32: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

28

Figure 4.1.7 is plotted to see the correlation of the points to a straight line fit as predicted by

plotting

. The E4, B3 and G4 nylon strings which are represented by the first, third

and fifth point from the left of Figure 4.1.7 is found to have experimental values closer to the

theoretical values. The percentage discrepancies were found to be below 41% which is much lower

than those of the wound strings as expected. However, the percentage discrepancies for the wound

strings ranged from 74% to 95% due to the fact that the Young’s modulus of nylon was used in the

calculations but in actuality, this is not true.

4.1.1 Inharmonicity Coefficient Calculated Using Linear Density

The second method of determining the inharmonicity coefficient is performed in order to

compare the experimental values and theoretical values in a more consistent manner. Comparisons

could not be made for the pipa using the first method but can be estimated using this method.

(a) Ukulele Strings

Figures 4.1.8 and 4.1.9 show the graphs of against with for both Aquila and

D’addario strings respectively.

Figure 4.1.8: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

0.0E+00

1.0E-04

2.0E-04

3.0E-04

4.0E-04

5.0E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oef

fici

en

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 4.41GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

Page 33: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

29

Figure 4.1.9: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

Figures 4.1.10 and 4.1.11 show the graphs of against with for both Aquila and

D’addario strings respectively.

Figure 4.1.10: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 4.41GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoreticall)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 4.905GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

Page 34: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

30

Figure 4.1.11: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

Figures 4.1.12 and 4.1.13 show the graphs of against with for both Aquila and

D’addario strings respectively.

Figure 4.1.12: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the Aquila Strings

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 4.905GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental)) Poly. (Outdoor (Theoretical))

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

0.55 0.65 0.75 0.85

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: Aquila Strings (Q = 5.40GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental))

Poly. (Outdoor (Theoretical))

Page 35: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

31

Figure 4.1.13: Plot of Inharmonicity Coefficient, B against diameter, d/mm for the D’addario Strings

From Figures 4.1.8 to 4.1.13, it is observed that the relationship between the inharmonicity

coefficient and its diameter models a polynomial to the order of 4 as expected from the equation

. Similar to section 4.1.1, the inharmonicity coefficients are seen to increase as

the diameters of the strings are increased.

It is noted that the deviation between the experimental values from the theoretical values of

strings the Aquila set of were greater in the first method as compared to that in the second method.

One possible explanation for this discrepancy is due to the inaccurate values of the tension used in

the first method.

0.00E+00

1.00E-04

2.00E-04

3.00E-04

4.00E-04

5.00E-04

6.00E-04

7.00E-04

8.00E-04

0.65 0.75 0.85 0.95 1.05

Inh

arm

on

icit

y C

oef

fici

ent,

B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings (Q = 5.40GPa)

Kala (Experimental)

Makala (Experimental)

Outdoor (Experimental)

Kala (Theoretical)

Makala (Theoretical)

Outdoor (Theoretical)

Poly. (Kala (Experimental))

Poly. (Makala (Experimental))

Poly. (Outdoor (Experimental)) Poly. (Makala (Theoretical))

Page 36: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

32

(c) Pipa Strings

Figure 4.1.14: Plot of Inharmonicity Coefficient, B against diameter, d/mm for Pipa Strings

Figure 4.1.14 is plotted to see the correlation of the points to a straight line fit as predicted

by plotting

. The trend displayed shows that the inharmonicity coefficients

agree with the stiff string model. It is found that the percentage discrepancies between the

experimental values and theoretical values were extremely high, ranging from 1.36% to 83.5%. The

reasons for these high percentage discrepancies are explained in section 4.5.

0

0.00005

0.0001

0.00015

0.0002

0.00025

0.0003

0.00035

0.0004

0.00045

0.0005

0 0.2 0.4 0.6 0.8 1 1.2

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Outer Diameter, D/mm

Inharmonicity Coefficient, B Results Compilation: Pipa Strings (Q = 4.41GPa)

Experimental Values

Theoretical Values

Page 37: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

33

(b) Classical Guitar Strings

Figure 4.1.15: Plot of Inharmonicity Coefficient, B against diameter, d/mm for Classical Guitar Strings

Figure 4.1.15 is plotted to see the correlation of the points to a straight line fit as predicted

by plotting

. It is observed that the theoretical values of the first three strings of

the classical guitar which is again represented as the first, third and fifth points in Figure 4.1.15 have

values less than the experimental values as compared to the plot obtained in Figure 4.1.7. The

opposite is seen in the Figure 4.1.7. One possible explanation for this behaviour may be due to the

inaccurate choice of density for nylon. More research on this is needed to fully comprehend this

behaviour. Nevertheless, their experimental values appear to be closer to the theoretical values as

compared to the 4th, 5th and 6th string.

It was observed that the nylon cores of the D3, A2 and E2 wound strings were fibrous and

thus, the diameter of the core could not be measured using the micrometer screw gauge. Therefore,

the linear densities of the strings used to calculate the theoretical value of are very inaccurate. The

larger percentage discrepancies acquired using this method of calculation proves this.

Similar to the Outdoor Ukulele, several harmonic frequencies determined from the

frequency domain graph had values less than the ideal harmonic series and thus, affecting the

experimental values of the inharmonicity coefficients.

0

0.0001

0.0002

0.0003

0.0004

0.0005

0.0006

0.0007

0.0008

0.65 0.75 0.85 0.95 1.05 1.15

Inh

arm

on

icit

y C

oe

ffic

ien

t, B

Diameter, d/mm

Inharmonicity Coefficient, B Results Compilation: D'addario Strings

Experimental Values

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Page 38: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

34

4.2 Relationship between Harmonic Frequencies and its nth Harmonics

Using the theoretical values of the inharmonicity coefficient from the second method, the

theoretical values of the harmonic frequencies were calculated. A graph of harmonic frequencies

against harmonics is then plotted to observe the relationship between the two variables.

4.2.1 Kala Spruce/Rosewood Soprano Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.2.1 to 4.2.4 show the plots of frequency against harmonics for the A4, E4, C4 and G4 Aquila

strings of the Kala Ukulele respectively.

Figure 4.2.1a: Plot of Frequency against Harmonics for the A4 Aquila String for the Kala Ukulele

The experimental, theoretical and ideal harmonic frequencies were found to deviate slightly

from each other and it is found that this deviation is increased when the harmonics were increased.

The deviation in frequencies cannot be seen clearly from Figure 4.2.1a but an enlarged version

showing the 8th to 10th harmonic in Figure 4.2.1b displays this deviation evidently. This is done for all

graphs of all instruments.

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Kala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 39: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

35

Figure 4.2.1b: Plot of Frequency against Harmonics for the A4 Aquila String for the Kala Ukulele for

the 8th to 10th Harmonic

Figure 4.2.2a: Plot of Frequency against Harmonics for the E4 Aquila String for the Kala Ukulele

3500

3600

3700

3800

3900

4000

4100

4200

4300

4400

4500

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Kala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

3500

4000

0 2 4 6 8 10 12

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Kala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 40: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

36

Figure 4.2.2b: Plot of Frequency against Harmonics for the E4 Aquila String for the Kala Ukulele for

the 8th to 10th Harmonic

Figure 4.2.3a: Plot of Frequency against Harmonics for the C4 Aquila String for the Kala Ukulele

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Kala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Kala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 41: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

37

Figure 4.2.3b: Plot of Frequency against Harmonics for the C4 Aquila String for the Kala Ukulele for

the 8th to 10th Harmonic

Figure 4.2.4a: Plot of Frequency against Harmonics for the G4 Aquila String for the Kala Ukulele

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Kala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Kala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 42: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

38

Figure 4.2.4b: Plot of Frequency against Harmonics for the G4 Aquila String for the Kala Ukulele for

the 8th to 10th Harmonic

(b) D'Addario T2 Soprano Strings Strings

Figures 4.2.5 to 4.2.8 show the plots of frequency against harmonics for the A4, E4, C4 and G4

D’addario strings of the Kala Ukulele respectively.

Figure 4.2.5a: Plot of Frequency against Harmonics for the A4 D’addario String for the Kala Ukulele

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Kala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Kala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa) Theoretical Values (Q=4.905GPa) Theoretical Values (Q=5.40GPa) Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=5.40GPa))

Page 43: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

39

Figure 4.2.5b: Plot of Frequency against Harmonics for the A4 D’addario String for the Kala Ukulele

for the 8th to 10th Harmonic

Figure 4.2.6a: Plot of Frequency against Harmonics for the E4 D’addario String for the Kala Ukulele

3400

3600

3800

4000

4200

4400

4600

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

3500

4000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa) Theoretical Values (Q=4.905GPa) Theoretical Values (Q=5.40GPa) Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

Page 44: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

40

Figure 4.2.6b: Plot of Frequency against Harmonics for the E4 D’addario String for the Kala Ukulele

for the 8th to 10th Harmonic

Figure 4.2.7a: Plot of Frequency against Harmonics for the C4 D’addario String for the Kala Ukulele

2500

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 45: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

41

Figure 4.2.7b: Plot of Frequency against Harmonics for the C4 D’addario String for the Kala Ukulele

for the 8th to 10th Harmonic

Figure 4.2.8a: Plot of Frequency against Harmonics for the G4 D’addario String for the Kala Ukulele

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (G4 String, Kala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 46: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

42

Figure 4.2.8b: Plot of Frequency against Harmonics for the G4 D’addario String for the Kala Ukulele

for the 8th to 10th Harmonic

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (G4 String, Kala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 47: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

43

4.2.2 Makala Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.2.9 to 4.2.12 show the plots of frequency against harmonics for the A4, E4, C4 and G4

Aquila strings of the Makala Ukulele respectively.

Figure 4.2.9a: Plot of Frequency against Harmonics for the A4 Aquila String for the Makala Ukulele

Figure 4.2.9b: Plot of Frequency against Harmonics for the A4 Aquila String for the Makala Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Freq

ue

ncy

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Makala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa) Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

3400

3600

3800

4000

4200

4400

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Makala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa) Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

Page 48: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

44

Figure 4.2.10a: Plot of Frequency against Harmonics for the E4 Aquila String for the Makala Ukulele

Figure 4.2.10b: Plot of Frequency against Harmonics for the E4 Aquila String for the Makala Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Makala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2500

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Makala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 49: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

45

Figure 4.2.11a: Plot of Frequency against Harmonics for the C4 Aquila String for the Makala Ukulele

Figure 4.2.11b: Plot of Frequency against Harmonics for the C4 Aquila String for the Makala Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Makala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Makala, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 50: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

46

Figure 4.2.12a: Plot of Frequency against Harmonics for the G4 Aquila String for the Makala Ukulele

Figure 4.2.12b: Plot of Frequency against Harmonics for the G4 Aquila String for the Makala Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Makala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Makala, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 51: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

47

(b) D'Addario T2 Soprano Strings Strings

Figures 4.2.13 to 4.2.16 show the plots of frequency against harmonics for the A4, E4, C4 and G4

D’addario strings of the Makala Ukulele respectively.

Figure 4.2.13a: Plot of Frequency against Harmonics for the A4 D’addario String for the Makala

Ukulele

Figure 4.2.13b: Plot of Frequency against Harmonics for the A4 D’addario String for the Makala

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Makala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

3400

3600

3800

4000

4200

4400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Makala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 52: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

48

Figure 4.2.14a: Plot of Frequency against Harmonics for the E4 D’addario String for the Makala

Ukulele

Figure 4.2.14b: Plot of Frequency against Harmonics for the E4 D’addario String for the Makala

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Makala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2500

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Makala, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 53: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

49

Figure 4.2.15a: Plot of Frequency against Harmonics for the C4 D’addario String for the Makala

Ukulele

Figure 4.2.15b: Plot of Frequency against Harmonics for the C4 D’addario String for the Makala

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Makala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Makala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 54: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

50

Figure 4.2.16a: Plot of Frequency against Harmonics for the G4 D’addario String for the Makala

Ukulele

Figure 4.2.16b: Plot of Frequency against Harmonics for the G4 D’addario String for the Makala

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Makala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Makala, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 55: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

51

4.2.3 Outdoor Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.2.17 to 4.2.20 show the plots of frequency against harmonics for the A4, E4, C4 and G4

Aquila strings of the Outdoor Ukulele respectively.

Figure 4.2.17a: Plot of Frequency against Harmonics for the A4 Aquila String for the Outdoor Ukulele

Figure 4.2.17b: Plot of Frequency against Harmonics for the A4 Aquila String for the Outdoor Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Outdoor, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3400

3600

3800

4000

4200

4400

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Outdoor, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 56: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

52

Figure 4.2.18a: Plot of Frequency against Harmonics for the E4 Aquila String for the Outdoor Ukulele

Figure 4.2.18b: Plot of Frequency against Harmonics for the E4 Aquila String for the Outdoor Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Outdoor, Aquila) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2500

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Outdoor, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 57: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

53

Figure 4.2.19a: Plot of Frequency against Harmonics for the C4 Aquila String for the Outdoor Ukulele

Figure 4.2.19b: Plot of Frequency against Harmonics for the C4 Aquila String for the Outdoor Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Outdoor, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (C4 String, Outdoor, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 58: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

54

Figure 4.2.20a: Plot of Frequency against Harmonics for the G4 Aquila String for the Outdoor Ukulele

Figure 4.2.20b: Plot of Frequency against Harmonics for the G4 Aquila String for the Outdoor Ukulele

for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Outdoor, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Outdoor, Aquila)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 59: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

55

(b) D'Addario T2 Soprano Strings Strings

Figures 4.2.21 to 4.2.24 show the plots of frequency against harmonics for the A4, E4, C4 and G4

D’addario strings of the Outdoor Ukulele respectively.

Figure 4.2.21a: Plot of Frequency against Harmonics for the A4 D’addario String for the Outdoor

Ukulele

Figure 4.2.21b: Plot of Frequency against Harmonics for the A4 D’addario String for the Outdoor

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

5000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3400

3600

3800

4000

4200

4400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 60: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

56

Figure 4.2.22a: Plot of Frequency against Harmonics for the E4 D’addario String for the Outdoor

Ukulele

Figure 4.2.22b: Plot of Frequency against Harmonics for the E4 D’addario String for the Outdoor

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (E4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=5.40GPa))

2500

2600

2700

2800

2900

3000

3100

3200

3300

3400

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (E4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 61: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

57

Figure 4.2.23a: Plot of Frequency against Harmonics for the C4 D’addario String for the Outdoor

Ukulele

Figure 4.2.23b: Plot of Frequency against Harmonics for the C4 D’addario String for the Outdoor

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (C4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2000

2100

2200

2300

2400

2500

2600

2700

2800

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonic (C4 String, Outdoor, D'addario) Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 62: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

58

Figure 4.2.24a: Plot of Frequency against Harmonics for the G4 D’addario String for the Outdoor

Ukulele

Figure 4.2.24b: Plot of Frequency against Harmonics for the G4 D’addario String for the Outdoor

Ukulele for the 8th to 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

4000

4500

0 2 4 6 8 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

3000

3100

3200

3300

3400

3500

3600

3700

3800

3900

4000

7.9 8.4 8.9 9.4 9.9

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G4 String, Outdoor, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 63: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

59

4.2.4 Pipa

Figures 4.2.25 to 4.2.28 show the plots of frequency against harmonics for the A3, E3, D3 and A2

strings of the Pipa respectively.

Figure 4.2.25a: Plot of Frequency against Harmonics for the A3 string for the Pipa

Figure 4.2.256b: Plot of Frequency against Harmonics for the A3 String for the Pipa for the 8th to 10th

Harmonic

0

500

1000

1500

2000

2500

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A3 String, Pipa)

Experimental Values

Harmonic Frequencies of Experimental Fundamental Note

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

1700

1800

1900

2000

2100

2200

2300

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A3 String, Pipa)

Experimental Values

Harmonic Frequencies of Experimental Fundamental Note

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

Page 64: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

60

Figure 4.2.26a: Plot of Frequency against Harmonics for the E3 string for the Pipa

Figure 4.2.26b: Plot of Frequency against Harmonics for the E3 String for the Pipa for the 8th to 10th

Harmonic

0

200

400

600

800

1000

1200

1400

1600

1800

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E3 String, Pipa)

Experimental Values

Harmonic Frequencies of Experimental Fundamental Note

Theoretical Values

Best Fit (Experimental Values)

Linear (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

1300

1350

1400

1450

1500

1550

1600

1650

1700

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E3 String, Pipa)

Experimental Values

Harmonic Frequencies of Experimental Fundamental Note

Theoretical Values

Best Fit (Experimental Values)

Linear (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

Page 65: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

61

Figure 4.2.27a: Plot of Frequency against Harmonics for the D3 string for the Pipa

Figure 4.2.27b: Plot of Frequency against Harmonics for the D3 String for the Pipa for the 8th to 10th

Harmonic

0

200

400

600

800

1000

1200

1400

1600

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (D3 String, Pipa)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

1100

1150

1200

1250

1300

1350

1400

1450

1500

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (D3 String, Pipa)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values)

Page 66: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

62

Figure 4.2.28a: Plot of Frequency against Harmonics for the A2 string for the Pipa

Figure 4.2.28b: Plot of Frequency against Harmonics for the A2 String for the Pipa for the 8th to 10th

Harmonic

0

200

400

600

800

1000

1200

0 2 4 6 8 10 12

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A2 String, Pipa)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

850

900

950

1000

1050

1100

1150

7.9 8.4 8.9 9.4 9.9

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A2 String, Pipa)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Page 67: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

63

4.2.5 Classical Guitar

Figures 4.2.29 to 4.2.34 show the plots of frequency against harmonics for the E4, B3, G3, D3 and A2

and E2 strings of the Classical Guitar respectively.

Figure 4.2.29a: Plot of Frequency against Harmonics for the E4 string for the Classical Guitar

Figure 4.2.29b: Plot of Frequency against Harmonics for the E4 String for the Classical Guitar for the

9.5th and 10th Harmonic

0

500

1000

1500

2000

2500

3000

3500

0 2 4 6 8 10 12

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa) Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa) Linear (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

3100

3120

3140

3160

3180

3200

3220

3240

3260

3280

3300

9.5 9.6 9.7 9.8 9.9 10

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E4 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa) Theoretical Values (Q=5.40GPa)

Linear (Experimental Values)

Linear (Ideal Harmonic Frequencies) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

Page 68: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

64

Figure 4.2.30a: Plot of Frequency against Harmonics for the B3 string for the Classical Guitar

Figure 4.2.30b: Plot of Frequency against Harmonics for the B3 String for the Classical Guitar for the

9th and 10th Harmonic

0

500

1000

1500

2000

2500

3000

0 2 4 6 8 10 12

Fre

qu

ency

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (B3 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

2100

2150

2200

2250

2300

2350

2400

2450

2500

8.9 9.4 9.9

Fre

qu

ency

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (B3 String, Classical Guitar, D'addario)

Experimental Values

Harmonic Frequencies of Experimental Fundamental Note Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

Page 69: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

65

Figure 4.2.31a: Plot of Frequency against Harmonics for the G3 string for the Classical Guitar

Figure 4.2.31b: Plot of Frequency against Harmonics for the G3 String for the Classical Guitar for the

9th and 10th Harmonic

0.00

500.00

1000.00

1500.00

2000.00

2500.00

0 2 4 6 8 10 12

Freq

ue

ncy

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (G3 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

1700

1750

1800

1850

1900

1950

2000

8.9 9.1 9.3 9.5 9.7 9.9 10.1

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (G3 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 70: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

66

Figure 4.2.32a: Plot of Frequency against Harmonics for the D3 string for the Classical Guitar

Figure 4.2.32b: Plot of Frequency against Harmonics for the D3 String for the Classical Guitar for the

9th and 10th Harmonic

0.00

200.00

400.00

600.00

800.00

1000.00

1200.00

1400.00

1600.00

0 2 4 6 8 10 12

Freq

ue

ncy

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (D3 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

1300

1320

1340

1360

1380

1400

1420

1440

1460

1480

1500

8.9 9.1 9.3 9.5 9.7 9.9 10.1

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (D3 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Linear (Ideal Harmonic Frequencies)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 71: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

67

Figure 4.2.33a: Plot of Frequency against Harmonics for the A2 string for the Classical Guitar

Figure 4.2.33b: Plot of Frequency against Harmonics for the A2 String for the Classical Guitar for the

9th and 10th Harmonic

0

200

400

600

800

1000

1200

0 2 4 6 8 10 12

Freq

ue

ncy

/Hz

Harmonic, n

Plot of Frequency/Hz against Harmonics (A2 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note) Linear (Theoretical Values (Q=4.41GPa)) Linear (Theoretical Values (Q=4.905GPa)) Linear (Theoretical Values (Q=5.40GPa))

950

970

990

1010

1030

1050

1070

1090

1110

1130

1150

8.9 9.1 9.3 9.5 9.7 9.9 10.1

Freq

uen

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (A2 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Page 72: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

68

Figure 4.2.34a: Plot of Frequency against Harmonics for the E2 string for the Classical Guitar

Figure 4.2.34b: Plot of Frequency against Harmonics for the E2 String for the Classical Guitar for the

9th and 10th Harmonic

0

100

200

300

400

500

600

700

800

900

0 2 4 6 8 10 12

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E2 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

700

720

740

760

780

800

820

840

860

880

900

8.9 9.1 9.3 9.5 9.7 9.9 10.1

Fre

qu

en

cy/H

z

Harmonic, n

Plot of Frequency/Hz against Harmonics (E2 String, Classical Guitar, D'addario)

Experimental Values

Ideal Harmonic Frequencies

Theoretical Values (Q=4.41GPa)

Theoretical Values (Q=4.905GPa)

Theoretical Values (Q=5.40GPa)

Best Fit (Experimental Values)

Best Fit (Harmonic Frequencies of Experimental Fundamental Note)

Linear (Theoretical Values (Q=4.41GPa))

Linear (Theoretical Values (Q=4.905GPa))

Linear (Theoretical Values (Q=5.40GPa))

Page 73: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

69

4.2.6 Discussion on Harmonic Frequencies

Based on all figures in section 4.2.1 to 4.2.5, majority of the plots show a linear relationship

between the harmonic frequencies and its harmonics and it can also be seen that the ideal harmonic

frequencies have the lowest set of frequencies. This is in agreement with the theory of inharmonicity

and the equation . It is observed that the experimental frequencies for thicker

strings deviate more from the theoretical values as compared to the thinner strings as expected. This

is seen in all the C4 strings of the ukuleles, the A2 string of the pipa and the E2 string of the classical

guitar.

One abnormality observed is the relatively low frequencies of the A2 string of the classical

guitar as compared to the ideal harmonic series and the theoretical frequencies. This is because all

the harmonic frequencies obtained from the frequency domain plots had values less than ideal

harmonic frequencies and thus giving a lower linear plot than expected.

Page 74: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

70

4.3 Comparisons

4.3.1 Comparing strings within a ukulele

The degree of deviation of the harmonic frequencies from the ideal harmonic series is

observed by plotting the graph of

against .

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.3.1 to 4.3.3 show the comparisons of the four Aquila strings for the Kala, Makala and

Outdoor ukulele respectively.

Figure 4.3.1: Plot of

against for the Aquila string set on the Kala Ukulele.

0

100

200

300

400

500

600

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, Aquila)

A4 String

E4 String

C4 String

G4 String

Best Fit (A String)

Best Fit (E String)

Best Fit (C String)

Best Fit (G String)

Page 75: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

71

Figure 4.3.2: Plot of

against for the Aquila string set on the Makala Ukulele.

Figure 4.3.3: Plot of

against for the Aquila string set on the Outdoor Ukulele.

Several harmonic frequencies of the Outdoor Ukulele were found to have values less than

the ideal harmonic frequencies which contradicts the theory of inharmonicity as

will

have a negative value. The absolute values of these deviations were taken and are represented as

0

100

200

300

400

500

600

700

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, Aquila)

A4 String

E4 String

C4 String

G4 String

Best Fit (A String)

Best Fit (E4 String)

Best Fit (C4 String)

Best Fit (G4 String)

0

100

200

300

400

500

600

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, Aquila) A4 String

E4 String

C4 String

G4 String

Best Fit (E String)

Best Fit (E String)

Best Fit (C4 String)

Best Fit (G4 String)

Page 76: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

72

red data points in Figure 4.3.3. These disparities have affected the inharmonicity coefficients found

in section 4.1.

(b) D'Addario T2 Soprano Strings Strings

Figures 4.3.4 to 4.3.6 show the comparisons of the four D’addario strings for the Kala, Makala and

Outdoor ukulele respectively.

Figure 4.3.4: Plot of

against for the D’addario string set on the Kala Ukulele.

Figure 4.3.5: Plot of

against for the D’addario string set on the Makala Ukulele.

0

100

200

300

400

500

600

700

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, D'addario) A4 String

E4 String

C4 String

G4 String

Best Fit (A4 String)

Best Fit (E4 String)

Best Fit (C4 String)

Best Fit (G4 String)

0

100

200

300

400

500

600

700

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, D'addario)

A4 String

E4 String

C4 String

G4 String

Best Fit (A4 String)

Best Fit (E4 String)

Best Fit (C4 String)

Best Fit (G4 String)

Page 77: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

73

Figure 4.3.6: Plot of

against for the D’addario string set on the Outdoor Ukulele.

It is observed that the deviation of experimental frequencies from the ideal harmonic

frequencies increases with the increase in th harmonic. This trend is expected as the deviation is

related to the second power of its th harmonic.

From section 4.1, results have shown that the increase in thickness of strings increases the

inharmonicity coefficient. Since the square root of the inharmonicity coefficient is directly

proportional to the deviation

, thicker strings are expected to produce larger deviations.

The majority of results obtained seem to agree with the theory only at higher partials. In Figure 4.3.1

and Figure 4.3.4, it is found that the A4 string of the Kala Ukulele shows greater deviation at lower

harmonics which is not what is expected. This behaviour is also observed in the G4 String of the

Makala Ukulele.

Negative deviations were obtained from both plots of the Outdoor ukulele even though

different types of strings were used. This suggests that the disparity is purely due to the construction

of the Outdoor Ukulele. It is also observed that the E4 string demonstrated these disparities more

than the other strings while the C4 string did exhibit any of these disparities.

0

100

200

300

400

500

600

700

800

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, D'addario) A4 String

E4 String

C4 String

G4 String

Best Fit (A4 String) Best Fit (E4 String)

Best Fit (C4 String)

Best Fit (G4 String)

Page 78: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

74

4.3.2 Comparing ukuleles

The deviations of strings were compared among ukuleles by plotting graphs of

against , keeping the type of string variable as a constant for each graph plotted. The graphs

obtained are shown in Appendix C. The majority of graphs showed that the Kala and Makala showed

larger deviations than the Outdoor Ukulele. The same results were obtained even after neglecting

the data points with negative deviation. Therefore, it can be concluded that the Outdoor ukulele

exhibits the least amount of deviations.

4.3.3 Comparing string types

The deviations of strings were compared among string types by plotting graphs of

against , keeping the type of ukulele variable as a constant for each graph plotted.

The graphs obtained are shown in Appendix D. The deviations were found to differ slightly at lower

harmonics but the reversed was obtained at higher harmonics. All graphs showed that the Aquila set

of strings displayed less deviation at higher harmonics.

4.3.4 Comparing strings of a pipa

Figure 4.3.7 shows the comparisons of the four strings of the Pipa.

Figure 4.3.7: Plot of

against for the strings of a Pipa.

It is observed that the deviation of experimental frequencies from the ideal harmonic

frequencies increases with the increase in th harmonic. Similar to the Outdoor Ukulele, several

0.0000

20.0000

40.0000

60.0000

80.0000

100.0000

120.0000

140.0000

160.0000

180.0000

0 2 4 6 8 10 12

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Pipa) A3 String

E3 String

D3 String

A2 String

Best Fit (A3 String)

Best Fit (E3 String)

Best Fit (D3 String)

Best Fit (A2 String)

Page 79: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

75

harmonic frequencies of the Pipa were found to have values less than the ideal harmonic

frequencies and thus producing negative deviations. The absolute values of these deviations were

taken and are represented as red data points.

4.3.4 Comparing strings of a Classical Guitar

Figure 4.3.8: Plot of

against for the strings of a Classical Guitar.

Figure 4.3.8 shows that the deviation of experimental frequencies from the ideal harmonic

frequencies increases with the increase in th harmonic in agreement with the theory of

inharmonicity.

0

50

100

150

200

250

300

0 2 4 6 8 10 12

(fn

2-n

2f 0

2)1

/2

Harmonic, n

Plot of Deviation of Overtone Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Classical Guitar, D'addario) E4 String

B3 String

G3 String

D3 String

A2 String

E2 String

Best Fit (E4 String)

Best Fit (B3 String)

Best Fit (G3 String)

Best Fit (D3 String)

Best Fit (A2 String)

Best Fit (E2 String)

Page 80: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

76

4.4 Spectrum Plots

Spectrum plots were plotted for all strings for all instruments used in this project to observe

the behavior of harmonic frequencies over time. This is done by dividing each sample into segments

of equal periods of time and performing the FFT onto each segment. The amplitudes of the harmonic

frequencies were obtained from each segment and then used to plot a 3-dimensional graph over the

duration of the sample.

4.4.1 Kala Spruce/Rosewood Soprano Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.4.1 to 4.4.4 show the spectrum plots of the Kala Ukulele of the A4, E4, C4 and G4 Aquila

string respectively.

Figure 4.4.1: Spectrum Plot of A4 Aquila String for the Kala Ukulele

440.37

0

2

4

6

8

0

10

9

21

8

32

7

43

6

54

5

65

4

76

3

87

2

98

1

10

90

11

99

13

08

14

17

15

26

16

35

17

44

18

53

19

62

20

71

21

80

22

89

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (Aquila, A4 String)

440.37

880.73

1321.1

1761.5

2201.8

2642.2

3082.6

3522.9

3963.3

4403.7

Page 81: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

77

Figure 4.4.2: Spectrum Plot of E4 Aquila String for the Kala Ukulele

Figure 4.4.3: Spectrum Plot of C4 Aquila String for the Kala Ukulele

329.9

0

2

4

6

8

10

12 0

13

3

26

7

40

0

53

4

66

7

80

0

93

4

1,0

67

1,2

00

1,3

34

1,4

67

1,6

01

1,7

34

1,8

67

2,0

01

2,1

34

2,2

67

2,4

01

2,5

34

Frequency/Hz

Am

plit

ud

e

Tims/ms

Spectrum Plot of Kala Ukulele (Aquila, E4 String)

329.9

659.79

989.69

1319.6

1649.5

1979.4

2309.3

2639.2

2969.1

3299

261.58

0

10

20

30

40

50

60

0

15

3

30

6

45

9

61

2

76

5

91

8

1,0

70

1,2

23

1,3

76

1,5

29

1,6

82

1,8

35

1,9

88

2,1

41

2,2

94

2,4

47

2,6

00

2,7

53

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (Aquila, C4 String)

261.58

523.16

784.74

1046.3

1373.3

1569.5

1831.1

2158

2354.2

2681.2

Page 82: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

78

Figure 4.4.4: Spectrum Plot of G4 Aquila String for the Kala Ukulele

(b) D'Addario T2 Soprano Strings Strings

Figures 4.4.5 to 4.4.8 show the spectrum plots of the Kala Ukulele of the A4, E4, C4 and G4 D’addario

string respectively.

Figure 4.4.5: Spectrum Plot of A4 D’addario String for the Kala Ukulele

391.84

0

5

10

15

20 0

1

33

2

65

39

8

53

1

66

4

79

6

92

9

1,0

62

1,1

94

1,3

27

1,4

60

1,5

93

1,7

25

1,8

58

1,9

91

2,1

23

2,2

56

2,3

89

2,5

22

2,6

54

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (Aquila, G4 String)

391.84

783.67

1175.5

1567.3

1959.2

2351

2742.9

3134.7

3526.5

3918.4

439.36

0

2

4

6

8

0

46

91

13

7

18

2

22

8

27

3

31

9

36

4

41

0

45

5

50

1

54

6

59

2

63

7

68

3

72

8

77

4

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (D'addario, A4 String)

439.36

878.72

1318.1

1757.4

2196.8

2636.2

3075.5

3514.9

3954.2

4393.6

Page 83: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

79

Figure 4.4.6: Spectrum Plot of E4 D’addario String for the Kala Ukulele

Figure 4.4.7: Spectrum Plot of C4 D’addario String for the Kala Ukulele

328.77

0

1

2

3

4

5

6

0

97

19

5

29

2

38

9

48

7

58

4

68

1

77

9

87

6

97

3

1,0

71

1,1

68

1,2

65

1,3

63

1,4

60

1,5

57

1,6

55

1,7

52

1,8

49

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (D'addario, E4 String)

328.77

657.53

986.3

1315.1

1643.8

1972.6

2301.4

2630.1

3041.1

3369.9

261.94

0

5

10

15

20

0

10

7

21

4

32

1

42

8

53

4

64

1

74

8

85

5

96

2

1,0

69

1,1

76

1,2

83

1,3

90

1,4

97

1,6

03

1,7

10

1,8

17

1,9

24

2,0

31

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (D'addario, C4 String)

261.94

523.87

785.81

1047.7

1309.7

1571.6

1833.6

2161

2422.9

2684.9

Page 84: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

80

Figure 4.4.8: Spectrum Plot of G4 D’addario String for the Kala Ukulele

392.64

0

1

2

3

4

5

6

7

8 0

1

02

20

4

30

6

40

8

50

9

61

1

71

3

81

5

91

7

1,0

19

1,1

21

1,2

23

1,3

24

1,4

26

1,5

28

1,6

30

1,7

32

1,8

34

1,9

36

2,0

38

2,1

39

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Kala Ukulele (D'addario, G4 String)

392.64

785.28

1177.9

1570.6

1963.2

2355.8

2748.5

3141.1

3533.7

3533.7

Page 85: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

81

4.4.2 Makala Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.4.9 to 4.4.12 show the spectrum plots of the Makala Ukulele of the A4, E4, C4 and G4

Aquila string respectively.

Figure 4.4.9: Spectrum Plot of A4 Aquila String for the Makala Ukulele

Figure 4.4.10: Spectrum Plot of E4 Aquila String for the Makala Ukulele

440.37

0

5

10

15

20

0

64

12

7

19

1

25

4

31

8

38

2

44

5

50

9

57

2

63

6

69

9

76

3

82

7

89

0

95

4

1,0

17

1,0

81

1,1

45

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (Aquila, A4 String)

440.37

880.73

1321.1

1761.5

2201.8

2642.2

3082.6

3522.9

3963.3

4403.7

329.9

0

5

10

15

20

25

0

10

9

21

8

32

7

43

7

54

6

65

5

76

4

87

3

98

2

1,0

91

1,2

00

1,3

10

1,4

19

1,5

28

1,6

37

1,7

46

1,8

55

1,9

64

2,0

73

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (Aquila, E4 String)

329.9

659.79

989.69

1319.6

1649.5

1979.4

2309.3

2639.2

2969.1

3299

Page 86: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

82

Figure 4.4.11: Spectrum Plot of C4 Aquila String for the Makala Ukulele

Figure 4.4.12: Spectrum Plot of G4 Aquila String for the Makala Ukulele

261.94

0

10

20

30

40

50 0

13

7

27

5

41

2

55

0

68

7

82

5

96

2

1,1

00

1,2

37

1,3

74

1,5

12

1,6

49

1,7

87

1,9

24

2,0

62

2,1

99

2,3

36

2,4

74

2,6

11

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (Aquila, C4 String)

261.94

523.87

785.81

1047.7

1309.7

1571.6

1833.6

2161

2422.9

2684.9

392.64

0

5

10

15

20

25

30

0

61

12

2

18

3

24

5

30

6

36

7

42

8

48

9

55

0

61

1

67

2

73

4

79

5

85

6

91

7

97

8

1,0

39

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (Aquila, G4 String)

392.64

785.28

1177.9

1570.6

1963.2

2355.8

2748.5

3141.1

3533.7

3926.4

Page 87: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

83

(b) D'Addario T2 Soprano Strings Strings

Figures 4.4.13 to 4.4.16 show the spectrum plots of the Makala Ukulele of the A4, E4, C4 and G4

D’addario string respectively.

Figure 4.4.13: Spectrum Plot of A4 D’addario String for the Makala Ukulele

Figure 4.4.14: Spectrum Plot of E4 D’addario String for the Makala Ukulele

439.36

0

2

4

6

8

10

0

73

14

6

21

9

29

1

36

4

43

7

51

0

58

3

65

6

72

8

80

1

87

4

94

7

1,0

20

1,0

93

1,1

65

1,2

38

1,3

11

1,3

84

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (D'addario, A4 String)

439.36

878.72

1318.1

1757.4

2196.8

2636.2

3075.5

3514.9

3954.2

4393.6

329.33

0

2

4

6

8

10

12

0

97

19

4

29

2

38

9

48

6

58

3

68

0

77

7

87

5

97

2

1,0

69

1,1

66

1,2

63

1,3

60

1,4

58

1,5

55

1,6

52

1,7

49

1,8

46

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (D'addario, E4 String)

329.33

658.66

987.99

1317.3

1646.7

1976

2305.3

2634.6

2964

3293.3

Page 88: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

84

Figure 4.4.15: Spectrum Plot of C4 D’addario String for the Makala Ukulele

Figure 4.4.16: Spectrum Plot of G4 D’addario String for the Makala Ukulele

261.58

0

5

10

15

20

25 0

76

15

3

22

9

30

6

38

2

45

9

53

5

61

2

68

8

76

5

84

1

91

8

99

4

1,0

70

1,1

47

1,2

23

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (D'addario, C4 String)

261.58

523.16

784.74

1046.3

1307.9

1569.5

1831.1

2158

2419.6

2681.2

391.84

0

2

4

6

8

10

12

0

92

18

4

27

6

36

8

45

9

55

1

64

3

73

5

82

7

91

9

1,0

11

1,1

03

1,1

94

1,2

86

1,3

78

1,4

70

1,5

62

1,6

54

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Makala Ukulele (D'addario, G4 String)

391.84

783.67

1175.5

1567.3

1959.2

2351

2742.9

3134.7

3526.5

3918.4

Page 89: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

85

4.4.3 Outdoor Ukulele

(a) Aquila AQ-4U New Nylgut® Regular GCEA Set Soprano Strings

Figures 4.4.17 to 4.4.20 show the spectrum plots of the Outdoor Ukulele of the A4, E4, C4 and G4

Aquila string respectively.

Figure 4.4.17 : Spectrum Plot of A4 Aquila String for the Outdoor Ukulele

Figure 4.4.18: Spectrum Plot of E4 Aquila String for the Outdoor Ukulele

439.36

0

2

4

6

8

10

12

0

55

10

9

16

4

21

9

27

3

32

8

38

2

43

7

49

2

54

6

60

1

65

6

71

0

76

5

81

9

87

4

92

9

98

3

1,0

38

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (Aquila, A4 String)

439.36

878.72

1318.1

1757.4

2196.8

2636.2

3075.5

3514.9

3954.2

4393.6

329.9

0

10

20

30

40

50

60

0

36

73

10

9

14

6

18

2

21

8

25

5

29

1

32

7

36

4

40

0

43

7

47

3

50

9

54

6

58

2

61

8

65

5

69

1

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (Aquila, E4 String)

329.9

659.79

989.69

1319.6

1649.5

1979.4

2309.3

2639.2

2969.1

3299

Page 90: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

86

Figure 4.4.19: Spectrum Plot of C4 Aquila String for the Outdoor Ukulele

Figure 4.4.20: Spectrum Plot of G4 Aquila String for the Outdoor Ukulele

261.58

0

20

40

60

80

100 0

76

15

3

22

9

30

6

38

2

45

9

53

5

61

2

68

8

76

5

84

1

91

8

99

4

1,0

70

1,1

47

1,2

23

1,3

00

1,3

76

1,4

53

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (Aquila, C4 String)

261.58

523.16

784.74

1046.3

1307.9

1569.5

1831.1

2158

2354.2

2615.8

391.84

0

5

10

15

20

25

30

35

0

71

14

3

21

4

28

6

35

7

42

9

50

0

57

2

64

3

71

5

78

6

85

8

92

9

1,0

00

1,0

72

1,1

43

1,2

15

1,2

86

1,3

58

1,4

29

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (Aquila, G4 String)

391.84

783.67

1175.5

1567.3

1959.2

2351

2742.9

3134.7

3526.5

3918.4

Page 91: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

87

(b) D'Addario T2 Soprano Strings Strings

Figures 4.4.21 to 4.4.24 show the spectrum plots of the Outdoor Ukulele of the A4, E4, C4 and G4

D’addario string respectively.

Figure 4.4.21: Spectrum Plot of A4 D’addario String for the Outdoor Ukulele

Figure 4.4.22: Spectrum Plot of E4 D’addario String for the Outdoor Ukulele

440.37

0

1

2

3

4

5

6

7

8

0

36

73

10

9

14

5

18

2

21

8

25

4

29

1

32

7

36

3

40

0

43

6

47

2

50

9

54

5

58

1

61

8

65

4

69

0

72

7

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (D'addario, A4 String)

440.37

880.73

1321.1

1761.5

2201.8

2642.2

3082.6

3522.9

3963.3

4403.7

329.33

0

5

10

15

20

25

0

73

14

6

21

9

29

2

36

4

43

7

51

0

58

3

65

6

72

9

80

2

87

5

94

7

1,0

20

1,0

93

1,1

66

1,2

39

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (D'addario, E4 String)

329.33

658.66

987.99

1317.3

1646.7

1976

2305.3

2634.6

2964

3293.3

Page 92: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

88

Figure 4.4.23: Spectrum Plot of C4 D’addario String for the Outdoor Ukulele

Figure 4.4.24: Spectrum Plot of G4 D’addario String for the Outdoor Ukulele

262.3

0

10

20

30

40

50 0

92

18

3

27

5

36

6

45

8

54

9

64

1

73

2

82

4

91

5

1,0

07

1,0

98

1,1

90

1,2

81

1,3

73

1,4

64

1,5

56

1,6

47

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (D'addario, C4 String)

262.3

524.59

786.89

1049.2

1311.5

1573.8

1836.1

2098.4

2360.7

2688.5

391.84

0

5

10

15

20

25

0

82

16

3

24

5

32

7

40

8

49

0

57

2

65

3

73

5

81

7

89

8

98

0

1,0

62

1,1

43

1,2

25

1,3

07

1,3

88

1,4

70

1,5

52

1,6

33

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Outdoor Ukulele (D'addario, G4 String)

391.84

783.67

1175.5

1567.3

1959.2

2351

2742.9

3134.7

3526.5

Series10

Page 93: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

89

4.4.4 Spruce Wood Shanghai Pipa

Figures 4.4.25 to 4.4.28 show the spectrum plots of the Pipa of the A3, E3, D3 and A2 string

respectively.

Figure 4.4.25: Spectrum Plot of A3 String for the Pipa

Figure 4.4.26: Spectrum Plot of E3 String for the Pipa

219.68

0

10

20

30

40

0

10

9

21

9

32

8

43

7

54

6

65

6

76

5

87

4

98

3

1,0

93

1,2

02

1,3

11

1,4

20

1,5

30

1,6

39

1,7

48

1,8

57

1,9

67

2,0

76

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Pipa (A3 String)

219.68

439.36

659.04

878.72

1098.4

1318.1

1592.7

1757.4

1977.1

2196.8

165.09

0

10

20

30

40

50

60

70

0

97

19

4

29

1

38

8

48

5

58

2

67

8

77

5

87

2

96

9

1,0

66

1,1

63

1,2

60

1,3

57

1,4

54

1,5

51

1,6

48

1,7

45

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Pipa (E3 String)

165.09

330.18

495.27

660.36

825.45

990.54

1155.6

1320.7

1485.8

1650.9

Page 94: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

90

Figure 4.4.27: Spectrum Plot of D3 String for the Pipa

Figure 4.4.28: Spectrum Plot of A2 String for the Pipa

147.35

0

5

10

15

0

54

10

9

16

3

21

7

27

1

32

6

38

0

43

4

48

9

54

3

59

7

65

2

70

6

76

0

81

4

86

9

92

3

97

7

1,0

32

1,0

86

1,1

40

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Pipa (D3 String)

147.35

294.7

442.06

589.41

736.76

884.11

1031.5

1178.8

1326.2

1473.5

110.34

0

5

10

15

20

25

30

0

18

1

36

3

54

4

72

5

90

6

1,0

88

1,2

69

1,4

50

1,6

31

1,8

13

1,9

94

2,1

75

2,3

56

2,5

38

2,7

19

2,9

00

3,0

81

3,2

63

3,4

44

3,6

25

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Pipa (A2 String)

110.34

220.69

331.03

441.38

551.72

662.07

772.41

882.76

993.1

1103.4

Page 95: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

91

4.4.5 CG151S Yamaha Classical Guitar

Figures 4.4.29 to 4.4.34 show the spectrum plots of the Classical Guitar of the E4, B3, G3, D3, A2 and

E2 Aquila string respectively.

Figure 4.4.29: Spectrum Plot of E4 String for the Classical Guitar

Figure 4.4.30: Spectrum Plot of B3 String for the Classical Guitar

329.9

0

2

4

6

8

10

0

15

8

31

5

47

3

63

1

78

8

94

6

1,1

03

1,2

61

1,4

19

1,5

76

1,7

34

1,8

92

2,0

49

2,2

07

2,3

64

2,5

22

2,6

80

2,8

37

2,9

95

3,1

53

3,3

10

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Classical Guitar (E4 String)

329.9

659.79

989.69

1319.6

1649.5

1979.4

2309.3

2639.2

2969.1

3299

246.47

0

10

20

30

40

0

17

9

35

7

53

6

71

4

89

3

1,0

71

1,2

50

1,4

28

1,6

07

1,7

85

1,9

64

2,1

42

2,3

21

2,4

99

2,6

78

2,8

56

3,0

35

3,2

13

3,3

92

3,5

70

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plots of Classical Guitar (B3 String)

246.47

492.94

739.41

985.88

1232.3

1478.8

1725.3

1971.8

2218.2

2464.7

Page 96: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

92

Figure 4.4.31: Spectrum Plot of G3 String for the Classical Guitar

Figure 4.4.32: Spectrum Plot of D3 String for the Classical Guitar

196.32

0

5

10

15

20

25 0

14

3

28

5

42

8

57

1

71

3

85

6

99

8

1,1

41

1,2

84

1,4

26

1,5

69

1,7

12

1,8

54

1,9

97

2,1

39

2,2

82

2,4

25

2,5

67

2,7

10

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Classical Guitar (G3 String)

196.32

392.64

588.96

785.28

981.6

1177.9

1374.2

1570.6

1766.9

1963.2

146.68

0

5

10

15

20

25

0

70

9

1,4

18

2,1

27

2,8

36

3,5

45

4,2

54

4,9

63

5,6

72

6,3

81

7,0

90

7,8

00

8,5

09

9,2

18

9,9

27

10

,63

6

11

,34

5

12

,05

4

12

,76

3

13

,47

2

14

,18

1

14

,89

0

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Classical Guitar (D3 String)

146.68

293.35

440.03

586.71

733.38

880.06

1026.7

1173.4

1320.1

1466.8

Page 97: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

93

Figure 4.4.33: Spectrum Plot of A2 String for the Classical Guitar

Figure 4.4.34: Spectrum Plot of E2 String for the Classical Guitar

110.15

0

10

20

30

40 0

14

5

29

1

43

6

58

1

72

6

87

2

1,0

17

1,1

62

1,3

07

1,4

53

1,5

98

1,7

43

1,8

88

2,0

34

2,1

79

2,3

24

2,4

69

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plots of Classical Guitar (A2 String)

110.15

220.31

330.46

440.62

550.77

660.93

771.08

881.24

991.39

1101.5

82.368

0

10

20

30

40

50

60

0

77

7

1,5

54

2,3

31

3,1

08

3,8

85

4,6

62

5,4

39

6,2

16

6,9

93

7,7

70

8,5

47

9,3

24

10

,10

1

10

,87

8

11

,65

5

12

,43

2

13

,20

9

13

,98

6

14

,76

3

15

,54

0

16

,31

7

Frequency/Hz

Am

plit

ud

e

Time/ms

Spectrum Plot of Classical Guitar (E2 String)

82.368

164.74

247.1

329.47

411.84

494.21

576.58

658.94

741.31

823.68

Page 98: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

94

4.4.6 Discussion on Spectrum Plots

Based on the spectrum plots of the ukuleles, it can be seen that all ukulele strings have

similar plots in which the amplitudes of the first harmonic is seen to be the largest, followed by the

second harmonic. It has also been noted that the thickest string produces the highest amplitudes

which lasts for a longer period of time as compared to the remaining strings. In addition, the

frequencies generally tend to fluctuate a little when it is first plucked but stabilizes after a certain

period of time. However, the frequencies of the Outdoor Ukulele were seen to fluctuate more than

the typical wooden ukulele.

The spectrum plots of the classical guitar are seen to be comparable to the spectrum plots of

the ukulele. Similar to the ukulele, the frequency of the first harmonic has the largest amplitude and

the thicker strings produce higher amplitudes which appear to be louder to perceivers.

The pipa has a more complex spectrum of harmonic frequencies than the ukulele and

classical guitar. The higher harmonics of the pipa are seen to have larger amplitudes whereas the

first two harmonics are seen to have much smaller amplitudes. This explains the perceived high pitch

and bright sounds of the pipa. The difference in spectrum plots may be attributed to the varied

shape, size and strings of the pipa, ukulele and guitar.

Page 99: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

95

4.5 Discussion

Young’s Modulus and Linear Density

The deviations between the theoretical values and experimental values of the inharmonicity

coefficient of the ukulele strings can be attributed to the assumption that the strings used were

completely made out of nylon. In actuality, this is not the case. The Aquila New Nylgut set of strings

are not completely nylon nor are they gut strings but rather a plastic compound of three different

components which exhibit characteristics similar to the nylon and gut strings[18]. The D’addario T2

strings, on the other hand, is said to be crafted from a dense monofilament material which is similar

to nylon [19]. The Young’s modulus and linear density used in these calculations may differ quite

significantly from the actual values of the strings. The same goes for the strings of the Pipa and bass

strings of the classical guitar as they are rather complex strings. There is also a possibility that the

Young’s Modulus for each type of string differs slightly. However, this contribution may have very

little impact on the overall results. It is clear that further analyses on these strings are needed.

Problems with the Pipa and Classical Guitar

When determining the experimental inharmonicity coefficients of the strings of the pipa and

the bass strings of the classical guitar, it was noted that there were a few values which lies out of the

trend. In the case of the pipa, this could have been due to the difference in plucking style as it was

harder to pluck the strings with the same position using the fake fingernail. Another possible reason

for this is the presence of dirt in the windings which may slightly increase the frequencies of strings

at higher harmonics.

Problem with Theoretical Model for Wound Strings

The discrepancies in this project may be due to the fact that a lot of approximations were

used not just in terms of constants but as well as the model used. Fletcher created his model based

on piano strings and made approximations which may not be applicable for the analysis of other

types of strings. In his analysis, Fletcher assumed that the windings were very small and treated the

cross sectional area of the windings as a sheaf of metal. However, this approximation may

contribute to the percentage discrepancy especially for strings with larger diameters. If each loop of

winding were treated as a torus instead, it is found that the percentage discrepancy for the A2 string

decreased by 10%.

Page 100: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

96

Comparison of Ukulele Strings with Trebles Strings of Classical Guitar

The inharmonicity coefficients of the ukulele strings ranges from to

whereas the inharmonicity coefficients of the treble classical guitar strings were found to range from

3.0 to . In general, the ukulele strings have smaller diameters than the treble

classical guitar strings which explains the larger values obtained for the classical guitar.

As for strings which have nylon cores wound with copper, the values were found be even

smaller ranging from to . The pipa strings which have steel cores wrapped

with nylon have values higher than the bass strings of the classical guitar that is from to

.

Due to the lack of research in nylon strings, the results obtained could not be compared with

any other external theoretical values. Thus, this project has provided a rough gauge as to what the

magnitudes of inharmonicity coefficient of nylon strings should be.

Page 101: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

97

Chapter 5

CONCLUSION

The inharmonicity of ukulele, pipa and classical guitar strings is studied through the standard

method of harmonic analysis, the Fast Fourier Transform (FFT). The degree of inharmonicity in stings

is also analyzed by varying the thickness of the strings, type of instrument used and the type of

strings. In addition, the inharmonicity coefficients of strings which contained nylon were determined

and analyzed. Although these strings may not fit the stiff string model proposed by Fletcher

completely, it can be seen that these strings generally agree with the model. Adjustments to this

model may be required in order to be applied to nylon strings.

Investigations on the frequencies of the ukulele, pipa and classical guitar strings were made.

The deviation of harmonic frequencies from the ideal harmonic frequencies were also examined and

compared across strings of different thickness, quality and type of instrument. It is found that the

results acquired from these two analyses generally agree with the stiff string model although several

outliers were obtained. The spectrum plots produced also provided information on the behavior of

harmonic frequencies over time which may be used as reference in the synthesis of sounds.

Overall, the objectives of this project were carried out successfully and this paper offers a

good platform for further research.

Page 102: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

98

References

[1] Olson, H. F. (1967). Music, physics and engineering (Vol. 1769). Courier Dover

Publications.Culver,

[2] Encyclopedia Britannica: Pipa. http://www.britannica.com/EBchecked/topic/459043/pipa

(accessed 21 Mar 2014)

[3] Chen, Y. H., & Huang, C. F. (2011). Sound Synthesis of the Pipa Based on Computed Timbre

Analysis and Physical Modeling. Selected Topics in Signal Processing, IEEE Journal of, 5(6),

1170-1179.

[4] Chin, S. H. L., & Berger, J. (2010). Analysis of Pitch Perception of Inharmonicity in Pipa Strings

Using Response Surface Methodology. Journal of New Music Research, 39(1), 63-73.

[5] Parts of Classical Guitar. http://en.wikibooks.org/wiki/Guitar/Classical_Guitar (accessed 31 Mar

2014)

[6] Design of a Classical Guitar. http://www.designofaclassicalguitar.com/acoustic-principles.php

(accessed 31 Mar 2014)

[7] Jahnel, F. (2000). Manual of guitar technology: The history and technology of plucked string

instruments. Bold Strummer Limited.

[8] Modeling the wave motion of a guitar. http://www.forskningsradet.no/servlet/Satellite(accessed 17

Mar 2014)

[9] Fletcher, N. H., & Rossing, T. D. (1998). The physics of musical instruments. Springer.

[10] Rossing, T. D., Moore, F. R., & Wheeler, P. A. (1990). The science of sound(Vol. 2). Reading,

MA: Addison-Wesley.

[11] Feldman, J. (2007) Solution of the Wave Equation by Separation of Variable. University of British

Columbia: Notes from the Mathematics Department 267 2007-2007. Available at:

http://www.math.ubc.ca/~feldman/m267/separation.pdf (accessed 18 Mar 2014)

[12] Young, H. D., & Freedman, R. A. (2006). Sears and Zemansky's university physics (Vol. 1).

Pearson education.

[13] Fletcher, H. (2005). Normal vibration frequencies of a stiff piano string. The Journal of the

Acoustical Society of America, 36(1), 203-209.

[14] Feuer, A., & Goodwin, G. C. (1996). Sampling in digital signal processing and control. Springer.

Page 103: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

99

[15] Fast Fourier Transform (FFT):

http://www.cmlab.csie.ntu.edu.tw/cml/dsp/training/coding/transform/fft.html (accessed 20

Mar 2014)

[16] Kala Spruce/Rosewood Soprano Ukulele and Makala Soprano.

[17] Outdoor Ukulele. http://outdoorukulele.com/

[18] Aquila Strings. http://www.aquilausa.com/uke_strings.html,

http://www.aquilastringschina.com/Our_products.html

[19] D’addario T2 Titanium Strings.

http://www.daddario.com/DADProductDetail.Page?ActiveID=3769&productid=254&productn

ame=EJ87S_Titanium_Ukulele__Soprano

[20] Spruce Wood Starter Pipa.

http://www.easonmusicstore.com/webshaper/store/viewProd.asp?pkProductItem=101

[21] Classical Guitar. http://en.wikibooks.org/wiki/Guitar/Classical_Guitar

[22] CG151S Yamaha Classical Guitar http://sg.yamaha.com/en/products/musical-

instruments/guitars-basses/cl-guitars/cg/cg151s/

[23] D’addario Pro-Arte Nylon, Normal Tension Classical Guitar Strings

http://www.daddario.com/DADProductDetail.Page?ActiveID=3769&productid=213&productna

me=EJ45_Pro_Arte_Nylon__Normal_Tension

[24]Elejabarrieta, M. J., Ezcurra, A., & Santamarıa, C. (2002). Coupled modes of the resonance box

of the guitar. The Journal of the Acoustical Society of America, 111(5), 2283-2292.

[25] Keane, M. (2004). Understanding the complex nature of piano tones. Acoustics Research Centre.

Available fro m http://www. acoustics. auckland. ac. nz/research/research_files/keane_nzas04.

pdf.

Page 104: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

100

Appendix A: Code for Signal Processing

Code used for performing FFT and plotting graphs in time and frequency domains

%Load File KalaAA.wav file='KalaAA.wav'; [y,Fs,bits]=wavread(file); %Number of samples in file Nsamps=length(y); %Generate time domain values t=(1/Fs)*(1:Nsamps); %Applying FFT function on sampled data array y y_fft=abs(fft(y)); %Retain only Magnitude y_fft=y_fft(1:Nsamps); y=y(1:Nsamps); %For later parts analysis %Generate frequency domain values f=Fs*(0:Nsamps-1)/Nsamps; %Plot Sound File in Time Domain plot(t,y) xlabel('Time(s)') ylabel('Amplitude') title('Amplitude(dB) in Time Domain(s)') %Plot Sound File in Frequency Domain plot(f,y_fft) xlim([0 <set to a frequency slightly higher than largest expected frequency>]) xlabel('Frequency(Hz)') ylabel('Amplitude') title('Spectral Power(Watts/Hz) in Frequency Domain(Hz)')

Page 105: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

101

Appendix B: Code for Spectrum Plots %Load File MakalaAA.wav % Select destination folder file = 'C:\Users\kirstenwong\Documents\Semester 1\Honours Project\WAV Files\MakalaAA.wav'; dest = 'C:\Users\kirstenwong\Documents\Semester 1\Honours Project\CSV Files\MakalaAA.csv'; %Fundamental frequency of sample freq = 440.43; % Read the wav file [y,Fs,bits] = wavread(file); % Calculate the number of samples in 4 wavelengths section_size = round((Fs / freq) * 4); % Calculate the exact number of samples we'll be expecting size_y = numel(y); % Discard the beginning of the samples to round it up evenly % Multiple of section_size l = floor(size_y / section_size) * section_size; y = y((size_y - l + 1):size_y); size_y = l; section_count = size_y / section_size; % Process each section_size-ed section of the PCM sample sections = reshape(y, section_size, []); % The frequencies of the frequencies buckets ret = Fs * (0:section_size - 1) / section_size; ret = [[0] ret]'; % Process each section in turn for i = 1:section_count y = sections(:,i); % The start time for this group of samples t = (i - 1) * (section_size / Fs); % Perform FFT y_fft = abs(fft(y)); y_fft = y_fft(1:section_size); ret = [ret [[t]; y_fft]]; end %Save file in .csv format csvwrite(dest, ret)

Page 106: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

102

Appendix C: Comparing Ukuleles

Figure 5.1: Plot of

against for the A4 Aquila string set.

Figure 5.2: Plot of

against for the E4 Aquila string set.

Figure 5.3: Plot of

against for the C4 Aquila string set.

Figure 5.4: Plot of

against for the G4 Aquila string set.

0

100

200

300

400

500

600

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Aquila, A4 String) Kala

Makala

Outdoor

Best Fit (Kala)

Best Fit (Makala)

Best Fit (Outdoor)

0

100

200

300

400

500

600

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Aquila, E4 String) Kala

Makala

Outdoor

Best Fit (Kala)

Best Fit (Makala) Best Fit (Outdoor)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2-n

2 f1)

1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Aquila, C4 String) Kala

Makala

Outdoor

Best Fit (Kala)

Best Fit (Makala) Best Fit (Outdoor)

0

100

200

300

400

500

600

0 5 10 15

(fn

2 -n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Aquila, G4 String) Kala

Makala

Outdoor

Best Fit (Kala)

Best Fit (Makala) Best Fit (Outdoor)

Page 107: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

103

Figure 5.5: Plot of

against for the A4 D’addario string set.

Figure 5.6: Plot of

against for the E4 D’addario string set

Figure 5.7: Plot of

against for the C4 D’addario string set

Figure 5.8: Plot of

against for the G4 D’addario string set

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(D'addario, A4 String) Kala

Makala

Outdoor

Best Fit (Kala) Best Fit (Makala) Best Fit (Outdoor)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(D'addario, E4 String) Kala

Makala

Outdoor

Best Fit (Kala) Best Fit (Makala) Best Fit (Outdoor)

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(D'addario, C4 String) Kala

Makala

Outdoor

Best Fit (Kala) Best Fit (Makala) Best Fit (Outdoor)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz

against Harmonics (D'addario, G4 String) Kala

Makala

Outdoor

Best Fit (Kala)

Best Fit (Makala) Best Fit (Outdoor)

Page 108: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

104

Appendix D: Comparing String Types

Figure 5.9: Plot of

against for the A4 String of the Kala ukulele.

Figure 5.10: Plot of

against for the E4 String of the Kala ukulele.

Figure 5.11: Plot of

against for the C4 String of the Kala ukulele.

Figure 5.12: Plot of

against for the G4 String of the Kala ukulele.

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2-n

2 f1)

1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, A4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2 -n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, E4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2-n

2 f1)

1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, C4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2 -n

2 f1)

1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Kala, G4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

Page 109: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

105

Figure 5.13: Plot of

against for the A4 String of the Makala ukulele.

Figure 5.14: Plot of

against for the E4 String of the Makala ukulele.

Figure 5.15: Plot of

against for the C4 String of the Makala ukulele.

Figure 5.16: Plot of

against for the G4 String of the Makala ukulele.

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, A4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2 -n

2 f1)1/

2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, E4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2-n

2 f1)1

/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, C4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2 -n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Makala, G4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

Page 110: Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar Projects Repository... · Analysis of Ukulele Tones with Comparisons to the Pipa and Classical Guitar KIRSTEN

106

Figure 5.17: Plot of

against for the A4 String of the Outdoor ukulele.

Figure 5.18: Plot of

against for the E4 String of the Outdoor ukulele.

Figure 5.19: Plot of

against for the C4 String of the Outdoor ukulele.

Figure 5.20: Plot of

against for the G4 String of the Outdoor ukulele.

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, A4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

0 5 10 15

(fn

2-n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, E4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

800

0 5 10 15

(fn

2 -n

2f 1

)1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, C4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (D'addario)

0

100

200

300

400

500

600

700

0 5 10 15

(fn

2 -n

2 f1)

1/2

Harmonic, n

Plot of Deviation of Experimental Harmonic Frequencies from Ideal Harmonic Frequencies/Hz against Harmonics

(Outdoor, G4 String)

Aquila

D'addario

Best Fit (Aquila)

Best Fit (Aquila)