MUMT618 - Final Report Litterature Review on Guitar Body Modeling Techniques

Size: px
Start display at page:

Download "MUMT618 - Final Report Litterature Review on Guitar Body Modeling Techniques"

Transcription

1 MUMT618 - Final Report Litterature Review on Guitar Body Modeling Techniques Loïc Jeanson Winter Introduction With the Karplus-Strong Algorithm, we have an efficient way to realize the synthesis The goal is to investigate as far as possible the ease and the feasibility of inputing the choices of the guitar makers in a model of the instrument. This realistic parameter coupling to guitar model would have two main interests. First, it will allow for a possible improvement of the filtering verisimilitude of the guitar body and ultimately of the verisimilitude of the timbre of the synthesized sounds. It could also help luthiers in their never ending quest of enhancing their control on the timbre of their guitars. Nowadays, only years of experience and a good sense of keeping tracks of past choices are the most common tools used during various attempts to develop the personality and balance of their various guitar models. The first step of this goal was obviously to take a closer look at the modeling techniques of the guitar body, in order to understand in which way the parameter chosen by the luthiers could be directly or indirectly implemented in the guitar models. This report reviews a series of articles related to guitar body modeling. This literature review will be organized as follow. We will go through every selected paper among the selection, they will be shortly summarized and what seemed to be the main points will be enlighten. Then a short analysis follows showing among other parameters the link with passed (and/or selected by this review) papers. The six selected papers are [A] Body Modelling Techniques for String Instruments Synthesis by Karjalainen, Smith ; 1996 [B] Plucked-string Models : From the Karplus Strong Algorithm to Digital Waveguides and Beyond by Karjalainen, Välimäki, Tolonen ; 1998 [C] New techniques to model reverberant instrument body responses by Penttinen, Karjalainen, Paatero, Järveläinen ; 2001 [D] Non Linear Guitar Body Models by Nackaers, Schiettecatte, De Moor ; 2003 [E] High-Resolution Parametric Modeling of String Instrument Sounds by Karjalainen, Paatero ; 2005 [F] String Instrument Body Modeling using FIR Filter design and AutoRegressive Parameter Estimation by Türckheim, Smit, Mores ; 2010 [G] "Numerical simulation of a guitar", by Becache, Chaigne, Derveaux, Joly ;2005 1

2 2 Litterature Review 2.1 Body Modelling Techniques for String Instruments Synthesis by Karjalainen, Smith ; 1996 Presented for ICMC 96, this article is based on work of the early and mid-90s. It explains various alternative techniques for string instruments synthesis as its title let understand. Concretely, it means the presentation of various types of digital filters. The strong contribution this article delivers is the explanation of the use of warped filters. Warped filters are the usual FIR or IIR for which the frequency scale is warped, thus lightening the computation load. The frequency warping for audio application should follow the Bark scale in order to be perceptually consistent. The warping method used in this article is the bilinear conformal warping because it is a conformal mapping that preserves order. For FIR, first, implementing the warping is not too complicated: all the unit delays are substituted by 1st order allpass sections as in (1). This is a general expression of a bilinear warping, to fit the Bark scale, we need to find appropriate values of λ. z 1 D 1 (z) = z 1 λ 1 λz 1 (1) The design of the warped FIR filters is explained in Figure 1 Figure 1: Warped FIR modeling: (a) general principle, (b) detailed filter structure for implementation For IIR the substitution is not that simple. It needs some more adjustements described by (2) 2

3 H w (D 1 (z)) = G w 1 + R i=1 α i[d 1 (z)] i (2) Implementing a filter that structure follows (2) is not possible since there is delay-free loops for λ 0. To get rid of this problem, Smith and Karjalainen propose two structures (in Figure 2). The first one uses low-pass filters instead of allpass (and was proposed by Strube in 1980). The second, more complex is a general version for a warped pole-zero structure. Figure 2: Filter structure for implementation of warped IIR filters: (a) lowpass structure that does not work with high orders, (b) modified allpass structure (warped pole-zero filter) This paper also includes the presentation of a body factoring methodology to even further reduce the computation complexity. The various modes have to be factored, splitted between the most damped and the least damped modes. The most-damped modes are then commuted and combined with the excitation in the impulse-response form. The least damped can be modeled as recursive digital filter sections. In order to make this mode factoring, various ways to estimate the mode parameters of a body are listed and shortly discussed. Another note on an easy treatment of the high frequency modes as noise is also presented. The body response in its high frequency range can be heard as a noise burst, therefore it is more convenient to model it as white noise multiplied by an amplitude envelope. The article ends in an example of the body factoring presented before. This article of the mid 90 presents way to model a guitar body, or at least to reproduce it with the help of the usuals FIR and IIR. Concerned with computational efficiency, it presents techniques allowing decreasing the computational load without altering the filter quality. To conclude on this paper, one could say that the bilinear warping reduced the order 3

4 of the design by a factor between 5 and 10, depending on desing, therefore reducing the computational complexity. The parameter λ inserted by the warping can be seen as a qualitative body size parameter that could allow the design of a familiy of instruments with an analogous geometry but varying dimensions. 2.2 Plucked-string Models: From the Karplus Strong Algorithm to Digital Waveguides and Beyond by Karjalainen, Välimäki, Tolonen ; 1998 A few years later, Karjalainen, Välimäki and Tolonen published in the Computer Music Journal a paper presenting the various evolution of the synthesis of plucked string instruments. Starting by the Karplus-Strong Algorithm,interpreted as a digitezed d Alembert s solution to the one-dimensional lossless wave equiation, the idea was to present extensions to this design. The SDL (Single Delay-Loop), in Figure 3 structure is the basic structure for the design of many musical instruments. The Karplus-Strong algorithm is a spectial caseof the SDL structure in which the excitation is given as the initial state of the delay line. Figure 3: Simplified linear string model as a single delay-loop (SDL) structure. The other, less compact or at first more explicit, way of reprensenting it, leading to equivalent results as the SDL structure has two delay lines : the bidirectional digital waveguide model is presented in Figure 4 The first extension presented in this paper is to take into account the output at the bridge. In the previous design, only the string is modeled. The input and the output are placed somewhere along its length. In reality, the string is coupled at the body at the bridge. Figure 5 shows the extende model of the bidirectional waveguide, which coupling and therefore output at the bridge. So far we have the model of the string and the one of the body. We but need a player to pluck it and to decide the timbre desired: we need a filtering due to the excitation. Our structure starts to be clearly composed of subparts. Therefore, a block building of this model was presented to explicit the various independant parts of the design and a first way, maybe not always highly efficient, to design them. After some considerations on the optimization of the design the paper presents a further extender vesion of the digital waveguide model with dedicated parts to specific functions (see Figure 6). In a similar manner, this article presents a detailled implementation of a string 4

5 Figure 4: Bidirectional digital waveguide model for a terminated string (SDL) structure. Figure 5: bridge. Dual delay-line waveguide model for a plucked string with output at the plucked with Pickup Output. This litterature review will not explain closer the differences of deisgn due to the nature of the output (physical coupling to the bridge or magnetic coupling to the pickup(s)). At the very end of the article, some other topics are discussed as the different kinds of non-linearities and some reasons for the linearities, the interaction between the strings and the body and the fact that the response of the body could be more precisely described as what this paper prensented. In order to illustrate this particuliar point, they set the previous article by Karjalainen and Smith as a reference. 2.3 New techniques to model reverberant instrument body responses by Penttinen, Karjalainen, Paatero, Järveläinen ; 2001 This next article, continues the series of Karjalainen. Only, this time, the idea is to see the body of the insturment as a reverberant structure. To describe it as reverberant 5

6 Figure 6: A schematic sound synthesis model for plucked string instruments. The delay in the string loop must be continuously variable, which can be achieved with a fractional delay filter. structure, a new type of filter is presented : Kautz filters. Implemented in the aim of body modeling they have some great properties. They reduce the computational load by reducing the order of the system and they reduce the number of parameters used in instrument body models. Kautz filter can roughly approximate the whole body response, but it lacks accuracy in the high frequency range. Because of their limitation, they can t model accurately the whole frequency range of the body. In this sense, as in the 96 paper by Smith and Karjalainen [A], the response of the guitar is split into two parts, one for the lower frequency range and, obviously, one for the higher part. Because of this need of frequency split the Kautz filter help in getting a deeper understanding of the body behaviour. They help for the identification of the limits at which the helmholtz resonator of the body and the vibrating plate see their respective range of effect. The article also shows that two Kautz filter, adjusted in different ways can model these two parts. Therefore, the adjustment of parameter of the Kautz filter to fit either the loweror higher range helps to get a better understanding of the perceptual properites of the body of the instrument. Basically a Kautz filter is a fixed poles IIR filter organized to produce orthonormal tao-output impulse responses. There is no explicit description of the nature of the Kautz filter in this paper. They reference the work of Kautz (1954) that developped the eponims filter. This being said, the methodolgy for the design of theses Kautz filters is presented. It is a two step procedure, starting with the selection of the poles. As in the paper by Smith and Karjalainen [A], it needs to start with a measured body response or a guess of the usual or average position of the poles. Then, the second step is the assignment of tap-out weights to these poles. The article then presents the methodoly used to determine the crossover frequency of the two Kautz filters used to describe the two frequency range. Based on perception tests to analyse the level of identification of a defect in the calibration of the filters and their crossover frequency. Also, since the parameter of the higher frequency Kautz filter has to be adjusted, the article alsoshortly presented the methology they used to differentiate the low frequency range calibration to the high frequency range. 6

7 2.4 Non Linear Guitar Body Models by Nackaers, Schiettecatte, De Moor ; 2003 This next paper covers a problem enlighten in the paper [B]: the non linear behaviour of the body of the instrument. In this paper it is asserted that the linear behaviour of the body of the guitar is only valid for small excitations. It is written, whitout being explicit, that there are indications that the guitar body is not entirely linear. The wooden plate tends to saturate the output due to the limited flexibility caused by the bracing at large amplitudes. Only a few papers in the past cover this issue. The present paper whishes to present a possible method to implement non-linear behavior at large amplitudes coming in the input of the body. Basically, what is presented in this paper is the modeling of a linear model combined that can be combined at some point with a static non linear model to simulate the non linearity. So it starts with the description of FIR and IIR filters models of the body, already presented in [A] and [B]. Also since [C] already presented it, the prensent paper introduced us to Kautz filter as a good way to model accurately and efficiently the body. Finally, the non-linear models are presented. In order to remain in the range of efficient models, the choice of static non-linearity has been chosen. Based on measurements made on instruments, they built Wiener-Hammerstein systems. The model using the Wiener- Hammerstein system is only used when the input is saturated. In order to estimate the linear part and the non-linear part, measurement where performed on instruments at low and high amplitude. From the low amplitude measurements, they could derive the linear behaviour that the body would have had if its response was totally linear. Then, from the high amplitude measurements, the non-linear part or the non-linear contribution can be estimated. One of the interogation that came from the reading and analysing of this article is the importance of the non-linear part. The article states that at higher amplitudes there is indeed a slight compression of the materials (in this case mainly of the wood of the top of the guitar). Also, there is no explicit definition of high amplitudes. It would be interesting to define more precisely what the limit is and how often the high amplitudes are reached in an average playing condition. Probably that some playing techniques allow for more legitimity of these considerations (manouche guitar playing or slapping on the bass guitar), but since the conceptual environment is blurry it is hard to conclude on the relevance of these considerations. 2.5 High-Resolution Parametric Modeling of String Instrument Sounds by Karjalainen, Paatero ; 2005 In this 2005 Paper, one of the other aspects of the body modelling is investigated : the modal analysis of a body response. So far, [A] presented solutions for this modal identification. Here, a new anlaysis technique is explained : FZ-ARMA. It stands for Frequency Zoom - Auto Regressive Modal Analysis. At a first sight, ARMA are in theory a bad tool to be used since the strings response to excitation is not a minimum phase signal. But ARMA techniques can be pretty efficient, although, due to iterative solution, they could lead to problems at higher order and may not converge to some stable or 7

8 useful result. In order to avoid the limitations of the ARMA method, it needed to be frequency limited, explaining the Frequency Zoom. The article explains in detail the FZ- ARMA technique, how the zooming - or the splinting in subband - is handeled so that the mapping is not missing any part of the spectrum, as well as delivering an accurate modal analysis of plucked sound recordings. T In a second time, this article presents an implementation of the data collected through the FZ-ARMA technique. in opposition to [B] where the idea was to extend the Karplus- Strong algorithm, this time, the idea is to get the whole plucked sound through one filter feeded by the parameter FZ-ARMA extracted. Even if all the modes are delivered by eth FZ-ARMA, it still is possible to separate the string- from the body modes. Ultimately, the modelling will be unified, but if one whishes to implement as in [B] a block modelling plucking variation or timbre variation by the player, each part of the modal analysis is separable. Here again, the Kautz Filters are selected because of their efficiency. The article finishes in the presentation of an example of the FZ-ARMA use from analysis to synthesis for an acoustic guitar. 2.6 String Instrument Body Modeling using FIR Filter design and AutoRegressive Parameter Estimation by Türckheim, Smit, Mores ; 2010 This before last article has a really interesting aim : allow for a specific modification of a resonnance profile, of the frequency response of a body. Before achieving this result, the article invrestigates the efficiency of FIR filters modeling and AutoRegressive (AR) Parameter estimation. As in [E], the parameter extraction from recordings and measurements are done using AR techniques. As shown in Figure 7, the present article prensents the difference between a FIR design and an AR modeling. As we can see, both orders of these designs are very high and computationaly heavy. Not designed for real time implementation, they aim, as best as possible, a fitting to a magnitude frequency response of an instrument body. Again, as [A] advocated it, in order to improve the computation load, for the AR design, a warping of the frequency scale is applied. The frequency axis warping is computed with the all pass function of equation (3). θ(ω) = arctan (1 λ2 ) sin(ω) (1 + λ) cos(ω) 2λ Explicitely, this time a value of λ is given to fit to the Bark scale : λ = 0.75 The article presents also a comparison of the efficiency of the AR design with and without warping. Figure 8showa the visual illustration of this example. For a roughly comparable accuracy we can notice the order sinificant decrease of the AR model. With this clearer view of efficiency of the AR design, the goal is achieved a desired modification of a magnitude frequency response of an instrument. Figure 9 shows the result of this modification applied to a specific frequency response and the AR filter. (3) 8

9 Figure 7: From top down, separated with 30 db offset: Original violin resonance profile, magnitude spectrum of the high-order FIR filter (order N F = 8000), and magnitude spectrum of the corresponding high-order AR model (order p = 1500) Figure 8: Top: Spectrum of an AR model (order p = 1500) without frequency warping. Bottom ( 30 db): Spectrum of an AR model which is computed with frequency warping (order p = 250) 9 Figure 9: Example of modification of the first violin corpus resonances. From top down, separated with 30 db offset: Original violin resonance profile, desired new resonance profile, spectrum of the complete AR model, and spectrum of the modified impulse response). In both cases, the AR order is p = 250.

10 2.7 Numerical simulation of a guitar by Becache, Chaigne, Derveaux, Joly ; 2005 This is probablay the most complete article of this selection.because it is really dense, it is actually pretty hard to summarize it concisely. The model presented in this paper includes : - the vertical displacement of the string - the vertical displacement of the soundboard - the acoustic pressure - the acoustic velocity field Because it mixes solid and fluid mechanics, this paper is highly vigilant about the interface between the various parts and types of calculation. Each equation in the various computational sections is bounded by either initial conditions or the other equations and equilibrium states inherent to the geometry of the guitar. 3 Conclusion From this selection, it is hard to see how close to a physical parameter driven model we are. Support for the conception of instruments bodys by maker from the numerical modeling world seem not yet complitely feasible. The option of multidimensional modeling as in [G], could be a good start in my point of view. Since it includes explicitely geometric choices as impedances along the soundboard. Also, since the acoustic pressure and velocity field is also computed, it would be possible to create perception measurement to compare with recordings. These comparisons could help improving the model and the verisimilitude of the synthesis sounds produced by the model. It was particularly rewarding, in my point of view, to see how this semester has led us to a better perception of the design of musical instruments and to an easier understanding of complex filter structures. The continuity of topics and methods developped during the 15years that covers this review was also quite rewarding: there remains a lot to be done but the way has been opened and tested in the past years. Efficient and well-spread tools have been developped and are well documented. Even if I couldn t find anything on building instrument bodies ex nihilo, the modal data evaluation and extraction as well as the ability of slightly modifying it is a known topic where great advances have been made. My investigation will be completed in the coming weeks by a closer look at what was done to evaluate the impedance/admittance functions or curves varying along the instrument. A higher priority order will be set on the soundboard, but the investigation of the other parts could have a smaller but possibly significan impact. 10

WARPED FILTER DESIGN FOR THE BODY MODELING AND SOUND SYNTHESIS OF STRING INSTRUMENTS

WARPED FILTER DESIGN FOR THE BODY MODELING AND SOUND SYNTHESIS OF STRING INSTRUMENTS NORDIC ACOUSTICAL MEETING 12-14 JUNE 1996 HELSINKI WARPED FILTER DESIGN FOR THE BODY MODELING AND SOUND SYNTHESIS OF STRING INSTRUMENTS Helsinki University of Technology Laboratory of Acoustics and Audio

More information

Direction-Dependent Physical Modeling of Musical Instruments

Direction-Dependent Physical Modeling of Musical Instruments 15th International Congress on Acoustics (ICA 95), Trondheim, Norway, June 26-3, 1995 Title of the paper: Direction-Dependent Physical ing of Musical Instruments Authors: Matti Karjalainen 1,3, Jyri Huopaniemi

More information

INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS. Professor of Computer Science, Art, and Music. Copyright by Roger B.

INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS. Professor of Computer Science, Art, and Music. Copyright by Roger B. INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS Roger B. Dannenberg Professor of Computer Science, Art, and Music Copyright 2002-2013 by Roger B. Dannenberg 1 Introduction Many kinds of synthesis: Mathematical

More information

OPTIMIZATION TECHNIQUES FOR PARAMETRIC MODELING OF ACOUSTIC SYSTEMS AND MATERIALS

OPTIMIZATION TECHNIQUES FOR PARAMETRIC MODELING OF ACOUSTIC SYSTEMS AND MATERIALS OPTIMIZATION TECHNIQUES FOR PARAMETRIC MODELING OF ACOUSTIC SYSTEMS AND MATERIALS PACS: 43.55.Ka Matti Karjalainen, Tuomas Paatero, and Miikka Tikander Helsinki University of Technology Laboratory of Acoustics

More information

Sound Synthesis Methods

Sound Synthesis Methods Sound Synthesis Methods Matti Vihola, mvihola@cs.tut.fi 23rd August 2001 1 Objectives The objective of sound synthesis is to create sounds that are Musically interesting Preferably realistic (sounds like

More information

Resonator Factoring. Julius Smith and Nelson Lee

Resonator Factoring. Julius Smith and Nelson Lee Resonator Factoring Julius Smith and Nelson Lee RealSimple Project Center for Computer Research in Music and Acoustics (CCRMA) Department of Music, Stanford University Stanford, California 9435 March 13,

More information

THE BEATING EQUALIZER AND ITS APPLICATION TO THE SYNTHESIS AND MODIFICATION OF PIANO TONES

THE BEATING EQUALIZER AND ITS APPLICATION TO THE SYNTHESIS AND MODIFICATION OF PIANO TONES J. Rauhala, The beating equalizer and its application to the synthesis and modification of piano tones, in Proceedings of the 1th International Conference on Digital Audio Effects, Bordeaux, France, 27,

More information

Whole geometry Finite-Difference modeling of the violin

Whole geometry Finite-Difference modeling of the violin Whole geometry Finite-Difference modeling of the violin Institute of Musicology, Neue Rabenstr. 13, 20354 Hamburg, Germany e-mail: R_Bader@t-online.de, A Finite-Difference Modelling of the complete violin

More information

4.5 Fractional Delay Operations with Allpass Filters

4.5 Fractional Delay Operations with Allpass Filters 158 Discrete-Time Modeling of Acoustic Tubes Using Fractional Delay Filters 4.5 Fractional Delay Operations with Allpass Filters The previous sections of this chapter have concentrated on the FIR implementation

More information

Application Note 7. Digital Audio FIR Crossover. Highlights Importing Transducer Response Data FIR Window Functions FIR Approximation Methods

Application Note 7. Digital Audio FIR Crossover. Highlights Importing Transducer Response Data FIR Window Functions FIR Approximation Methods Application Note 7 App Note Application Note 7 Highlights Importing Transducer Response Data FIR Window Functions FIR Approximation Methods n Design Objective 3-Way Active Crossover 200Hz/2kHz Crossover

More information

Sound Modeling from the Analysis of Real Sounds

Sound Modeling from the Analysis of Real Sounds Sound Modeling from the Analysis of Real Sounds S lvi Ystad Philippe Guillemain Richard Kronland-Martinet CNRS, Laboratoire de Mécanique et d'acoustique 31, Chemin Joseph Aiguier, 13402 Marseille cedex

More information

Physics-Based Sound Synthesis

Physics-Based Sound Synthesis 1 Physics-Based Sound Synthesis ELEC-E5620 - Audio Signal Processing, Lecture #8 Vesa Välimäki Sound check Course Schedule in 2017 0. General issues (Vesa & Fabian) 13.1.2017 1. History and future of audio

More information

Non-linear guitar body models

Non-linear guitar body models Non-linear guitar body models Axel Nackaerts, Bert Schiettecatte, Bart De oor Department Elektrotechniek-ESAT, Katholieke Universiteit Leuven email: AxelNackaertsesatkuleuvenacbe Abstract This paper describes

More information

Sound, acoustics Slides based on: Rossing, The science of sound, 1990.

Sound, acoustics Slides based on: Rossing, The science of sound, 1990. Sound, acoustics Slides based on: Rossing, The science of sound, 1990. Acoustics 1 1 Introduction Acoustics 2! The word acoustics refers to the science of sound and is a subcategory of physics! Room acoustics

More information

Class Overview. tracking mixing mastering encoding. Figure 1: Audio Production Process

Class Overview. tracking mixing mastering encoding. Figure 1: Audio Production Process MUS424: Signal Processing Techniques for Digital Audio Effects Handout #2 Jonathan Abel, David Berners April 3, 2017 Class Overview Introduction There are typically four steps in producing a CD or movie

More information

Khlui-Phiang-Aw Sound Synthesis Using A Warped FIR Filter

Khlui-Phiang-Aw Sound Synthesis Using A Warped FIR Filter Khlui-Phiang-Aw Sound Synthesis Using A Warped FIR Filter Korakoch Saengrattanakul Faculty of Engineering, Khon Kaen University Khon Kaen-40002, Thailand. ORCID: 0000-0001-8620-8782 Kittipitch Meesawat*

More information

Modeling of Tension Modulation Nonlinearity in Plucked Strings

Modeling of Tension Modulation Nonlinearity in Plucked Strings 300 IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 8, NO. 3, MAY 2000 Modeling of Tension Modulation Nonlinearity in Plucked Strings Tero Tolonen, Student Member, IEEE, Vesa Välimäki, Senior Member,

More information

Acoustics of pianos: An update of recent results

Acoustics of pianos: An update of recent results Acoustics of pianos: An update of recent results Antoine Chaigne Department of Music Acoustics (IWK) University of Music and Performing Arts Vienna (MDW) chaigne@mdw.ac.at Projekt Nr P29386-N30 1 Summary

More information

Perceptual Study of Decay Parameters in Plucked String Synthesis

Perceptual Study of Decay Parameters in Plucked String Synthesis Perceptual Study of Decay Parameters in Plucked String Synthesis Tero Tolonen and Hanna Järveläinen Helsinki University of Technology Laboratory of Acoustics and Audio Signal Processing Espoo, Finland

More information

Equalizers. Contents: IIR or FIR for audio filtering? Shelving equalizers Peak equalizers

Equalizers. Contents: IIR or FIR for audio filtering? Shelving equalizers Peak equalizers Equalizers 1 Equalizers Sources: Zölzer. Digital audio signal processing. Wiley & Sons. Spanias,Painter,Atti. Audio signal processing and coding, Wiley Eargle, Handbook of recording engineering, Springer

More information

Frequency-Zooming ARMA Modeling of Resonant and Reverberant Systems *

Frequency-Zooming ARMA Modeling of Resonant and Reverberant Systems * Frequency-Zooming ARMA Modeling of Resonant and Reverberant Systems * MATTI KARJALAINEN, 1 AES Fellow, PAULO A. A. ESQUEF, 1 AES Member, POJU ANTSALO, 1 AKI MÄKIVIRTA, 2 AES Member, AND VESA VÄLIMÄKI,

More information

INTERNATIONAL BACCALAUREATE PHYSICS EXTENDED ESSAY

INTERNATIONAL BACCALAUREATE PHYSICS EXTENDED ESSAY INTERNATIONAL BACCALAUREATE PHYSICS EXTENDED ESSAY Investigation of sounds produced by stringed instruments Word count: 2922 Abstract This extended essay is about sound produced by stringed instruments,

More information

Flanger. Fractional Delay using Linear Interpolation. Flange Comb Filter Parameters. Music 206: Delay and Digital Filters II

Flanger. Fractional Delay using Linear Interpolation. Flange Comb Filter Parameters. Music 206: Delay and Digital Filters II Flanger Music 26: Delay and Digital Filters II Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) January 22, 26 The well known flanger is a feedforward comb

More information

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark NORDIC ACOUSTICAL MEETING 12-14 JUNE 1996 HELSINKI Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark krist@diku.dk 1 INTRODUCTION Acoustical instruments

More information

May 2008 Discrete-Time Simulation of Percussive String Instruments

May 2008 Discrete-Time Simulation of Percussive String Instruments Supervisor: Dr Maarten van Walstijn May 008 Discrete-Time Simulation of Percussive String Instruments FINAL YEAR PROJECT 007/008 Siobhan Neill 14705036 Queen's University of Belfast - ii - Abstract The

More information

A Component-Based Approach for Modeling Plucked-Guitar Excitation Signals

A Component-Based Approach for Modeling Plucked-Guitar Excitation Signals A Component-Based Approach for Modeling Plucked-Guitar Excitation Signals ABSTRACT Raymond V. Migneco Music and Entertainment Technology Laboratory (MET-lab) Dept. of Electrical and Computer Engineering

More information

Telling. The tailpiece of the violin family is an

Telling. The tailpiece of the violin family is an Telling tails How much can an instrument s tailpiece affect its sound? Violin maker and researcher Ted White explains why it should be treated as more than just an anchor for the strings The tailpiece

More information

Overview of Code Excited Linear Predictive Coder

Overview of Code Excited Linear Predictive Coder Overview of Code Excited Linear Predictive Coder Minal Mulye 1, Sonal Jagtap 2 1 PG Student, 2 Assistant Professor, Department of E&TC, Smt. Kashibai Navale College of Engg, Pune, India Abstract Advances

More information

Exploring Haptics in Digital Waveguide Instruments

Exploring Haptics in Digital Waveguide Instruments Exploring Haptics in Digital Waveguide Instruments 1 Introduction... 1 2 Factors concerning Haptic Instruments... 2 2.1 Open and Closed Loop Systems... 2 2.2 Sampling Rate of the Control Loop... 2 3 An

More information

The Helmholtz Resonance

The Helmholtz Resonance The Helmholtz Resonance A Brief and Not-Too-Technical Introduction to the History and Theory of the Lowest Sound-Producing Mode, and Some Practical Considerations for Instrument Designers R.M. Mottola

More information

Chapter 19 Hammered Strings

Chapter 19 Hammered Strings Chapter 19 Hammered Strings Thomas D. Rossing In the next three chapters we consider the science of hammered string instruments. In this chapter, we present a brief discussion of vibrating strings excited

More information

Quarterly Progress and Status Report. On the body resonance C3 and its relation to top and back plate stiffness

Quarterly Progress and Status Report. On the body resonance C3 and its relation to top and back plate stiffness Dept. for Speech, Music and Hearing Quarterly Progress and Status Report On the body resonance C3 and its relation to top and back plate stiffness Jansson, E. V. and Niewczyk, B. K. and Frydén, L. journal:

More information

Preview. Sound Section 1. Section 1 Sound Waves. Section 2 Sound Intensity and Resonance. Section 3 Harmonics

Preview. Sound Section 1. Section 1 Sound Waves. Section 2 Sound Intensity and Resonance. Section 3 Harmonics Sound Section 1 Preview Section 1 Sound Waves Section 2 Sound Intensity and Resonance Section 3 Harmonics Sound Section 1 TEKS The student is expected to: 7A examine and describe oscillatory motion and

More information

MAGNITUDE-COMPLEMENTARY FILTERS FOR DYNAMIC EQUALIZATION

MAGNITUDE-COMPLEMENTARY FILTERS FOR DYNAMIC EQUALIZATION Proceedings of the COST G-6 Conference on Digital Audio Effects (DAFX-), Limerick, Ireland, December 6-8, MAGNITUDE-COMPLEMENTARY FILTERS FOR DYNAMIC EQUALIZATION Federico Fontana University of Verona

More information

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 27 PACS: 43.66.Jh Combining Performance Actions with Spectral Models for Violin Sound Transformation Perez, Alfonso; Bonada, Jordi; Maestre,

More information

describe sound as the transmission of energy via longitudinal pressure waves;

describe sound as the transmission of energy via longitudinal pressure waves; 1 Sound-Detailed Study Study Design 2009 2012 Unit 4 Detailed Study: Sound describe sound as the transmission of energy via longitudinal pressure waves; analyse sound using wavelength, frequency and speed

More information

EE 470 Signals and Systems

EE 470 Signals and Systems EE 470 Signals and Systems 9. Introduction to the Design of Discrete Filters Prof. Yasser Mostafa Kadah Textbook Luis Chapparo, Signals and Systems Using Matlab, 2 nd ed., Academic Press, 2015. Filters

More information

The EarSpring Model for the Loudness Response in Unimpaired Human Hearing

The EarSpring Model for the Loudness Response in Unimpaired Human Hearing The EarSpring Model for the Loudness Response in Unimpaired Human Hearing David McClain, Refined Audiometrics Laboratory, LLC December 2006 Abstract We describe a simple nonlinear differential equation

More information

Adaptive Filters Application of Linear Prediction

Adaptive Filters Application of Linear Prediction Adaptive Filters Application of Linear Prediction Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Electrical Engineering and Information Technology Digital Signal Processing

More information

Convention Paper Presented at the 116th Convention 2004 May 8 11 Berlin, Germany

Convention Paper Presented at the 116th Convention 2004 May 8 11 Berlin, Germany Audio Engineering Society Convention Paper Presented at the 6th Convention 2004 May 8 Berlin, Germany This convention paper has been reproduced from the author's advance manuscript, without editing, corrections,

More information

Publication III. c 2010 J. Parker, H. Penttinen, S. Bilbao and J. S. Abel. Reprinted with permission.

Publication III. c 2010 J. Parker, H. Penttinen, S. Bilbao and J. S. Abel. Reprinted with permission. Publication III J. Parker, H. Penttinen, S. Bilbao and J. S. Abel. Modeling Methods for the Highly Dispersive Slinky Spring: A Novel Musical Toy. In Proc. of the 13th Int. Conf. on Digital Audio Effects

More information

Creating a Virtual Cello Music 421 Final Project. Peder Larson

Creating a Virtual Cello Music 421 Final Project. Peder Larson Creating a Virtual Cello Music 421 Final Project Peder Larson June 11, 2003 1 Abstract A virtual cello, or any other stringed instrument, can be created using digital waveguides, digital filters, and a

More information

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2 7 SEPTEMBER 2007

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2 7 SEPTEMBER 2007 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2 7 SEPTEMBER 2007 EXPERIMENTAL AND THEORETICAL STUDY OF THE VIBRATION OF STRINGS IN THE HIGH REGISTER OF THE PIANO THE EFFECT OF THE DUPLEX SCALE. PACS

More information

Digital Equalization of the electric violin:

Digital Equalization of the electric violin: Digital Equalization of the electric violin: Method for obtaining violin body impulse response based on machine bowing Andrés Bucci Irwin Master Thesis MTG - UPF / 2011 Master in Sound and Music Computing

More information

EWGAE 2010 Vienna, 8th to 10th September

EWGAE 2010 Vienna, 8th to 10th September EWGAE 2010 Vienna, 8th to 10th September Frequencies and Amplitudes of AE Signals in a Plate as a Function of Source Rise Time M. A. HAMSTAD University of Denver, Department of Mechanical and Materials

More information

FIR/Convolution. Visulalizing the convolution sum. Convolution

FIR/Convolution. Visulalizing the convolution sum. Convolution FIR/Convolution CMPT 368: Lecture Delay Effects Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University April 2, 27 Since the feedforward coefficient s of the FIR filter are

More information

Periodic Error Correction in Heterodyne Interferometry

Periodic Error Correction in Heterodyne Interferometry Periodic Error Correction in Heterodyne Interferometry Tony L. Schmitz, Vasishta Ganguly, Janet Yun, and Russell Loughridge Abstract This paper describes periodic error in differentialpath interferometry

More information

Physics in Entertainment and the Arts

Physics in Entertainment and the Arts Physics in Entertainment and the Arts Chapter VIII Control of Sound The sound characteristics (acoustics) of a room depend upon a great many complex factors room size/shape wall/floor/ceiling materials

More information

Final Exam Study Guide: Introduction to Computer Music Course Staff April 24, 2015

Final Exam Study Guide: Introduction to Computer Music Course Staff April 24, 2015 Final Exam Study Guide: 15-322 Introduction to Computer Music Course Staff April 24, 2015 This document is intended to help you identify and master the main concepts of 15-322, which is also what we intend

More information

INHARMONIC DISPERSION TUNABLE COMB FILTER DESIGN USING MODIFIED IIR BAND PASS TRANSFER FUNCTION

INHARMONIC DISPERSION TUNABLE COMB FILTER DESIGN USING MODIFIED IIR BAND PASS TRANSFER FUNCTION INHARMONIC DISPERSION TUNABLE COMB FILTER DESIGN USING MODIFIED IIR BAND PASS TRANSFER FUNCTION Varsha Shah Asst. Prof., Dept. of Electronics Rizvi College of Engineering, Mumbai, INDIA Varsha_shah_1@rediffmail.com

More information

Impact of String Stiffness on Virtual Bowed Strings

Impact of String Stiffness on Virtual Bowed Strings Impact of String Stiffness on Virtual Bowed Strings Stefania Serafin, Julius O. Smith III CCRMA (Music 42), May, 22 Center for Computer Research in Music and Acoustics (CCRMA) Department of Music, Stanford

More information

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 23 The Phase Locked Loop (Contd.) We will now continue our discussion

More information

COMPUTER-AIDED DESIGN OF Y-JUNCTION WAVE- GUIDE DIPLEXERS

COMPUTER-AIDED DESIGN OF Y-JUNCTION WAVE- GUIDE DIPLEXERS Progress In Electromagnetics Research C, Vol. 17, 203 218, 2010 COMPUTER-AIDED DESIGN OF Y-JUNCTION WAVE- GUIDE DIPLEXERS F. M. Vanin and F. Frezza Department of Information Engineering, Electronics, and

More information

Copyright S. K. Mitra

Copyright S. K. Mitra 1 In many applications, a discrete-time signal x[n] is split into a number of subband signals by means of an analysis filter bank The subband signals are then processed Finally, the processed subband signals

More information

ALTERNATING CURRENT (AC)

ALTERNATING CURRENT (AC) ALL ABOUT NOISE ALTERNATING CURRENT (AC) Any type of electrical transmission where the current repeatedly changes direction, and the voltage varies between maxima and minima. Therefore, any electrical

More information

ω d = driving frequency, F m = amplitude of driving force, b = damping constant and ω = natural frequency of undamped, undriven oscillator.

ω d = driving frequency, F m = amplitude of driving force, b = damping constant and ω = natural frequency of undamped, undriven oscillator. Physics 121H Fall 2015 Homework #14 16-November-2015 Due Date : 23-November-2015 Reading : Chapter 15 Note: Problems 7 & 8 are tutorials dealing with damped and driven oscillations, respectively. It may

More information

Principles of Musical Acoustics

Principles of Musical Acoustics William M. Hartmann Principles of Musical Acoustics ^Spr inger Contents 1 Sound, Music, and Science 1 1.1 The Source 2 1.2 Transmission 3 1.3 Receiver 3 2 Vibrations 1 9 2.1 Mass and Spring 9 2.1.1 Definitions

More information

A Parametric Model for Spectral Sound Synthesis of Musical Sounds

A Parametric Model for Spectral Sound Synthesis of Musical Sounds A Parametric Model for Spectral Sound Synthesis of Musical Sounds Cornelia Kreutzer University of Limerick ECE Department Limerick, Ireland cornelia.kreutzer@ul.ie Jacqueline Walker University of Limerick

More information

A Look at Un-Electronic Musical Instruments

A Look at Un-Electronic Musical Instruments A Look at Un-Electronic Musical Instruments A little later in the course we will be looking at the problem of how to construct an electrical model, or analog, of an acoustical musical instrument. To prepare

More information

Physics of Music Projects Final Report

Physics of Music Projects Final Report Physics of Music Projects Final Report John P Alsterda Prof. Steven Errede Physics 498 POM May 15, 2009 1 Abstract The following projects were completed in the spring of 2009 to investigate the physics

More information

Vibrations and Waves. Properties of Vibrations

Vibrations and Waves. Properties of Vibrations Vibrations and Waves For a vibration to occur an object must repeat a movement during a time interval. A wave is a disturbance that extends from one place to another through space. Light and sound are

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

Time-domain simulation of the bowed cello string: Dual-polarization effect

Time-domain simulation of the bowed cello string: Dual-polarization effect Time-domain simulation of the bowed cello string: Dual-polarization effect Hossein Mansour, Jim Woodhouse, and Gary Scavone Citation: Proc. Mtgs. Acoust. 19, 035014 (2013); View online: https://doi.org/10.1121/1.4800058

More information

1. Introduction. 2. Concept. reflector. transduce r. node. Kraftmessung an verschiedenen Fluiden in akustischen Feldern

1. Introduction. 2. Concept. reflector. transduce r. node. Kraftmessung an verschiedenen Fluiden in akustischen Feldern 1. Introduction The aim of this Praktikum is to familiarize with the concept and the equipment of acoustic levitation and to measure the forces exerted by an acoustic field on small spherical objects.

More information

Analysis and Synthesis of Expressive Guitar Performance. AThesis. Submitted to the Faculty. Drexel University. Raymond Vincent Migneco

Analysis and Synthesis of Expressive Guitar Performance. AThesis. Submitted to the Faculty. Drexel University. Raymond Vincent Migneco Analysis and Synthesis of Expressive Guitar Performance AThesis Submitted to the Faculty of Drexel University by Raymond Vincent Migneco in partial fulfillment of the requirements for the degree of Doctor

More information

ECMA TR/105. A Shaped Noise File Representative of Speech. 1 st Edition / December Reference number ECMA TR/12:2009

ECMA TR/105. A Shaped Noise File Representative of Speech. 1 st Edition / December Reference number ECMA TR/12:2009 ECMA TR/105 1 st Edition / December 2012 A Shaped Noise File Representative of Speech Reference number ECMA TR/12:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2012 Contents

More information

On the function of the violin - vibration excitation and sound radiation.

On the function of the violin - vibration excitation and sound radiation. TMH-QPSR 4/1996 On the function of the violin - vibration excitation and sound radiation. Erik V Jansson Abstract The bow-string interaction results in slip-stick motions of the bowed string. The slip

More information

On the Bridge-Hill of the Violin

On the Bridge-Hill of the Violin On the Bridge-Hill of the Violin Mahmood Movassagh MUMT 618 Final Project McGill University Fall 2009 Introduction Many excellent violins show a broad pick of response in the vicinity of 2.5 KHz, a feature

More information

LC Resonant Circuits Dr. Roger King June Introduction

LC Resonant Circuits Dr. Roger King June Introduction LC Resonant Circuits Dr. Roger King June 01 Introduction Second-order systems are important in a wide range of applications including transformerless impedance-matching networks, frequency-selective networks,

More information

Modeling of the part-pedaling effect in the piano

Modeling of the part-pedaling effect in the piano Proceedings of the Acoustics 212 Nantes Conference 23-27 April 212, Nantes, France Modeling of the part-pedaling effect in the piano A. Stulov a, V. Välimäki b and H.-M. Lehtonen b a Institute of Cybernetics

More information

UNIT 2. Q.1) Describe the functioning of standard signal generator. Ans. Electronic Measurements & Instrumentation

UNIT 2. Q.1) Describe the functioning of standard signal generator. Ans.   Electronic Measurements & Instrumentation UNIT 2 Q.1) Describe the functioning of standard signal generator Ans. STANDARD SIGNAL GENERATOR A standard signal generator produces known and controllable voltages. It is used as power source for the

More information

Active Filter Design Techniques

Active Filter Design Techniques Active Filter Design Techniques 16.1 Introduction What is a filter? A filter is a device that passes electric signals at certain frequencies or frequency ranges while preventing the passage of others.

More information

Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay

Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay Lecture No. # 25 Excitation System Modeling We discussed, the basic operating

More information

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Winter Semester, Linear control systems design Part 1

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Winter Semester, Linear control systems design Part 1 Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL Andrea M. Zanchettin, PhD Winter Semester, 2018 Linear control systems design Part 1 Andrea Zanchettin Automatic Control 2 Step responses Assume

More information

Applications of Passivity Theory to the Active Control of Acoustic Musical Instruments

Applications of Passivity Theory to the Active Control of Acoustic Musical Instruments Applications of Passivity Theory to the Active Control of Acoustic Musical Instruments Edgar Berdahl, Günter Niemeyer, and Julius O. Smith III Acoustics 08 Conference, Paris, France June 29th-July 4th,

More information

Photone Sound Design Tutorial

Photone Sound Design Tutorial Photone Sound Design Tutorial An Introduction At first glance, Photone s control elements appear dauntingly complex but this impression is deceiving: Anyone who has listened to all the instrument s presets

More information

Experimental Research Regarding the Dynamic Behaviour of the Classical Guitar

Experimental Research Regarding the Dynamic Behaviour of the Classical Guitar Experimental Research Regarding the Dynamic Behaviour of the Classical Guitar IOAN CURTU, MARIANA D. STANCIU Department of Strength of Materials and Mechanical Vibrations Transilvania University of Braşov,

More information

ESE531 Spring University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing

ESE531 Spring University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing ESE531, Spring 2017 Final Project: Audio Equalization Wednesday, Apr. 5 Due: Tuesday, April 25th, 11:59pm

More information

Mark Analyzer. Mark Editor. Single Values

Mark Analyzer. Mark Editor. Single Values HEAD Ebertstraße 30a 52134 Herzogenrath Tel.: +49 2407 577-0 Fax: +49 2407 577-99 email: info@head-acoustics.de Web: www.head-acoustics.de ArtemiS suite ASM 01 Data Datenblatt Sheet ArtemiS suite Basic

More information

Dynamic Vibration Absorber

Dynamic Vibration Absorber Part 1B Experimental Engineering Integrated Coursework Location: DPO Experiment A1 (Short) Dynamic Vibration Absorber Please bring your mechanics data book and your results from first year experiment 7

More information

UNIT II IIR FILTER DESIGN

UNIT II IIR FILTER DESIGN UNIT II IIR FILTER DESIGN Structures of IIR Analog filter design Discrete time IIR filter from analog filter IIR filter design by Impulse Invariance, Bilinear transformation Approximation of derivatives

More information

RD75, RD50, RD40, RD28.1 Planar magnetic transducers with true line source characteristics

RD75, RD50, RD40, RD28.1 Planar magnetic transducers with true line source characteristics RD75, RD50, RD40, RD28.1 Planar magnetic transducers true line source characteristics The RD line of planar-magnetic ribbon drivers represents the ultimate thin film diaphragm technology. The RD drivers

More information

ONLINE TUTORIALS. Log on using your username & password. (same as your ) Choose a category from menu. (ie: audio)

ONLINE TUTORIALS. Log on using your username & password. (same as your  ) Choose a category from menu. (ie: audio) ONLINE TUTORIALS Go to http://uacbt.arizona.edu Log on using your username & password. (same as your email) Choose a category from menu. (ie: audio) Choose what application. Choose which tutorial movie.

More information

I have been playing banjo for some time now, so it was only natural to want to understand its

I have been playing banjo for some time now, so it was only natural to want to understand its Gangopadhyay 1 Bacon Banjo Analysis 13 May 2016 Suchisman Gangopadhyay I have been playing banjo for some time now, so it was only natural to want to understand its unique sound. There are two ways I analyzed

More information

The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam

The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam The University of Texas at Austin Dept. of Electrical and Computer Engineering Final Exam Date: December 18, 2017 Course: EE 313 Evans Name: Last, First The exam is scheduled to last three hours. Open

More information

Convention Paper Presented at the 120th Convention 2006 May Paris, France

Convention Paper Presented at the 120th Convention 2006 May Paris, France Audio Engineering Society Convention Paper Presented at the 12th Convention 26 May 2 23 Paris, France This convention paper has been reproduced from the author s advance manuscript, without editing, corrections,

More information

ANALYSIS OF PIANO TONES USING AN INHARMONIC INVERSE COMB FILTER

ANALYSIS OF PIANO TONES USING AN INHARMONIC INVERSE COMB FILTER Proc. of the 11 th Int. Conference on Digital Audio Effects (DAFx-8), Espoo, Finland, September 1-4, 28 ANALYSIS OF PIANO TONES USING AN INHARMONIC INVERSE COMB FILTER Heidi-Maria Lehtonen Department of

More information

Analysis and design of filters for differentiation

Analysis and design of filters for differentiation Differential filters Analysis and design of filters for differentiation John C. Bancroft and Hugh D. Geiger SUMMARY Differential equations are an integral part of seismic processing. In the discrete computer

More information

E Final Exam Solutions page 1/ gain / db Imaginary Part

E Final Exam Solutions page 1/ gain / db Imaginary Part E48 Digital Signal Processing Exam date: Tuesday 242 Final Exam Solutions Dan Ellis . The only twist here is to notice that the elliptical filter is actually high-pass, since it has

More information

MODEL MODIFICATION OF WIRA CENTER MEMBER BAR

MODEL MODIFICATION OF WIRA CENTER MEMBER BAR MODEL MODIFICATION OF WIRA CENTER MEMBER BAR F.R.M. Romlay & M.S.M. Sani Faculty of Mechanical Engineering Kolej Universiti Kejuruteraan & Teknologi Malaysia (KUKTEM), Karung Berkunci 12 25000 Kuantan

More information

SAT pickup arms - discussions on some design aspects

SAT pickup arms - discussions on some design aspects SAT pickup arms - discussions on some design aspects I have recently launched two new series of arms, each of them with a 9 inch and a 12 inch version. As there are an increasing number of discussions

More information

The ArtemiS multi-channel analysis software

The ArtemiS multi-channel analysis software DATA SHEET ArtemiS basic software (Code 5000_5001) Multi-channel analysis software for acoustic and vibration analysis The ArtemiS basic software is included in the purchased parts package of ASM 00 (Code

More information

Perception-based control of vibrato parameters in string instrument synthesis

Perception-based control of vibrato parameters in string instrument synthesis Perception-based control of vibrato parameters in string instrument synthesis Hanna Järveläinen DEI University of Padova, Italy Helsinki University of Technology, Laboratory of Acoustics and Audio Signal

More information

CRITERIONS OF QUALITY FOR TONEWOOD By Matthias Dammann

CRITERIONS OF QUALITY FOR TONEWOOD By Matthias Dammann Side 1 of 10 CRITERIONS OF QUALITY FOR TONEWOOD By Matthias Dammann Unfortunately most of the sound relevant properties of tonewood are invisible. Nevertheless suppliers are still focused to offer fine

More information

HARMONIC INSTABILITY OF DIGITAL SOFT CLIPPING ALGORITHMS

HARMONIC INSTABILITY OF DIGITAL SOFT CLIPPING ALGORITHMS HARMONIC INSTABILITY OF DIGITAL SOFT CLIPPING ALGORITHMS Sean Enderby and Zlatko Baracskai Department of Digital Media Technology Birmingham City University Birmingham, UK ABSTRACT In this paper several

More information

Chapter 12. Preview. Objectives The Production of Sound Waves Frequency of Sound Waves The Doppler Effect. Section 1 Sound Waves

Chapter 12. Preview. Objectives The Production of Sound Waves Frequency of Sound Waves The Doppler Effect. Section 1 Sound Waves Section 1 Sound Waves Preview Objectives The Production of Sound Waves Frequency of Sound Waves The Doppler Effect Section 1 Sound Waves Objectives Explain how sound waves are produced. Relate frequency

More information

An Improved Analytical Model for Efficiency Estimation in Design Optimization Studies of a Refrigerator Compressor

An Improved Analytical Model for Efficiency Estimation in Design Optimization Studies of a Refrigerator Compressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2014 An Improved Analytical Model for Efficiency Estimation in Design Optimization Studies

More information

The Physics of Musical Instruments

The Physics of Musical Instruments Neville H. Fletcher Thomas D. Rossing The Physics of Musical Instruments Second Edition With 485 Illustrations Springer Contents Preface Preface to the First Edition v vii I. Vibrating Systems 1. Free

More information

Lecture 2: Acoustics

Lecture 2: Acoustics ELEN E4896 MUSIC SIGNAL PROCESSING Lecture 2: Acoustics 1. Acoustics, Sound & the Wave Equation 2. Musical Oscillations 3. The Digital Waveguide Dan Ellis Dept. Electrical Engineering, Columbia University

More information

MUS420 Lecture Time Varying Delay Effects

MUS420 Lecture Time Varying Delay Effects MUS420 Lecture Time Varying Delay Effects Julius O. Smith III (jos@ccrma.stanford.edu), Stefania Serafin, Jonathan S. Abel, and David P. Berners Center for Computer Research in Music and Acoustics (CCRMA)

More information