DESC9115 Written Review 2: Digital Implementation of a Leslie Speaker Effect. Digital Audio Systems: DESC9115, Semester

Size: px
Start display at page:

Download "DESC9115 Written Review 2: Digital Implementation of a Leslie Speaker Effect. Digital Audio Systems: DESC9115, Semester"

Transcription

1 DESC9115 Written Review 2: Digital Implementation of a Leslie Speaker Effect Digital Audio Systems: DESC9115, Semester David Anderson /05/2014 Abstract In this written review the author discusses the physical properties of a particular audio effect, the Leslie rotary speaker, as well as audio signal processing and DSP techniques required to simulate the effect in the digital domain, comparing existing two methodologies. A implementation performed by the author in then discussed, with improvements suggested. 1. Introduction The Leslie rotary loudspeaker is an iconic piece of musical equipment. Developed by Donald Leslie the Leslie speaker was first manufactured in 1941 as a add-on accessory to the Hammond Organ. [1] The Leslie Speaker attempted to mimic the undulating effect of a pipe organ in a acoustic space. Although originally designed for the Hammond organ the Leslie speaker has found many uses in recorded and performed music with Wurlitzer's, guitar and even the human voice. [2] In a typical Leslie speaker the input signal is amplified before being split into its high and low frequency components by a 12dB per octave passive crossover at 800Hz. Once separated, frequencies 800Hz and over are sent to a single rotating horn at the top of the unit (The second horn is used as a counterweight), while frequencies 800Hz and below are sent to a stationary bass driver placed over a rotating baffle. The typical construction of a Leslie speaker can be seen in figure Physical Properties of the Effect The Leslie speaker has a particularly recognizable sonic signature. The Leslie speaker achieves this effect through the Figure 1. Physical Layout of a Leslie Speaker principle of a directional sound source is rotating at constant (or variable) speed simple around a fixed pivot point. [3] Throughout this physical operation two important effects occur at the listening position. The most significant of these is a frequency modulation as the sound source varies in distance from the listener. As the sources rotate towards the listener its relative velocity will increase the pitch of the sound and decrease as it rotates away from the listener. This is the fundamental physical principle the Leslie speaker relies on for its characteristic vibrato effect. This phenomenon is known as the Doppler Effect. The Doppler Effect describes the apparent frequency modulation that occurs when a sound source/ or listener is in motion relative to each other. The second by-product of the rotating sound source is a amplitude modulation. Due to the directional nature of the sound source, the sound intensity fluctuates as the driver rotates facing towards or away from the listener. [4]

2 Another effect present in this analog system is distortions that are introduced by the (originally valve) amplifier circuit. 3. Digital Simulation of the Leslie Speaker - Methods of Simulation Through research into prior digital implementations of the Leslie rotary speaker the author has found two significant methodologies capable of achieving successful emulations of the Leslie speaker system in the digital domain. These are achieved through the use of convolution and FIR filters and alternatively a method using sinusoidally modulated time variant delay lines to approximate the physical effects of the Leslie speaker. In their 2009 paper presented at the 127th AES convention titled Discrete Time Emulation of the Leslie Speaker Jorge Herrera, Craig Hanson, and Jonathan S. Abel explore a discrete-time emulation of the Leslie speaker acoustics. In which the midrange horn and subwoofer baffle are individually modeled and placed into impulse response matrices, with their rotational dynamics amplitude modulations. To recreate the frequency modulation characteristics of the rotary speaker two delay-lines with a phase difference of 180º are modulated with a sinusoidal low frequency oscillator. This process only models the doppler effect characteristic of the Leslie. To simulate the sound intensity differences caused by the directional nature of the speakers the amplitude is modulated with the same LFO used in the delay-line modulation. [5] Left and right signals then need to be combined to a small extent to simulate crosstalk in order to create a believable stereo image. [6] In U. Zozler s text DAFX: Digital Audio Effects a ratio of 0.7 is used for this purpose. It was a simulation of this type that I chose to implement over the course of this unit of study. Code for this implementation can be found in appix 1. Figure 3 - DAFX Leslie Speaker simulation Figure 2 - Discrete time emulation block diagram (Herrera, J et al pp. 3) separately tracked, and used to drive time - variant FIR filters applied to the input. This model s block diagram can be seen in figure 2. In this method the input signal drives a crossover network, which feeds separate timevarying FIR filters, one for the horn, and one for the baffle. The system output is the sum of horn-filtered and baffle-filtered signals. The FIR filters are varied using information gathered from the impulse responses take of each driver. An alternate approach to digital simulations of the Leslie speaker cabinet uses delay line and Figure 3 taken from Zozler s text shows the processing signal flow for a simulation of this type. [7] 4. Range of Parameters of the simulation Best results where achieved from the simulation by constraining parameter values to these present in the original physical system. Values outside of these limits ted to produce effects that where too severe to be considered musical. For the modfreq parameter, which controls the speed of the low frequency oscillator, values varying between 0.5-7Hz produced the best results. These values mimic the rotational speed of the horn in the Leslie speaker cabinet.

3 Variables for the parameter delay produced favorable results with values between and milliseconds. 5. Implementation - Limitations and suggested improvements Over the course of this unit of study I have chosen to implement a Leslie speaker simulation utilizing the delay line modulated by a fixed low frequency oscillator followed by a amplitude modulation using a scaled version of the same LFO. This implementation of a Leslie speaker cabinet is a much simpler process to code than other methods involving convolution, and while valid method does not model the Leslie Speaker as accurately as the convolution and FIR method as it does not take into account a number of factors that have significant tonal impact on the rotary speaker system. One significant flaw in this method of simulation is that it is a broadband process, i.e all frequencies are processed in the same manner. In a actual Leslie speaker cabinet this is certainly not the case. In figure 1 outlining the physical layout of the speaker cabinet this is obvious at for glance. After the entering signal receives amplification it is split into two components and sent to separate drivers for processing, with frequencies above 800Hz processed via the rotating horn at the top of the cabinet and frequencies below 800Hz sent to the stationary speaker with a rotating baffle. This nature of these two speaker systems are significantly important as each impart a distinct sonic characteristic on the signal through which they pass. These sonic characteristics are in part a symptom of the horn and baffles frequency response, both on and off axis. As well as spacial information caused be internal reflections inside the wooden cabinet. modulation effects with little doppler shifting. Frequencies 200Hz and below are essentially unaffected by the rotating baffle due to to having a wavelength much larger than the baffle size. [7] A significant improvement in the delay line model of a Leslie cabinet could be achieved by processing these three key frequency zones indepently. Frequencies above 800Hz would receive processing in a similar manner to the current implementation, but frequencies Hz would receive its delay line processing using a scaled version of the low frequency oscillator to lessen the depth of the doppler shifts in the signal. Frequencies below 200Hz would not receive and delay line or amplitude modulation processing. Another tonal factor not model in this implementation is harmonic distortion present in the system. The valve amplifier in a Leslie cabinet is a fairly significant source of this distortion and is a contributor to a Leslie cabinets characteristic sound. This parameter could be modeled using a subtle tube saturation algorithm utilizing existing models of the harmonic distortion created by triode and tetrode valves that are commonly for in these amplifier circuits. [8] 5. Conclusion The Leslie rotary loudspeaker is an iconic piece of musical equipment, with its sonic signature heavily featuring in contemporary music. By carefully examining and understanding the physical phenomena that occur from this mechanical effect its intrinsic characteristics can be digitally modeled in a pleasing manner. A number of approaches are possible to achieve this and their benefits must be considered in choosing the nature of their application. Another issue of forgoing any frequency depent processing is evident in the way the emulation handles low frequency content. In this digital emulation low frequencies are affected by the process to the same effect as higher frequencies, down to DC. In the physical system this does not only not occur but is physically impossible using speaker and baffle sizes seen in typical Leslie cabinets. In a physical Leslie cabinet frequencies processed by the rotating baffle exhibit mostly amplitude

4 References [1] Vail, Mark (2002). The Hammond Organ - Beauty in The B. Backbeat Books. pp [2][3][7] C. A. Henrickson. Unearthing the Mysteries of the Leslie Cabinet: Recording Engineer/Producer Magazine, April mystery/mystery.html. [4] Serafin, J. O. S. I. S. and Berners, J. A. D Doppler Simulation and the Leslie. pp. 3 [5][7] U. Zolzer, modulators and demodulators, in DAFX: Digital Audio Effects, England, West Sussex: JW & Sons, 2002, pp [6] Croteau, M Final written review: Development proposal for variable two-way rotary loudspeaker digital audio effect Digital Audio Systems, DESC9115, Semester pp. 2 [8] Baker, B Leslie main amplifier schematic. hammond/faq/files/schematics/122mn-a.pdf

5 Appix 1 - Leslie speaker simulation MATLAB Code function [ output ] = lesliespeaker( audioin, fs, modfreq, delay) %DSP implementation of a rotary speaker effect [samples channels] = size(audioin); % Determines channel count of input file if channels == 1; % mono processing processmono = audioin; DELAY = round(delay*fs); % intial delay in # samples WIDTH = round(delay*fs); % modulation width in # samples MODFREQ = modfreq/fs; % modulation frequency in # samples Dur = length(audioin); L=2+DELAY+WIDTH*2; % Duration of WAV-file in samples % length of the entire delay DelaylineM =zeros(l,1); % memory allocation for delay DelayOutM = zeros(size(processmono)); for n=1:(dur-1) M = MODFREQ; LFO = 0.5.*sin(M*2*pi*n); %function for delay modulation ZEIGER = 1+DELAY+WIDTH*LFO; i = floor(zeiger); frac = ZEIGER-i; DelaylineM =[processmono(n);delaylinem(1:l-1)]; DelayOutM(n,1)=DelaylineM(i+1)*frac+DelaylineM(i)*(1-frac); %Linear Interpolation % Amplitude modulation of the delayline output AmpModM = DelayOutM.* LFO; output = AmpModM; output = output./max(abs(output(:)))*(1-(2^-(16-1))); %normailize elseif channels == 2; % stereo processing processleft = audioin(:,1); % isolating left channel as variable processright = audioin(:,2); % isolating right channel as variable DELAY = round(delay*fs); % intial delay in # samples WIDTH = round(delay*fs); % modulation width in # samples MODFREQ = modfreq/fs; % modulation frequency in # samples Dur = length(audioin); L = 2+DELAY+WIDTH*2; % Duration of WAV-file in samples % length of the entire delay

6 % Delay line left Channel DelaylineL = zeros(l,1); % memory allocation for delay array DelayOutL = zeros(size(processleft));% memory allocation for delay output for n = 1:(Dur-1) M = MODFREQ; LFO = 0.5.*sin(M*2*pi*n); %function for delay modulation ZEIGER = 1+DELAY+WIDTH*LFO; i = floor(zeiger); frac = ZEIGER-i; DelaylineL =[processleft(n);delaylinel(1:l-1)]; DelayOutL(n,1)=DelaylineL(i+1)*frac+DelaylineL(i)*(1-frac); %Linear Interpolation % Delay line right Channel DelaylineR = zeros(l,1); % memory allocation for delay array DelayOutR = zeros(size(processright)); for n=1:(dur-1) M = MODFREQ; LFO = -0.5.*sin(M*2*pi*n); %function for delay and amplitude modulation (low frequency oscillator) ZEIGER = 1+DELAY+WIDTH*-LFO; i = floor(zeiger); frac = ZEIGER-i; DelaylineR = [processright(n);delayliner(1:l-1)]; DelayOutR(n,1)=DelaylineR(i+1)*frac+DelaylineR(i)*(1-frac); %Linear Interpolation % Amplitude modulation of the delayline output AmpModL = DelayOutL.* 0.4*LFO; AmpModR = DelayOutR.* 0.4*-LFO; % simulating crosstalk EffectOutL = AmpModL + (AmpModR.*0.7); EffectOutR = AmpModR + (AmpModL.*0.7); output = [EffectOutL, EffectOutR]; %combining channels as a stereo file output = output./max(abs(output(:)))*(1-(2^-(16-1))); %normailize else error('this function is only a mono or stereo effect');

In this app note we will explore the topic of modeling a physical device using DSP techniques.

In this app note we will explore the topic of modeling a physical device using DSP techniques. Ross Penniman Introduction In this app note we will explore the topic of modeling a physical device using DSP techniques. One of the most distinctive sounds of popular music in the last 50-plus years has

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

MaxxBass Development Recommendations

MaxxBass Development Recommendations MaxxBass Development Recommendations 1 Purpose The document provides recommendations on MaxxBass in evaluation, selection of possible implementations, circuit design and testing. It also refers to several

More information

Chapter 16 Sound. Copyright 2009 Pearson Education, Inc.

Chapter 16 Sound. Copyright 2009 Pearson Education, Inc. Chapter 16 Sound 16-6 Interference of Sound Waves; Beats Sound waves interfere in the same way that other waves do in space. 16-6 Interference of Sound Waves; Beats Example 16-12: Loudspeakers interference.

More information

Phase Correction System Using Delay, Phase Invert and an All-pass Filter

Phase Correction System Using Delay, Phase Invert and an All-pass Filter Phase Correction System Using Delay, Phase Invert and an All-pass Filter University of Sydney DESC 9115 Digital Audio Systems Assignment 2 31 May 2011 Daniel Clinch SID: 311139167 The Problem Phase is

More information

Constant Power Point Source Array VHD5.0

Constant Power Point Source Array VHD5.0 Constant Power Point Source Array VHD5.0 Constant Power Point Source Array VHD5.0 Product Overview video VHD5.0 Introduction VHD5.0 - Mid High Module VHD8.10 - Low Mid Module SL412 - Downfill VHD5.0 Amplifiers

More information

Lecture Summary Chapter 2 Summation

Lecture Summary Chapter 2 Summation Lecture Summary Chapter 2 Summation stable summation criteria o matched origin o may have unlimited multiple inputs o may arrive from different directions o must have significant overlap duration adding

More information

Audio Engineering Society. Convention Paper. Presented at the 115th Convention 2003 October New York, New York

Audio Engineering Society. Convention Paper. Presented at the 115th Convention 2003 October New York, New York Audio Engineering Society Convention Paper Presented at the 115th Convention 2003 October 10 13 New York, New York This convention paper has been reproduced from the author's advance manuscript, without

More information

Sound engineering course

Sound engineering course Sound engineering course 1.Acustics 2.Transducers Fundamentals of acoustics: nature of sound, physical quantities, propagation, point and line sources. Psychoacoustics: sound levels in db, sound perception,

More information

Simulating Saturated Vacuum Tube Characteristics of a Valve Guitar Preamp

Simulating Saturated Vacuum Tube Characteristics of a Valve Guitar Preamp Simulating Saturated Vacuum Tube Characteristics of a Valve Guitar Preamp by Alex Mendoza The goal of this DSP code is to simulate the characteristics of a signal when amplified in the preamp section of

More information

Loudspeakers. Juan P Bello

Loudspeakers. Juan P Bello Loudspeakers Juan P Bello Outline 1. Loudspeaker Types 2. Loudspeaker Enclosures 3. Multiple drivers, Crossover Networks 4. Performance Measurements Loudspeakers Microphone: acoustical sound energy electrical

More information

Tower Mains. A new breed of Main Monitors

Tower Mains. A new breed of Main Monitors Tower Mains A new breed of Main Monitors / TMS 36 In the search for precision it was decided to apply closed box designs only as they principally allow the best approximation to ideal transient behaviour.

More information

Surround: The Current Technological Situation. David Griesinger Lexicon 3 Oak Park Bedford, MA

Surround: The Current Technological Situation. David Griesinger Lexicon 3 Oak Park Bedford, MA Surround: The Current Technological Situation David Griesinger Lexicon 3 Oak Park Bedford, MA 01730 www.world.std.com/~griesngr There are many open questions 1. What is surround sound 2. Who will listen

More information

DESIGN OF ROOMS FOR MULTICHANNEL AUDIO MONITORING

DESIGN OF ROOMS FOR MULTICHANNEL AUDIO MONITORING DESIGN OF ROOMS FOR MULTICHANNEL AUDIO MONITORING A.VARLA, A. MÄKIVIRTA, I. MARTIKAINEN, M. PILCHNER 1, R. SCHOUSTAL 1, C. ANET Genelec OY, Finland genelec@genelec.com 1 Pilchner Schoustal Inc, Canada

More information

Design of a Line Array Point Source Loudspeaker System

Design of a Line Array Point Source Loudspeaker System Design of a Line Array Point Source Loudspeaker System -by Charlie Hughes 6430 Business Park Loop Road Park City, UT 84098-6121 USA // www.soundtube.com // 435.647.9555 22 May 2013 Charlie Hughes The Design

More information

Description The RA-FX1D offers 8 Mono and 8 Dual Mono selectable delays to cover a range of popular applications.

Description The RA-FX1D offers 8 Mono and 8 Dual Mono selectable delays to cover a range of popular applications. Digital Multi-Effects Module Features Low cost and high performance Digital Delay Module Superior sound quality 8 Mono and 8 Dual Mono selectable delays 24-bit, 48 khz ADC/DAC Stereo input, stereo output

More information

Laboratory Assignment 5 Amplitude Modulation

Laboratory Assignment 5 Amplitude Modulation Laboratory Assignment 5 Amplitude Modulation PURPOSE In this assignment, you will explore the use of digital computers for the analysis, design, synthesis, and simulation of an amplitude modulation (AM)

More information

ECE Sound Reinforcement System Design Spring Loudspeaker Active Spectral Divider Design Project

ECE Sound Reinforcement System Design Spring Loudspeaker Active Spectral Divider Design Project Loudspeaker Active Spectral Divider Design Project Project Report Evaluation Team ID: Team 1 Team Member 1.0 2.0 3.0 App Tech* TOTAL Maximum Points Possible 10 30 10 30 20 100 * technical content, writing

More information

How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration

How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration How to Connect a Three-Way (Six Speaker) Legatia Speaker System to a 4-Channel Amplifier in a Quasi-Active Crossover Configuration Hybrid Audio Technologies highly recommends the use of active crossovers

More information

AM404. architectual. Large format mid/high horn. features. applications

AM404. architectual.  Large format mid/high horn. features. applications features! 40º x 40º large format horn! High SPL mid/high install system! Lightweight composite construction! Port assisted, large format 10" (250mm) mid horn! 1.4" (35mm) exit high frequency horn! Constant

More information

c a r b o n b l a c k c a r b o n b l a c k

c a r b o n b l a c k c a r b o n b l a c k carbon black Tannoy has always been a leader where quality sound reproduction is concerned and the no-compromise design of Kingdom Royal epitomizes this. 80 years of audio engineering expertise distilled

More information

EECS 452, W.03 DSP Project Proposals: HW#5 James Glettler

EECS 452, W.03 DSP Project Proposals: HW#5 James Glettler EECS 45, W.03 Project Proposals: HW#5 James Glettler James (at) ElysianAudio.com - jglettle (at) umich.edu - www.elysianaudio.com Proposal: Automated Adaptive Room/System Equalization System Develop a

More information

Technical Notes Volume 1, Number 25. Using HLA 4895 modules in arrays: system controller guidelines

Technical Notes Volume 1, Number 25. Using HLA 4895 modules in arrays: system controller guidelines Technical Notes Volume 1, Number 25 Using HLA 4895 modules in arrays: system controller guidelines Introduction: The HLA 4895 3-way module has been designed for use in conjunction with the HLA 4897 bass

More information

Constant Power Point Source Array A Bold New Advancement in Concert Sound

Constant Power Point Source Array A Bold New Advancement in Concert Sound Constant Power Point Source Array A Bold New Advancement in Concert Sound Step Beyond the Limitations of Line Array A Bold New Advancement in Concert Sound Reinforcement KV2 Audio s philosophy has always

More information

TECHNICAL WHITE PAPER THE BENEFIT OF USING SPEAKER TUNINGS FOR COMMERCIAL LOUDSPEAKERS

TECHNICAL WHITE PAPER THE BENEFIT OF USING SPEAKER TUNINGS FOR COMMERCIAL LOUDSPEAKERS TECHNICAL WHITE PAPER THE BENEFIT OF USING SPEAKER TUNINGS FOR COMMERCIAL LOUDSPEAKERS EXECUTIVE SUMMARY The use of speaker tunings is commonplace in high-performance environments that require line arrays

More information

CHAPTER ONE SOUND BASICS. Nitec in Digital Audio & Video Production Institute of Technical Education, College West

CHAPTER ONE SOUND BASICS. Nitec in Digital Audio & Video Production Institute of Technical Education, College West CHAPTER ONE SOUND BASICS Nitec in Digital Audio & Video Production Institute of Technical Education, College West INTRODUCTION http://www.youtube.com/watch?v=s9gbf8y0ly0 LEARNING OBJECTIVES By the end

More information

DAFX - Digital Audio Effects

DAFX - Digital Audio Effects DAFX - Digital Audio Effects Udo Zölzer, Editor University of the Federal Armed Forces, Hamburg, Germany Xavier Amatriain Pompeu Fabra University, Barcelona, Spain Daniel Arfib CNRS - Laboratoire de Mecanique

More information

Introduction Unique Electronics

Introduction Unique Electronics Active Speakers EX Transcoil Driver Introduction At KV2 Audio building an active speaker goes beyond simply bolting a Class D amplifier to the back of a box. The EX range has evolved over the last decade

More information

Stereo 3-Way Active Crossover User Manual Model K231 Sublime Acoustic, LLC

Stereo 3-Way Active Crossover User Manual Model K231 Sublime Acoustic, LLC Stereo 3-Way Active Crossover User Manual Model K231 Sublime Acoustic, LLC Features Stereo 3-way Active Crossover for driving separate subwoofer, midrange and tweeter amplifiers Linkwitz-Riley crossover

More information

SECTION A Waves and Sound

SECTION A Waves and Sound AP Physics Multiple Choice Practice Waves and Optics SECTION A Waves and Sound 1. Which of the following statements about the speed of waves on a string are true? I. The speed depends on the tension in

More information

Improving room acoustics at low frequencies with multiple loudspeakers and time based room correction

Improving room acoustics at low frequencies with multiple loudspeakers and time based room correction Improving room acoustics at low frequencies with multiple loudspeakers and time based room correction S.B. Nielsen a and A. Celestinos b a Aalborg University, Fredrik Bajers Vej 7 B, 9220 Aalborg Ø, Denmark

More information

A03.9. Preset Guide Lab.Gruppen P(LM) Series PLM+ Series

A03.9. Preset Guide Lab.Gruppen P(LM) Series PLM+ Series A03.9 Preset Guide Lab.Gruppen P(LM) Series PLM+ Series General information TW AUDiO Lab.Gruppen P(LM) / PLM+ Series preset guide Version 1.2 EN, 17/02/2016, MP & WW Copyright TW AUDiO GmbH, 2016 All Rights

More information

ENSEMBLE String Synthesizer

ENSEMBLE String Synthesizer ENSEMBLE String Synthesizer by Max for Cats (+ Chorus Ensemble & Ensemble Phaser) Thank you for purchasing the Ensemble Max for Live String Synthesizer. Ensemble was inspired by the string machines from

More information

ViRAY. with DDP Dual Diaphragm Planar-wave-driver Technology. Compact 3-way symmetrical line array system. DDP Technology

ViRAY. with DDP Dual Diaphragm Planar-wave-driver Technology. Compact 3-way symmetrical line array system. DDP Technology 1 1 with DDP Dual Diaphragm Planar-wave-driver Technology Whether it s for live touring applications or high-end fixed installations, has been created to surpass and excite the needs of both user and listener

More information

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 VIRTUAL AUDIO REPRODUCED IN A HEADREST

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 VIRTUAL AUDIO REPRODUCED IN A HEADREST 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 VIRTUAL AUDIO REPRODUCED IN A HEADREST PACS: 43.25.Lj M.Jones, S.J.Elliott, T.Takeuchi, J.Beer Institute of Sound and Vibration Research;

More information

SECTION A Waves and Sound

SECTION A Waves and Sound AP Physics Multiple Choice Practice Waves and Optics SECTION A Waves and Sound 2. A string is firmly attached at both ends. When a frequency of 60 Hz is applied, the string vibrates in the standing wave

More information

RoomMatch Utility RMU108 TECHNICAL DATA SHEET. small-format under-balcony fill loudspeaker. Key Features. Technical Specifications

RoomMatch Utility RMU108 TECHNICAL DATA SHEET. small-format under-balcony fill loudspeaker. Key Features. Technical Specifications Key Features Award-winning RoomMatch sound now in smaller, 2-way, point-source designs for high-level foreground music, under-balcony, zone-fill and vocalrange floor monitor applications Bose EMB2 compression

More information

Best Sound at Axpona? By John Atkinson

Best Sound at Axpona? By John Atkinson AXPONA 2010 Show Report Best Sound at Axpona? By John Atkinson Posted Wed Mar 10, 2010, 4:53 PM ET I had respected more than loved the Legacy speakers I have heard in the past, but without a doubt one

More information

RoomMatch Utility Small-Format Loudspeakers. Award-winning RoomMatch sound for zone-fill/foreground music applications

RoomMatch Utility Small-Format Loudspeakers. Award-winning RoomMatch sound for zone-fill/foreground music applications RoomMatch Utility Small-Format Loudspeakers Award-winning RoomMatch sound for zone-fill/foreground music applications RoomMatch Utility small-format point-source loudspeakers RoomMatch sound quality now

More information

Since the advent of the sine wave oscillator

Since the advent of the sine wave oscillator Advanced Distortion Analysis Methods Discover modern test equipment that has the memory and post-processing capability to analyze complex signals and ascertain real-world performance. By Dan Foley European

More information

datasheet THL HILIGHT SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Controlled dispersion Seamless mid range Ultra-low distortion

datasheet THL HILIGHT SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Controlled dispersion Seamless mid range Ultra-low distortion HILIGHT SERIES ENGINEERING INFORMATION The is a 2-way professional loudspeaker enclosure incorporating Turbosound s unique loading principles. The modular enclosure is designed to cover mid and high frequencies

More information

A Pitch-Controlled Tremolo Stomp Box

A Pitch-Controlled Tremolo Stomp Box A Pitch-Controlled Tremolo Stomp Box James Love (450578496) Final Review for Digital Audio Systems, DESC9115, 2016 Graduate Program in Audio and Acoustics Faculty of Architecture, Design and Planning,

More information

AQ12. architectual. Compact, full-range system. features. applications. w w w w w

AQ12. architectual.   Compact, full-range system. features. applications. w w w w w features Wide 80 x 50 dispersion Rotatable HF horn Architecturally friendly styling 1st & 2nd fix all and ceiling brackets available Alternative textured paint colours to order applications Clubs, bars

More information

Application Guide. AcousticPerformance Series Loudspeakers

Application Guide. AcousticPerformance Series Loudspeakers Application Guide AcousticPerformance Series Loudspeakers Rev. B, March 2017 THE ACOUSTICPERFORMANCE SERIES. THE NAME SAYS IT. The highly versatile AcousticPerformance Series comprises six models: three

More information

datasheet TCS-40 TCS SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Dual 8 LF drivers Wide dispersion High power rating Down-fill enclosure

datasheet TCS-40 TCS SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Dual 8 LF drivers Wide dispersion High power rating Down-fill enclosure TCS SERIES ENGINEERING INFORMATION TCS- The TCS- is a passive full range two-way loudspeaker enclosure designed for use as an under balcony theatre speaker or as a downfill enclosure when used with flown

More information

MUS 302 ENGINEERING SECTION

MUS 302 ENGINEERING SECTION MUS 302 ENGINEERING SECTION Wiley Ross: Recording Studio Coordinator Email =>ross@email.arizona.edu Twitter=> https://twitter.com/ssor Web page => http://www.arts.arizona.edu/studio Youtube Channel=>http://www.youtube.com/user/wileyross

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

EQ s & Frequency Processing

EQ s & Frequency Processing LESSON 9 EQ s & Frequency Processing Assignment: Read in your MRT textbook pages 403-441 This reading will cover the next few lessons Complete the Quiz at the end of this chapter Equalization We will now

More information

Loudspeaker Array Case Study

Loudspeaker Array Case Study Loudspeaker Array Case Study The need for intelligibility Churches, theatres and schools are the most demanding applications for speech intelligibility. The whole point of being in these facilities is

More information

Shattered Glass Audio

Shattered Glass Audio Shattered Glass Audio SGA1566 User Manual Copyright 2014 Shattered Glass Audio, a division of Creative Bytes, Inc. Introduction... 3 Signal Routing... 3 SGA1566 Circuit... 4 Equalizer... 4 Preamplifier...

More information

FIR Filter For Audio Practitioners

FIR Filter For Audio Practitioners Introduction Electronic correction in the form of Equalization (EQ) is one of the most useful audio tools for loudspeaker compensation/correction, whether it compensates from non linearities in the loudspeaker

More information

F1 Model 812 Flexible Array Loudspeaker

F1 Model 812 Flexible Array Loudspeaker F1 Model 812 Flexible Array Loudspeaker Product Description The Bose F1 Model 812 Flexible Array Loudspeaker is the first powered portable loudspeaker that lets you control its vertical coverage pattern.

More information

SNAKEBITE SYNTH. User Manual. Rack Extension for Propellerhead Reason. Version 1.2

SNAKEBITE SYNTH. User Manual. Rack Extension for Propellerhead Reason. Version 1.2 SNAKEBITE SYNTH Rack Extension for Propellerhead Reason User Manual Version 1.2 INTRODUCTION Snakebite is a hybrid digital analog synthesizer with the following features: Triple oscillator with variable

More information

Processor Setting Fundamentals -or- What Is the Crossover Point?

Processor Setting Fundamentals -or- What Is the Crossover Point? The Law of Physics / The Art of Listening Processor Setting Fundamentals -or- What Is the Crossover Point? Nathan Butler Design Engineer, EAW There are many misconceptions about what a crossover is, and

More information

C O N C O U R S E Q S E R I E S

C O N C O U R S E Q S E R I E S R E V.1 C O N C O U R S E Q S E R I E S INSTRUCTION BOOKLET CONCOURSE Q SERIES SUBWOOFER/Q SUB F O R T H E C L O S E S T A P P R O A C H T O T H E O R I G I N A L S O U N D TABLE OF CONTENTS Introduction:

More information

CM0340 Tutorial 6: MATLAB Digital Audio Effects

CM0340 Tutorial 6: MATLAB Digital Audio Effects CM0340 Tutorial 6: MATLAB Digital Audio Effects 1 In this tutorial we explain some of the MATLAB code behind some of the digital audio effects we have studied. Basically this revolves around: using filters

More information

Bel Canto Design evo Digital Power Processing Amplifier

Bel Canto Design evo Digital Power Processing Amplifier Bel Canto Design evo Digital Power Processing Amplifier Introduction Analog audio power amplifiers rely on balancing the inherent linearity of a device or circuit architecture with factors related to efficiency,

More information

What applications is a cardioid subwoofer configuration appropriate for?

What applications is a cardioid subwoofer configuration appropriate for? SETTING UP A CARDIOID SUBWOOFER SYSTEM Joan La Roda DAS Audio, Engineering Department. Introduction In general, we say that a speaker, or a group of speakers, radiates with a cardioid pattern when it radiates

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

Sampling and Reconstruction

Sampling and Reconstruction Experiment 10 Sampling and Reconstruction In this experiment we shall learn how an analog signal can be sampled in the time domain and then how the same samples can be used to reconstruct the original

More information

Date Period Name. Write the term that corresponds to the description. Use each term once. beat

Date Period Name. Write the term that corresponds to the description. Use each term once. beat Date Period Name CHAPTER 15 Study Guide Sound Vocabulary Review Write the term that corresponds to the description. Use each term once. beat Doppler effect closed-pipe resonator fundamental consonance

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

ANALYSIS AND EVALUATION OF IRREGULARITY IN PITCH VIBRATO FOR STRING-INSTRUMENT TONES

ANALYSIS AND EVALUATION OF IRREGULARITY IN PITCH VIBRATO FOR STRING-INSTRUMENT TONES Abstract ANALYSIS AND EVALUATION OF IRREGULARITY IN PITCH VIBRATO FOR STRING-INSTRUMENT TONES William L. Martens Faculty of Architecture, Design and Planning University of Sydney, Sydney NSW 2006, Australia

More information

A Guitar Overdrive/Distortion Effect of Digital Signal Processing

A Guitar Overdrive/Distortion Effect of Digital Signal Processing A Guitar Overdrive/Distortion Effect of Digital Signal Processing Instructor: William L. Martens Student: Cheng-Hao Chang; SID: 310106370; E-Mail: ccha5015@uni.sydney.edu.au 1. Problem Description Urban

More information

CINEMA CATALOGUE

CINEMA CATALOGUE www.krix.com CINEMA CATALOGUE Dolby - Atmos - 5.1-7.1 Outstanding Sound & Outstanding Support Founded in 1974, Krix is a major installation consultant and supplier of purpose built loudspeaker solutions

More information

FBT RECANATI

FBT RECANATI Operating Manual FBT elettronica SpA Via Paolo Soprani 1 - Zona Ind.le Squartabue - 62019 RECANATI - ITALYTel. 071 750591 - Fax. 071 7505920 - email: info@fbt.it - www.fbt.it THE SERIES WARNINGS DESCRIPTION

More information

Modulation. Digital Data Transmission. COMP476 Networked Computer Systems. Analog and Digital Signals. Analog and Digital Examples.

Modulation. Digital Data Transmission. COMP476 Networked Computer Systems. Analog and Digital Signals. Analog and Digital Examples. Digital Data Transmission Modulation Digital data is usually considered a series of binary digits. RS-232-C transmits data as square waves. COMP476 Networked Computer Systems Analog and Digital Signals

More information

Quiz on Chapters 13-15

Quiz on Chapters 13-15 Quiz on Chapters 13-15 Chapter 16 Waves and Sound continued Final Exam, Thursday May 3, 8:00 10:00PM ANH 1281 (Anthony Hall). Seat assignments TBD RCPD students: Thursday May 3, 5:00 9:00PM, BPS 3239.

More information

A STUDY ON NOISE REDUCTION OF AUDIO EQUIPMENT INDUCED BY VIBRATION --- EFFECT OF MAGNETISM ON POLYMERIC SOLUTION FILLED IN AN AUDIO-BASE ---

A STUDY ON NOISE REDUCTION OF AUDIO EQUIPMENT INDUCED BY VIBRATION --- EFFECT OF MAGNETISM ON POLYMERIC SOLUTION FILLED IN AN AUDIO-BASE --- A STUDY ON NOISE REDUCTION OF AUDIO EQUIPMENT INDUCED BY VIBRATION --- EFFECT OF MAGNETISM ON POLYMERIC SOLUTION FILLED IN AN AUDIO-BASE --- Masahide Kita and Kiminobu Nishimura Kinki University, Takaya

More information

datasheet IMPACT 50 IMPACT SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Attractive injection moulded enclosure 100 watt power rating

datasheet IMPACT 50 IMPACT SERIES ENGINEERING INFORMATION FEATURES APPLICATIONS Attractive injection moulded enclosure 100 watt power rating IMPACT SERIES ENGINEERING INFORMATION The Impact series of full range, passive loudspeakers has been designed to be used in a variety of installed sound system applications ranging from discotheques, clubs

More information

Concepts in Physics. Friday, November 26th 2009

Concepts in Physics. Friday, November 26th 2009 1206 - Concepts in Physics Friday, November 26th 2009 Notes There is a new point on the webpage things to look at for the final exam So far you have the two midterms there More things will be posted over

More information

application guide House of Worship

application guide House of Worship K.2 SERIES LOUDSPEAKERS Rev A May 2017 K.2 SERIES LOUDSPEAKERS application guide House of Worship SINCE THEIR INTRODUCTION IN 2009, K FAMILY LOUDSPEAKERS HAVE BECOME THE GO-TO FAVORITE PRODUCT FOR PROFESSIONAL

More information

A BRIEF DISCUSSION OF TECHNIQUE

A BRIEF DISCUSSION OF TECHNIQUE TESSERACT: A BRIEF DISCUSSION OF TECHNIQUE Our goal was to create a high-resolution, high-energy, full range transducer that would both fully disappear within the soundstage it created and do so while

More information

Reducing comb filtering on different musical instruments using time delay estimation

Reducing comb filtering on different musical instruments using time delay estimation Reducing comb filtering on different musical instruments using time delay estimation Alice Clifford and Josh Reiss Queen Mary, University of London alice.clifford@eecs.qmul.ac.uk Abstract Comb filtering

More information

Chapter 14, Sound. 1. When a sine wave is used to represent a sound wave, the crest corresponds to:

Chapter 14, Sound. 1. When a sine wave is used to represent a sound wave, the crest corresponds to: CHAPTER 14 1. When a sine wave is used to represent a sound wave, the crest corresponds to: a. rarefaction b. condensation c. point where molecules vibrate at a right angle to the direction of wave travel

More information

NemFX. Nemesis Technology, Inc. Digital Multi-Effects Module

NemFX. Nemesis Technology, Inc. Digital Multi-Effects Module NemFX Digital Multi-Effects Module Features Low cost and high performance Digital Multi- Effects Module Superior sound quality 32 or 16 built-in Reverb, Delay, Chorus, Flanger and Multi-Effects programs

More information

P 1 & P 2 P r o dual-mono power amplifiers

P 1 & P 2 P r o dual-mono power amplifiers 1 & 2 r o dual-mono power amplifiers ACOUSTIC ENGINEERS RO SERIES 1 & 2 r o ATC s reputation for the design and manufacture of unique high performance loudspeaker drive units is legendary with new concepts

More information

SGN Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter ( ) Name: Student number:

SGN Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter ( ) Name: Student number: TAMPERE UNIVERSITY OF TECHNOLOGY Department of Signal Processing SGN-16006 Bachelor s Laboratory Course in Signal Processing Audio frequency band division filter (2013-2014) Group number: Date: Name: Student

More information

Copyright 2009 Pearson Education, Inc.

Copyright 2009 Pearson Education, Inc. Chapter 16 Sound 16-1 Characteristics of Sound Sound can travel through h any kind of matter, but not through a vacuum. The speed of sound is different in different materials; in general, it is slowest

More information

Investigating Electromagnetic and Acoustic Properties of Loudspeakers Using Phase Sensitive Equipment

Investigating Electromagnetic and Acoustic Properties of Loudspeakers Using Phase Sensitive Equipment Investigating Electromagnetic and Acoustic Properties of Loudspeakers Using Phase Sensitive Equipment Katherine Butler Department of Physics, DePaul University ABSTRACT The goal of this project was to

More information

NAME STUDENT # ELEC 484 Audio Signal Processing. Midterm Exam July Listening test

NAME STUDENT # ELEC 484 Audio Signal Processing. Midterm Exam July Listening test NAME STUDENT # ELEC 484 Audio Signal Processing Midterm Exam July 2008 CLOSED BOOK EXAM Time 1 hour Listening test Choose one of the digital audio effects for each sound example. Put only ONE mark in each

More information

Archivist s Note: The plans are mislabeled and are actually for a tube-driven tremolo. See letter to the editor at the end of this document.

Archivist s Note: The plans are mislabeled and are actually for a tube-driven tremolo. See letter to the editor at the end of this document. Archivist s Note: The plans are mislabeled and are actually for a tube-driven tremolo. See letter to the editor at the end of this document. Build Your Own Vibrato Make like Elvis with an "electronic"

More information

P. Moog Synthesizer I

P. Moog Synthesizer I P. Moog Synthesizer I The music synthesizer was invented in the early 1960s by Robert Moog. Moog came to live in Leicester, near Asheville, in 1978 (the same year the author started teaching at UNCA).

More information

NOTICE. The above identified patent application is available for licensing. Requests for information should be addressed to:

NOTICE. The above identified patent application is available for licensing. Requests for information should be addressed to: Serial Number 09/548.387 Filing Date 11 April 2000 Inventor Theodore R. Anderson Edward R. Javor NOTICE The above identified patent application is available for licensing. Requests for information should

More information

Low frequency sound reproduction in irregular rooms using CABS (Control Acoustic Bass System) Celestinos, Adrian; Nielsen, Sofus Birkedal

Low frequency sound reproduction in irregular rooms using CABS (Control Acoustic Bass System) Celestinos, Adrian; Nielsen, Sofus Birkedal Aalborg Universitet Low frequency sound reproduction in irregular rooms using CABS (Control Acoustic Bass System) Celestinos, Adrian; Nielsen, Sofus Birkedal Published in: Acustica United with Acta Acustica

More information

MT1. Designed by Matt Willett

MT1. Designed by Matt Willett MT1 Designed by Matt Willett 1 Contents - Concept p.3 - Design - The Box p.3 - Enclosure Design - Box Size - Internal Box Design - Acoustical Dampening - Making it HiFi p.6 - Transmission Response - Speaker

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

SABOTAGE 3-BAND CROSSOVER FX [RACK EXTENSION] v. 1.0 MANUAL

SABOTAGE 3-BAND CROSSOVER FX [RACK EXTENSION] v. 1.0 MANUAL *..Morph them in bands! SABOTAGE 3-BAND CROSSOVER FX [RACK EXTENSION] v. 1.0 MANUAL 2018 FX device by Turn2on Software Introducing a new three band multiple FX Rack Extension. The crossover effect splits

More information

Trumpet Wind Controller

Trumpet Wind Controller Design Proposal / Concepts: Trumpet Wind Controller Matthew Kelly Justin Griffin Michael Droesch The design proposal for this project was to build a wind controller trumpet. The performer controls the

More information

NemFX M-Type Version. Nemesis Technology, Inc.

NemFX M-Type Version. Nemesis Technology, Inc. NemFX M-Type Version Digital Multi-Effects Module Features Low cost and high performance Digital Multi-Effects Module Superior sound quality 16 built-in Reverb, Chorus, Flanger, Delay and Multi-Effects

More information

Sound Ch. 26 in your text book

Sound Ch. 26 in your text book Sound Ch. 26 in your text book Objectives Students will be able to: 1) Explain the relationship between frequency and pitch 2) Explain what the natural frequency of an object is 3) Explain how wind and

More information

360mm (14-3/16 ) x 224mm (8-13/16 ) x 67mm (2-5/8 )

360mm (14-3/16 ) x 224mm (8-13/16 ) x 67mm (2-5/8 ) EN-41400 (4 Channel) EN-21200 (2 Channel) Class Class-AB Class-AB Power 1400 Watts 1200 Watts Frequency Response 10Hz - 42kHz 10Hz - 45kHz Dimensions 360mm (14-3/16 ) x 224mm (8-13/16 ) x 67mm (2-5/8 )

More information

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012

Auto Harmonizer. EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Auto Harmonizer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Project Abstract: Team Name: Slubberdegullions Team Members: Josh Elliott and Henry Hatton,

More information

3D Intermodulation Distortion Measurement AN 8

3D Intermodulation Distortion Measurement AN 8 3D Intermodulation Distortion Measurement AN 8 Application Note to the R&D SYSTEM The modulation of a high frequency tone f (voice tone and a low frequency tone f (bass tone is measured by using the 3D

More information

DREAM DSP LIBRARY. All images property of DREAM.

DREAM DSP LIBRARY. All images property of DREAM. DREAM DSP LIBRARY One of the pioneers in digital audio, DREAM has been developing DSP code for over 30 years. But the company s roots go back even further to 1977, when their founder was granted his first

More information

2 Way Loudspeakers. Michael Wojcik. Physics 406: 5/10/2013. Introduction: Initial Speakers Overnight Sensations

2 Way Loudspeakers. Michael Wojcik. Physics 406: 5/10/2013. Introduction: Initial Speakers Overnight Sensations 2 Way Loudspeakers Michael Wojcik Physics 406: 5/10/2013 Introduction: I enjoy speaker building as a hobby and wanted to take things further with this course by pursuing a sort of loudspeaker design project.

More information

ENGINEERING STAFF REPORT. The JBL Model L40 Loudspeaker System. Mark R. Gander, Design Engineer

ENGINEERING STAFF REPORT. The JBL Model L40 Loudspeaker System. Mark R. Gander, Design Engineer James B Lansing Sound, Inc, 8500 Balboa Boulevard, Northridge, California 91329 USA ENGINEERING STAFF REPORT The JBL Model L40 Loudspeaker System Author: Mark R. Gander, Design Engineer ENGINEERING STAFF

More information

ANALYSIS OF REAL TIME AUDIO EFFECT DESIGN USING TMS320 C6713 DSK

ANALYSIS OF REAL TIME AUDIO EFFECT DESIGN USING TMS320 C6713 DSK ANALYSIS OF REAL TIME AUDIO EFFECT DESIGN USING TMS32 C6713 DSK Rio Harlan, Fajar Dwisatyo, Hafizh Fazha, M. Suryanegara, Dadang Gunawan Departemen Elektro Fakultas Teknik Universitas Indonesia Kampus

More information

Technology Super Live Audio Technology (SLA)

Technology Super Live Audio Technology (SLA) Technology Super Live Audio Technology (SLA) A New Standard Definition and Distance Dynamic Range Vs Digital Sampling Electronic Integrity Speaker Design Sound System Design The Future of Sound. Made Perfectly

More information

Blackline F215. portable club. Two-way passive, vented trapezoidal enclosure with dual low frequency drivers

Blackline F215. portable club.   Two-way passive, vented trapezoidal enclosure with dual low frequency drivers features! Very high SPL from a full range passive enclosure! Extended low frequency performance from dual 15" drivers! Dedicated low distortion bass-mid driver! User rotatable 80 x 50 horn! 1.4" (35mm)

More information