Audio and Acoustical Response Analysis Environment (AARAE): a tool to support education and research in acoustics

Size: px
Start display at page:

Download "Audio and Acoustical Response Analysis Environment (AARAE): a tool to support education and research in acoustics"

Transcription

1 Audio and Acoustical Response Analysis Environment (AARAE): a tool to support education and research in acoustics Densil CABRERA 1 ; Daniel JIMENEZ 2 ; William L. MARTENS 3 1 The University of Sydney, Australia 2 The University of Sydney, Australia 3 The University of Sydney, Australia ABSTRACT AARAE is a MATLAB-hosted environment for measurement and analysis of room acoustics and audio systems, designed to support education and research in audio and acoustics. While it already provides a wide range of test signals, and measurement, processing, and analysis methods, one of its main features is easy extensibility. Students new to signal processing (and MATLAB) can use it from its graphical user interface (without any need to write code), whereas more advanced students can develop implementations of pre-existing or novel measurement, processing and analysis algorithms using templates that allow quick integration of functions into the graphical user interface. AARAE was introduced into acoustics teaching at the University of Sydney in 214, and it is used in both introductory and advanced units. While most of the code for the current version of AARAE was written by the authors, coursework students have contributed to functions in areas such as speech intelligibility, distortion, reverberation parameters and background noise rating. This paper illustrates how AARAE is used in teaching, highlighting some recent student projects in AARAE. It also illustrates how AARAE has been used to support research and research training. Keywords: Measurement Techniques, Signal Processing, Architectural Acoustics, Audio Systems, Education, Software. I-INCE Classification of Subjects Number(s): 72, INTRODUCTION Measurement in architectural and audio acoustics increasingly employs signal processing, and so computer software is almost always used to support measurement and analysis. In research and education, open source software has advantages: the software can be validated not only by performance testing, but also by examining the code (and bugs quickly fixed); code can be modified and extended by users to support particular projects (and research often draws on or proposes new analysis methods); and when applied in teaching, the availability of functioning programs with open source code allows students to simultaneously develop a top-down and bottom-up understanding. This paper describes a project called AARAE that is intended to support research and teaching concerned with audio and acoustic measurement, all implemented within the MATLAB environment. Several other somewhat similar projects exist. Cabrera et al. (1) developed PsySound3 using MATLAB to make accessible a wide range of audio signal analysis algorithms, especially ones from psychoacoustics. While one possibility for AARAE might have been to develop it as an extension to PsySound3 (PsySound4?), there were several reasons why this was not done, one of which was the relatively complex computational approach in PsySound3, which makes it quite difficult for a novice to add a new analyser to it. Furthermore, while PsySound3 was designed for sound analysis, most of the data that it deals with is non-audio data i.e. data from the results of analysis AARAE has a much stronger focus on processing and displaying audio data. Developed within the Institute for Technical Acoustics (RWTH University, Aachen), the 1 densil.cabrera@sydney.edu.au 2 djim9123@uni.sydney.edu.au 3 william.martens@sydney.edu.au Inter-noise 214 Page 1 of 1

2 Page 2 of 1 Inter-noise 214 ITA-Toolbox (2) is the project that compares most closely with AARAE. The ITA-Toolbox also uses MATLAB, and a graphical user interface, for audio and acoustic system measurement and analysis. The ITA-Toolbox is a more mature project than AARAE, differing in emphasis but with considerable overlap. Both projects are intended to support teaching and research in their home institutions, but freely available to all. Although the purpose of this paper is essentially to outline the scope of the AARAE project, a general description of a software project is not well suited to a conference paper (it is better suited to a software guide or manual). Instead this paper gives a brief overview of certain features of the AARAE project, and then presents examples of analyses currently available within AARAE. 2. OVERVIEW The code for AARAE can be divided into framework and content. The framework is designed to provide a user interface, a practical workflow and to facilitate the addition of new content. The framework supports many aspects of measurement and analysis, including: the acquisition of audio data (by loading, recording or generating), calibration of the system or of particular signals, display of audio and non-audio data and saving data in various formats. Audio data in AARAE is held in a structure format that includes mandatory fields (e.g., for the audio data and sampling rate), other common fields (e.g., for specifying calibration offset, channel names, band frequencies, etc.) and other properties of the audio (which might be particular to the type of audio). The audio waveform within the audio structure can be multidimensional, with the first dimension for time (samples), the second for channels, the third for bands, and higher dimensions not pre-defined. Additional audio fields may also be included in an audio structure most commonly, audio2 is used to store an inverse filter that can be used to create an impulse response by convolution with the processed audio field (e.g., if the content of the audio has been played and re-recorded through an audio or acoustic system). Once in the AARAE workspace, audio structures can be selected, displayed, played and re-recorded, edited, processed, analysed, deleted, and exported in various ways through simple operations in the graphical user interface (GUI) which is illustrated in Figure 1. Figure 1 Screenshot of AARAE s main graphical user interface, showing the pop-up chart options. As shown in Figure 1, the AARAE main GUI includes two visual display charts, which automatically update to show the selected audio in the chosen format (either time domain or frequency domain). These charts produce independent editable figures by clicking on them. The = button provides subplots so that the content of multiple audio structures can be compared, or to simultaneously display multiple channels and bands of a single audio structure or to compare non-audio data that was output by an analyser. Above these charts are playback controls, allowing normal ( > ), time-reversed ( < ), random-phase ( PHI ), flat magnitude spectrum ( MAG ), and convolved ( * ) playback, some of the principles of which are discussed by Cabrera and Ferguson (3). Time reversed playback may be helpful in hearing the time structure of an impulse response (because Page 2 of 1 Inter-noise 214

3 Inter-noise 214 Page 3 of 1 backward masking has a smaller effect than forward masking). Random phase playback removes any variation in time envelope, thereby allowing the listener to focus entirely on the distribution of sound across the spectrum. Flat magnitude spectrum playback does the opposite of that, removing the spectrum envelope from the reproduced sound. In the last case, the audio is convolved with a reference sound-file, which by default is a short recording of anechoic speech, and this can be helpful in appreciating the effect of an impulse response. Further visualization and sonification tools are in the Analysers section of AARAE. Thus AARAE aims to promote understanding of audio content by providing multiple methods of displaying audio data. As an example of a workflow in AARAE, a user might first connect the measurement transducers and audio interface to their computer, and conduct system calibration which can compensate for system latency, inverse filter the system response (if desired), and determine the gain calibration offset for each input channel (typically done using a microphone calibrator). Then a test signal could be generated using one of AARAE s generators (e.g., one that generates a swept sinusoid). If desired, the signal can be repeated, and these repetitions can be at constant or stepped gain. Repeated signals could be useful for the analysis of time variance or non-linear distortion, or simply for increasing signal-to-noise ratio using linear time-invariant assumptions (e.g., by excluding any atypical recordings of the signal from a synchronous average). A silent cycle can also be generated which is treated as if there were a signal present and this is used for determining the effective signal-to-noise ratio using the same inverse filtering process as is used for the signal (on the assumption that the noise is steady state). This signal (or sequence of signals) is played and recorded through the system under test, and its inverse filter can be applied to the recording to derive the impulse response. If multiple sweeps were generated, then the impulse responses can be synchronously averaged or stacked in dimension 4 (or dimension 2 if the recording is single-channel) for further processing. Often other recordings would also be made, such as of background noise, other test signals, and probably other impulse responses. AARAE offers a wide range of processors including basic editing functions, filters, filterbanks, envelope functions, cross and auto functions, and so on, some of which might be applied at this stage in the workflow. Finally the user may run some analysers to determine the values of acoustic parameters (e.g. reverberation time, speech transmission index, inter-aural cross-correlation, etc.), and these analysers generate tables and charts, and also return data to the AARAE workspace for further plotting and comparison. AARAE allows multiple tables within a figure to be copied to clipboard, for pasting directly into a spreadsheet. The entire session can be exported to a directory including audio data, calibration data, charts, tables and other non-audio data. Afterwards, the data can be loaded directly into MATLAB for further analysis, or can be reloaded into the AARAE environment. 3. CONTENT The content of AARAE is divided into four types of functions: calculators, generators, processors and analysers. The AARAE framework accepts new content simply by adding function files (m files) to the appropriate directories (within the Calculators, Generators, Processors, or Analysers directories). Templates are provided so that users can develop and add new content quickly, especially if they have pre-existing code that they wish to port to AARAE. Generators are primarily used to generate test signals, such as swept sinusoids, noise, impulses, tones, the STIPA signal, etc. Processors have audio input and output, and include filters, filterbanks, envelope operations, transforms, and many basic editing functions. Analysers have audio input, but output charts and tables (as MATLAB figures) and data is returned to AARAE for further interactive plotting. Calculators are the miscellaneous category of AARAE content, examples of which include an image-source room acoustics model and a calculator of the dissipation of sound in air. Calculators are intended to support measurement and analysis by providing the expected theoretical values or responses for comparison with their measured counterparts. The following subsections of this paper illustrate and discuss selected parts of AARAE s content, focusing mainly on analysers. 3.1 Sound level and loudness One of the most basic and important questions in acoustic measurement is how much sound is there? and, as any acoustician knows, there are many ways of answering this question. Hence AARAE offers several ways to quantify the amount of sound, and these are highly likely to expand in the future. Issues to consider in quantifying the amount of sound include considering spectral distribution and weighting, temporal distribution and integration, and the units used, and other Inter-noise 214 Page 3 of 1

4 Page 4 of 1 Inter-noise 214 possible processing (e.g., loudness analysis or deriving single-number ratings). An important aim of AARAE is to provide many approaches to analysis, so that intelligent decisions need to be made by the person doing the analysis, rather than relying on pre-packaged analysis templates that remove decision making from the process. Figure 2 gives examples of various ways of analyzing the strength of sound in a single audio recording (a recording of solo operatic singing) Sound level (db) Lmax L5 L1 L5 L9 Lmin Leq Sound level (db) Window start time (s) 4 Lmin L9 L5 L1 L5 Lmax Leq Parameter Leq = db Lenergy = db Duration (s) 7 6 Integration time constant =.125 s Raw audio Processed audio Cumulative Distribution L5: db L1: db L5: db L9: db Leq Lmax L5 L1 L5 L Octave Band Centre Frequency (Hz) Short term Long term 5 Loudness (sone) Figure 2 Various ways of representing the strength of sound of a recording (in this case, a recording of an unaccompanied singer). The top left chart shows time-varying sound pressure level statistics, using a 5 s moving window. The top right chart shows distributions of the level statistics from the top left chart. The middle left chart shows the original instantaneous levels in light blue, the A-weighted fast integrated level in green, and the cumulative distribution (with percentiles) in red. The middle right chart shows octave band Leq (in red) and percentiles for each band. The bottom chart shows the time-varying loudness following Glasberg and Moore (4). In 214, Nicholas Lynar and Guy Hopkins (both masters students) implemented ANSI S Noise Criterion (NC) and Room Noise Criterion (RNC) methods of rating background noise in rooms in an AARAE analyser (5). While many of the comparable noise rating systems are well suited to spreadsheet implementation following octave band analysis, RNC requires the analysis of low frequency fluctuation in the noise, which is not practical to do with a spreadsheet, but is well suited to a signal processing environment like MATLAB. Page 4 of 1 Inter-noise 214

5 Inter-noise 214 Page 5 of Reverberation parameters While reverberation time is almost certainly the most used and best understood of the room acoustical parameters, measuring it well can involve several subtle issues. In a round robin study of reverberation time analysis using a single measured impulse response, Katz (6) found substantial divergences between results. One of the most common issues in correctly deriving reverberation time from impulse responses is the presence of background noise. While impulse response measurement techniques are usually designed to substantially reduce background noise, significant noise is quite common in the extremes of the frequency range. Approaches to dealing with background noise include finding the optimum truncation point for reverse integration (7,8) non-linear curve-fitting based on a model that includes exponential decay combined with steady background noise (9), subtracting the background noise (squared amplitude) from the squared impulse response prior to reverse integration (1) and extrapolation of the impulse response decay envelope beyond the noise floor (8,11). The effectiveness of approaches such as these have been examined in detail by Guski and Vörlander (11) and Venturi et al. (12), showing that highly accurate results can be obtained when the right analysis approach for the impulse response is taken. Hence AARAE provides substantial flexibility in reverberation time analysis. Rather than simply providing a generic analysis algorithm, AARAE allows the user to choose the analysis method. As an exploratory tool, AARAE includes an analyser that calculates reverberation time over a wide range of end truncation points and evaluation ranges, so that the stability of the reverberation time calculation can be investigated (and perhaps the best way to characterize the reverberation can be determined). Figure 3 shows an example of a result of an impulse response measurement (63 Hz octave band only) that is affected by noise. The steep rise in the reverberation time value at long truncation points and large evaluation ranges is due to the noise artifact, but some stability in the values is apparent for moderate evaluation ranges (e.g., T2 does not appear to be noise-affected). In this example, very short evaluation ranges yield unstable results (not due to noise, but due to the particular form of the decay function). The zero reverberation time values occur when the attempt to perform a linear regression fails (and so represent unavailable data). Reverberation time [s] End truncation point [s] End of evaluation range [db] Figure 3 A plot generated by one of AARAE s reverberation time analysers, which shows how the calculated reverberation time is affected by the impulse response end truncation (from 5 ms to the end of the recorded impulse response) and evaluation range (with ending values from -1 db to -65 db, equivalent to T5 to T6). This result comes from an auditorium measurement in the 63 Hz octave band. A masters student, Grant Cuthbert, wrote the initial code for the conventional reverberation time analyser of AARAE and the code was later extended by the authors. This analyser allows the calculation of reverberation time with various approaches to noise floor treatment, including no treatment, and implementations of Chu s (1), Lundeby s (8) and Xiang s (9) approaches. These robust noise floor treatments have been helpful in large non-specialist class coursework teaching in Inter-noise 214 Page 5 of 1

6 Page 6 of 1 Inter-noise 214 which students have recorded handclaps for reverberation analysis. While handclaps are generally unlikely to provide a high signal-to-noise ratio, a reasonable approximation of reverberation time is usually achievable in at least some of the octave bands using Xiang s non-linear curve-fitting method or Lundeby s automatic truncation method. This low-tech approach to measuring reverberation time avoids the need to discuss some of the signal processing concepts that are needed to understand more conventional swept sinusoid measurements, minimizes the use of unfamiliar technology, and also encourages students to attend to the sonic experience of sound decaying in a room. An example of a hand clap reverberation time analysis is shown in Figure 4, and while none of the approaches succeed in the 125 Hz octave band, the non-linear curve fitting and automatic truncation methods give useful working approximations in the noise-affected 25 Hz and 5 Hz bands EDT EDT Decay EDT Decay Linear Decay EDT Figure 4 Example of reverberation time analysis of a handclap recorded in a room by a group of students. Charts show the Schroeder reverse integration curve and the regression lines that are used to calculate reverberation time in the 125 Hz to 8 khz octave bands. The top row of charts shows the result of linear regressions with no special treatment; the middle row shows the result on non-linear regression; and the bottom row shows the result of linear regression following automatic truncation. Values shown are early decay time (EDT), reverberation time (T2 and T3) for the linear regression methods, and reverberation time without any specific evaluation range (T) for the non-linear regression method. AARAE also supports the measurement of reverberation time using the interrupted noise method, by averaging the squared decays of a sequence of statistically independent noise bursts. While this method is often not included in room acoustics measurement software (because impulse response-based methods are more efficient and can achieve greater signal to noise ratios), its inclusion in AARAE is helpful in education as interrupted noise measurements give a more immediate experience of reverberation than indirect methods that require inverse filtering, and also because the relationship between impulse response and interrupted noise methods needs to be explained in acoustics teaching so that the purpose of reverse integration is understood. Currently AARAE supports the measurement of impulse responses using a variety of methods such as exponential sweep (13), optimized Aoshima time-stretched pulse (14), maximum length sequence (15), Golay complementary sequences (16), transfer function methods, direct measurement with a delta function (or pulse train) and hybrid approaches. Other approaches to reverberation analysis that are supported by AARAE include the loudness-based reverberance parameters proposed by Lee et al. (17), and a port of a blind reverberation time estimation method by Löllmann and Jeub (based on 18). The first of these is an Page 6 of 1 Inter-noise 214

7 Inter-noise 214 Page 7 of 1 example of how AARAE can be used to support research the analyser is an implementation of an algorithm proposed in a journal publication, giving other researchers and coursework students easy access to the outcome of the research project. This type of approach facilitates the incorporation of research into teaching. The blind reverberation estimation analyser is an example of how quite complex pre-existing code can be ported to the AARAE environment, using a calling function, i.e. a small function that interfaces between AARAE and the pre-existing code. 3.3 Speech intelligibility parameters Speech intelligibility analysis has been a focus of attention in the first year of AARAE s development, especially methods to calculate the speech transmission index (STI) (19). The focus on this topic has been the result of other research projects that required STI and speech intelligibility index (SII) analysis. Cabrera et al. (2) examined several implementations of the indirect method of measuring the STI (i.e., calculating the STI from an impulse response, and adjusting for octave band signal and noise sound pressure levels), finding some vulnerabilities in each of the surveyed software implementations. These included issues relating to the octave band filterbank design, the frequency resolution at which the modulation transfer function was calculated, and the adjustment for auditory masking and threshold, as well as other unidentified issues that led to inaccurate results. As a result of that work the AARAE implementation is particularly robust, and in cases where results differ between software AARAE is most likely to be giving the correct result. One of the more difficult aspects of making indirect STI measurements is specifying the speech level. IEC provides some guidance on this in Annex J, with an algorithm that excludes the gaps in the speech in the calculation of overall speech level (19). This is implemented as an analyser in AARAE (see Figure 5), allowing realistic octave band levels of speech to be used SPL (db) SPL (db) Speech SPL (db) 8 Speech level (J.2) 63.7 db(a) Number of windows x k 2k 4k 8k Octave Band Centre Frequency (Hz) Modulation Transfer Ratio Modulation Transfer Index Modulation Frequency (Hz) Figure 5 An analysis leading to the calculation of STI using recorded speech (left charts) to calculate speech level, combined with the analysis of a measured impulse response (right charts). The speech level is determined so as to exclude the gaps in the speech by sorting the intensity values of a large number of 15 ms windows, and finding the point at which the speech intensity is 14 db below its cumulative sum (middle left chart, indicated by the vertical line). The solid horizontal line in the top left chart shows the corresponding threshold for selection, with octave band sound pressure levels of selected data in the bottom left chart. The STI value can be interpreted in terms of the modulation transfer function (top right chart), the modulation transfer index (middle right chart) and the various sources of noise (bottom right chart). AARAE includes a STIPA (speech transmission index public address) and full STI generators and analysers, allowing direct measurement using modulated noise (the full STI measurement is made from a sequence of seven STIPA-like signals over 3 to 5 minutes). Clearly it is much more effort to make STIPA (and direct STI) measurements in this way than with purpose-designed hardware that SPL (db) Male STI.59; Female STI.61 (AM=211; NC=1) k 2k 4k 8k Octave Band Centre Frequency (Hz) k 2k Octave Band Centre Frequency (Hz) Signal Physical Noise Masking Threshold Total Noise Inter-noise 214 Page 7 of 1

8 Page 8 of 1 Inter-noise 214 generates a test signal at a calibrated level and automates the calculation, but there are some advantages in hosting STIPA in AARAE. Measuring STIPA from AARAE allows comparison with the indirect method, and it gives more control over the measurement and analysis than a dedicated hardware system (e.g., in customizing the measurement signal, using a particular loudspeaker, or in analysing the results). Although the process of loudspeaker calibration might be considered onerous, it could be seen as a benefit from an educational perspective. Once calibrated, the sound pressure level of the STIPA signal could also be used to indicate speech level in indirect measurements. AARAE includes an analyser that calculates SII using the modulation transfer function method, which was included for comparison with STI. As part of a research project conducted by Adam Opsata (a masters student), an analyser has been included in AARAE that estimates STI values from recordings of speech (21). More details are given in another paper at this conference (22). 3.4 Harmonic distortion Currently AARAE supports two methods of harmonic distortion analysis: direct measurement using stepped tones (systematically testing tones of various frequencies and gains), and measurement using exponentially swept sinusoids. The latter was implemented in 214 by three masters students, Adam Opsata, Nathan Ashmore and Adrian Clarke, based on previous studies by Farina (13) and Abel and Berners (23). The measurement method involves a sequence of sweeps (usually quite long duration, such as 6 s), stepped gain (e.g. 6 db steps), preceded by a silent cycle. The silent cycle allows distortion to be distinguished from noise in the analysis of the impulse responses. A high audio sampling rate is desirable, because harmonics are at integer multiple frequencies of the fundamental. Figure 6 gives an example of the results of analysis using 48 khz sampling rate (i.e. not a high sampling rate), showing an apparent drop-off in total harmonic distortion at 8 khz which is actually a measurement artifact due to the lack of data from the third harmonic above that frequency (evident in the individual harmonic distortion chart) 8 khz is the Nyquist frequency divided by 3. Total Harmonic Distortion ) ) S3 ( db) Individual Harmonic Distortion S3 ( db) Harmonic1 Harmonic3 Harmonic Excitation Frequency (Hz) Excitation Frequency (Hz) Figure 6 Plots generated by one of AARAE s harmonic distortion analysers, from measurements made on a small low quality loudspeaker. The harmonic distortion spectra shown are relative to the linear response spectrum. On the left, total harmonic distortion is shown for three measurements (6 s duration exponential sweeps, with 3 db gain steps). The right chart shows the individual harmonic distortion (harmonic 1 being the linear response, which has a value of db by definition) for the greatest gain sweep. 3.5 Spatial analysis The use of spherical microphone arrays in architectural acoustics measurement has been growing over the past decade, and AARAE supports such measurements (e.g., using the 32-channel Eigenmike, or similar device). The HOAToolbox by Nicolas Epain is used for much of the spatial microphone signal processing in AARAE, with AARAE analysers adapted from code by PhD student Page 8 of 1 Inter-noise 214

9 Inter-noise 214 Page 9 of 1 Luis Miranda. Figure 7 gives an example of analysis using an impulse response from an omnidirectional loudspeaker to a spherical microphone array on the stage of an auditorium (the transducers were 1 m apart, as is normal for stage acoustics measurements). The spatial distribution of the sound field at the microphone can be seen, with a prominent back wall reflection in the early part of the impulse response (2-1 ms, top left) and a more diffuse sound field in the late part of the impulse response (1 ms onwards, bottom left). Sound field diffusivity can be enumerated in various ways, and using Gover et al. s method (23) the early sound field s diffusivity is.63, while the late diffusivity is.94. The top right chart shows the evolution of diffusivity during the course of the impulse response (using Gover s method), showing an initial rapid increase in spatial diffusivity, plateauing at a high level. However it is also interesting to consider diffusivity from a purely temporal (rather than spatial) perspective the analysis of which is also supported by AARAE. One approach, by Abel and Huang (24), considers the degree to which the waveform in short time windows has a Gaussian distribution (which can be evaluated using methods related to standard deviation or kurtosis). Results for this, using only the th order spherical harmonic (i.e. omnidirectional) are shown on the bottom right chart, indicating a mixing time of about 5 ms. 1 Diffusivity (Gover) Figure 7 Plots describing the diffusivity of an on-stage auditorium impulse response, recorded using a 64-channel spherical microphone array (Visisonics). On the left, the spatial distribution of energy is shown (on a 7 db scale from blue to red), the upper chart showing the 2-1 ms period, and the lower showing energy distribution from 1 ms onwards. The upper right chart shows the evolution of spatial diffusivity (along with the level decay), and the lower right chart shows the evolution of temporal diffusivity. 4. CONCLUSION This paper gives a brief outline and overview by example of the scope and capacity of the AARAE project. This project is likely to develop considerably over the next few years as it is further integrated into teaching and research, and as more students do projects using and extending the code. It will most naturally find application in systematic analysis projects that require the integration of established measurement methods that can be efficiently managed within the MATLAB environment. It is hoped that others (outside the University of Sydney) also find the project of use, and it is freely available for download from ACKNOWLEDGEMENTS Contributors of AARAE content at the time of writing include Nathan Ashmore, Adrian Clarke, Nicolas Epain, Grant Cuthbert, Guy Hopkins, Doheon Lee, Nicholas Lynar, Ella Manor, Luis Miranda, Adam Opsata and David Spargo. This research was supported under Australian Research Council's Discovery Projects funding scheme (projects DP and DP121484) Echo Density (std. dev.) Kurtosis method Inter-noise 214 Page 9 of 1

10 Page 1 of 1 Inter-noise 214 REFERENCES 1. Cabrera D, Ferguson S, Schubert E. PsySound3: an integrated environment for the analysis of sound recordings. Acoustics 28: Proc. Australian Acoustical Society Conference, Geelong, Australia, Dietrich P, Guski M, Klein J, Muller-Trapet M, Pollow M, Scharrer R, Vorländer M. Measurements and room acoustic analsysis with the ITA-Toolbox for MATLAB. Proc. 4 th Italian (AIA) Annual Conference on Acoustics and the 39 th German Annual Conference on Acoustics (DAGA), Cabrera D, Ferguson S. Auditory display of audio. Proc. 12 th Audio Eng. Soc. Conv., Paris, France, Glasberg BR, Moore BCJ. 22. A model of loudness applicable to time-varying sounds. J. Audio Eng. Soc. 22 5(5): ANSI/ASA 12.2 Criteria for evaluating room noise. American National Standards Institute Katz BFG. International round robin on room acoustical impulse response analysis software 24. Acoustics Research Letters Online (ARLO), 24, 5(4), Morgan DR. A parametric error analysis of the backward integration method for reverberation time estimation. J. Acoust. Soc. Am. 1997, 11(5): Lundeby A, Vigran TE, Bietz H, Vorländer M. Uncertainties of measurements in room acoustics. Acustica, 1995, 81: Xiang N. Evaluation of reverberation times using a nonlinear regression method. J. Acoust. Soc. Am. 1995, 98(4): Chu WT. Comparison of reverberation measurements using Schroeder's impulse method and decay-curve averaging method. J. Acoust. Soc. Am. 1978, 63: Guski M, Vorländer, M. Comparison of noise compensation methods for room acoustic impulse response evaluations. Acta Acustica united with Acustica, 214, 1: Venturi A, Farina A, Tronchin L. On the effects of pre-processing of impulse responses in the evaluation of acoustic parameters on room acoustics. J. Acoust. Soc. Am. 213, 133(5), 3224 (POMA 19, 156). 13. Farina A. Simultaneous measurement of impulse response and distortion with a swept-sine technique. Proc. 18 th Audio Eng. Soc. Conv., Paris, France, Suzuki Y, Asano F, Kim H-Y, Sone T. An optimum computer-generated pulse signal suitable for the measurement of very long impulse responses. J. Acoust. Soc. Am., 1995, 17(2): Borish J, Angell J. An efficient algorithm for measuring the impulse response using pseudorandom noise. J. Audio Eng. Soc., 1983, 31: Golay MJ. Complementary series. IRE Trans. Inf. Theory. 1961, 7: Lee D, Cabrera D, Martens WL. The effect of loudness on the reverberance of music: Reverberance prediction using loudness models. J. Acoust. Soc. Am. 212, 131(2): Löllmann HW, Yilmaz E, Jeub M, Vary P. An improved algorithm for blind reverberation time estimation. Int. Workshop on Acoustic Echo and Noise Control, Tel Aviv, Israel, August IEC Ed. 4, Sound System Equipment Part 16: Objective Rating of Speech Intelligibility by Speech Transmission Index, International Electrotechnical Commission Cabrera D, Lee D, Leembruggen G, Jimenez D. Increasing robustness in the calculation of the speech transmission index from impulse responses. Building Acoustics, in press 214, 21(3). 21. Payton KL, Shrestha M. Comparison of a short-time speech-based intelligibility metric to the speech transmission index and intelligibility data. J. Acoust. Soc. Am. 213, 134, Opsata A, Cabrera D, Yadav M. Influence of time-varying talker directivity on the calculation of speech transmission index from speech in a room acoustical context, Proc. Inter-noise Abel JS, Berners DP. A technique for nonlinear system measurement. Proc. 121 st Audio Eng. Soc. Conv Gover BN, Ryan JG, Stinson MR. Measurements of directional properties of reverberant sound fields in rooms using a spherical microphone array. J. Acoust. Soc. Am. 24, 116, Abel JS, Huang P. A simple, robust measure of reverberation echo density. Proc. 121 st Audio Eng. Soc. Conv. 26. Page 1 of 1 Inter-noise 214

IMPULSE RESPONSE MEASUREMENT WITH SINE SWEEPS AND AMPLITUDE MODULATION SCHEMES. Q. Meng, D. Sen, S. Wang and L. Hayes

IMPULSE RESPONSE MEASUREMENT WITH SINE SWEEPS AND AMPLITUDE MODULATION SCHEMES. Q. Meng, D. Sen, S. Wang and L. Hayes IMPULSE RESPONSE MEASUREMENT WITH SINE SWEEPS AND AMPLITUDE MODULATION SCHEMES Q. Meng, D. Sen, S. Wang and L. Hayes School of Electrical Engineering and Telecommunications The University of New South

More information

ODEON APPLICATION NOTE Calculation of Speech Transmission Index in rooms

ODEON APPLICATION NOTE Calculation of Speech Transmission Index in rooms ODEON APPLICATION NOTE Calculation of Speech Transmission Index in rooms JHR, February 2014 Scope Sufficient acoustic quality of speech communication is very important in many different situations and

More information

Convention e-brief 310

Convention e-brief 310 Audio Engineering Society Convention e-brief 310 Presented at the 142nd Convention 2017 May 20 23 Berlin, Germany This Engineering Brief was selected on the basis of a submitted synopsis. The author is

More information

EFFECT OF ARTIFICIAL MOUTH SIZE ON SPEECH TRANSMISSION INDEX. Ken Stewart and Densil Cabrera

EFFECT OF ARTIFICIAL MOUTH SIZE ON SPEECH TRANSMISSION INDEX. Ken Stewart and Densil Cabrera ICSV14 Cairns Australia 9-12 July, 27 EFFECT OF ARTIFICIAL MOUTH SIZE ON SPEECH TRANSMISSION INDEX Ken Stewart and Densil Cabrera Faculty of Architecture, Design and Planning, University of Sydney Sydney,

More information

Digitally controlled Active Noise Reduction with integrated Speech Communication

Digitally controlled Active Noise Reduction with integrated Speech Communication Digitally controlled Active Noise Reduction with integrated Speech Communication Herman J.M. Steeneken and Jan Verhave TNO Human Factors, Soesterberg, The Netherlands herman@steeneken.com ABSTRACT Active

More information

6-channel recording/reproduction system for 3-dimensional auralization of sound fields

6-channel recording/reproduction system for 3-dimensional auralization of sound fields Acoust. Sci. & Tech. 23, 2 (2002) TECHNICAL REPORT 6-channel recording/reproduction system for 3-dimensional auralization of sound fields Sakae Yokoyama 1;*, Kanako Ueno 2;{, Shinichi Sakamoto 2;{ and

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

Transfer Function (TRF)

Transfer Function (TRF) (TRF) Module of the KLIPPEL R&D SYSTEM S7 FEATURES Combines linear and nonlinear measurements Provides impulse response and energy-time curve (ETC) Measures linear transfer function and harmonic distortions

More information

Realtime auralization employing time-invariant invariant convolver

Realtime auralization employing time-invariant invariant convolver Realtime auralization employing a not-linear, not-time time-invariant invariant convolver Angelo Farina 1, Adriano Farina 2 1) Industrial Engineering Dept., University of Parma, Via delle Scienze 181/A

More information

The effects of the excitation source directivity on some room acoustic descriptors obtained from impulse response measurements

The effects of the excitation source directivity on some room acoustic descriptors obtained from impulse response measurements PROCEEDINGS of the 22 nd International Congress on Acoustics Challenges and Solutions in Acoustical Measurements and Design: Paper ICA2016-484 The effects of the excitation source directivity on some room

More information

Technique for the Derivation of Wide Band Room Impulse Response

Technique for the Derivation of Wide Band Room Impulse Response Technique for the Derivation of Wide Band Room Impulse Response PACS Reference: 43.55 Behler, Gottfried K.; Müller, Swen Institute on Technical Acoustics, RWTH, Technical University of Aachen Templergraben

More information

IS SII BETTER THAN STI AT RECOGNISING THE EFFECTS OF POOR TONAL BALANCE ON INTELLIGIBILITY?

IS SII BETTER THAN STI AT RECOGNISING THE EFFECTS OF POOR TONAL BALANCE ON INTELLIGIBILITY? IS SII BETTER THAN STI AT RECOGNISING THE EFFECTS OF POOR TONAL BALANCE ON INTELLIGIBILITY? G. Leembruggen Acoustic Directions, Sydney Australia 1 INTRODUCTION 1.1 Motivation for the Work With over fifteen

More information

DESIGN OF VOICE ALARM SYSTEMS FOR TRAFFIC TUNNELS: OPTIMISATION OF SPEECH INTELLIGIBILITY

DESIGN OF VOICE ALARM SYSTEMS FOR TRAFFIC TUNNELS: OPTIMISATION OF SPEECH INTELLIGIBILITY DESIGN OF VOICE ALARM SYSTEMS FOR TRAFFIC TUNNELS: OPTIMISATION OF SPEECH INTELLIGIBILITY Dr.ir. Evert Start Duran Audio BV, Zaltbommel, The Netherlands The design and optimisation of voice alarm (VA)

More information

Measuring procedures for the environmental parameters: Acoustic comfort

Measuring procedures for the environmental parameters: Acoustic comfort Measuring procedures for the environmental parameters: Acoustic comfort Abstract Measuring procedures for selected environmental parameters related to acoustic comfort are shown here. All protocols are

More information

3D Distortion Measurement (DIS)

3D Distortion Measurement (DIS) 3D Distortion Measurement (DIS) Module of the R&D SYSTEM S4 FEATURES Voltage and frequency sweep Steady-state measurement Single-tone or two-tone excitation signal DC-component, magnitude and phase of

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 60268-16 Third edition 2003-05 Sound system equipment Part 16: Objective rating of speech intelligibility by speech transmission index Equipements pour systèmes électroacoustiques

More information

APPLICATION NOTE MAKING GOOD MEASUREMENTS LEARNING TO RECOGNIZE AND AVOID DISTORTION SOUNDSCAPES. by Langston Holland -

APPLICATION NOTE MAKING GOOD MEASUREMENTS LEARNING TO RECOGNIZE AND AVOID DISTORTION SOUNDSCAPES. by Langston Holland - SOUNDSCAPES AN-2 APPLICATION NOTE MAKING GOOD MEASUREMENTS LEARNING TO RECOGNIZE AND AVOID DISTORTION by Langston Holland - info@audiomatica.us INTRODUCTION The purpose of our measurements is to acquire

More information

The role of intrinsic masker fluctuations on the spectral spread of masking

The role of intrinsic masker fluctuations on the spectral spread of masking The role of intrinsic masker fluctuations on the spectral spread of masking Steven van de Par Philips Research, Prof. Holstlaan 4, 5656 AA Eindhoven, The Netherlands, Steven.van.de.Par@philips.com, Armin

More information

COMPARATIVE ANALYSIS OF ON-SITE STIPA MEASUREMENTS WITH EASE PREDICTED STI RESULTS FOR A SOUND SYSTEM IN A RAILWAY STATION CONCOURSE

COMPARATIVE ANALYSIS OF ON-SITE STIPA MEASUREMENTS WITH EASE PREDICTED STI RESULTS FOR A SOUND SYSTEM IN A RAILWAY STATION CONCOURSE 1. COMPARATIVE ANALYSIS OF ON-SITE STIPA MEASUREMENTS WITH EASE PREDICTED STI RESULTS FOR A SOUND SYSTEM IN A RAILWAY STATION CONCOURSE Abstract Akil Lau 1 and Deon Rowe 1 1 Building Sciences, Aurecon,

More information

Perception of pitch. Importance of pitch: 2. mother hemp horse. scold. Definitions. Why is pitch important? AUDL4007: 11 Feb A. Faulkner.

Perception of pitch. Importance of pitch: 2. mother hemp horse. scold. Definitions. Why is pitch important? AUDL4007: 11 Feb A. Faulkner. Perception of pitch AUDL4007: 11 Feb 2010. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence Erlbaum, 2005 Chapter 7 1 Definitions

More information

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb A. Faulkner.

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb A. Faulkner. Perception of pitch BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb 2009. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence

More information

WinMLS I very much like the convenience of the tool and how quickly measurements can be made - Christopher Pye, Integral Acoustics, Canada

WinMLS I very much like the convenience of the tool and how quickly measurements can be made - Christopher Pye, Integral Acoustics, Canada WinMLS 2004 What is WinMLS? WinMLS is a sound card based software for high quality audio, acoustics and vibrational measurements using your PC/laptop. The fact that it is sound card based, makes it possible

More information

AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES

AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES Proceedings of the COST G-6 Conference on Digital Audio Effects (DAFX-), Verona, Italy, December 7-9,2 AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES Tapio Lokki Telecommunications

More information

EFFECT OF STIMULUS SPEED ERROR ON MEASURED ROOM ACOUSTIC PARAMETERS

EFFECT OF STIMULUS SPEED ERROR ON MEASURED ROOM ACOUSTIC PARAMETERS 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 EFFECT OF STIMULUS SPEED ERROR ON MEASURED ROOM ACOUSTIC PARAMETERS PACS: 43.20.Ye Hak, Constant 1 ; Hak, Jan 2 1 Technische Universiteit

More information

Creating an urban street reverberation map

Creating an urban street reverberation map Creating an urban street reverberation map P. Thomas, E. De Boeck, L. Dragonetti, T. Van Renterghem and D. Botteldooren Pieter.Thomas@intec.ugent.be Department of Information Technology (INTEC), Ghent

More information

MEASURING DIRECTIVITIES OF NATURAL SOUND SOURCES WITH A SPHERICAL MICROPHONE ARRAY

MEASURING DIRECTIVITIES OF NATURAL SOUND SOURCES WITH A SPHERICAL MICROPHONE ARRAY AMBISONICS SYMPOSIUM 2009 June 25-27, Graz MEASURING DIRECTIVITIES OF NATURAL SOUND SOURCES WITH A SPHERICAL MICROPHONE ARRAY Martin Pollow, Gottfried Behler, Bruno Masiero Institute of Technical Acoustics,

More information

Pre- and Post Ringing Of Impulse Response

Pre- and Post Ringing Of Impulse Response Pre- and Post Ringing Of Impulse Response Source: http://zone.ni.com/reference/en-xx/help/373398b-01/svaconcepts/svtimemask/ Time (Temporal) Masking.Simultaneous masking describes the effect when the masked

More information

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE Copyright SFA - InterNoise 2000 1 inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering 27-30 August 2000, Nice, FRANCE I-INCE Classification: 6.1 AUDIBILITY OF COMPLEX

More information

ACOUSTIC MEASUREMENTS IN OPERA HOUSES: COMPARISON BETWEEN DIFFERENT TECHNIQUES AND EQUIPMENT

ACOUSTIC MEASUREMENTS IN OPERA HOUSES: COMPARISON BETWEEN DIFFERENT TECHNIQUES AND EQUIPMENT ACOUSTIC MEASUREMENTS IN OPERA HOUSES: COMPARISON BETWEEN DIFFERENT TECHNIQUES AND EQUIPMENT Patrizio Fausti * and Angelo Farina ** * Department of Engineering, University of Ferrara, I-44100 Ferrara,

More information

Composite square and monomial power sweeps for SNR customization in acoustic measurements

Composite square and monomial power sweeps for SNR customization in acoustic measurements Proceedings of 20 th International Congress on Acoustics, ICA 2010 23-27 August 2010, Sydney, Australia Composite square and monomial power sweeps for SNR customization in acoustic measurements Csaba Huszty

More information

Estimation of Reverberation Time from Binaural Signals Without Using Controlled Excitation

Estimation of Reverberation Time from Binaural Signals Without Using Controlled Excitation Estimation of Reverberation Time from Binaural Signals Without Using Controlled Excitation Sampo Vesa Master s Thesis presentation on 22nd of September, 24 21st September 24 HUT / Laboratory of Acoustics

More information

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb A. Faulkner.

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb A. Faulkner. Perception of pitch BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb 2008. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence Erlbaum,

More information

BEAMFORMING WITHIN THE MODAL SOUND FIELD OF A VEHICLE INTERIOR

BEAMFORMING WITHIN THE MODAL SOUND FIELD OF A VEHICLE INTERIOR BeBeC-2016-S9 BEAMFORMING WITHIN THE MODAL SOUND FIELD OF A VEHICLE INTERIOR Clemens Nau Daimler AG Béla-Barényi-Straße 1, 71063 Sindelfingen, Germany ABSTRACT Physically the conventional beamforming method

More information

WHAT ELSE SAYS ACOUSTICAL CHARACTERIZATION SYSTEM LIKE RON JEREMY?

WHAT ELSE SAYS ACOUSTICAL CHARACTERIZATION SYSTEM LIKE RON JEREMY? WHAT ELSE SAYS ACOUSTICAL CHARACTERIZATION SYSTEM LIKE RON JEREMY? Andrew Greenwood Stanford University Center for Computer Research in Music and Acoustics (CCRMA) Aeg165@ccrma.stanford.edu ABSTRACT An

More information

III. Publication III. c 2005 Toni Hirvonen.

III. Publication III. c 2005 Toni Hirvonen. III Publication III Hirvonen, T., Segregation of Two Simultaneously Arriving Narrowband Noise Signals as a Function of Spatial and Frequency Separation, in Proceedings of th International Conference on

More information

RIR Estimation for Synthetic Data Acquisition

RIR Estimation for Synthetic Data Acquisition RIR Estimation for Synthetic Data Acquisition Kevin Venalainen, Philippe Moquin, Dinei Florencio Microsoft ABSTRACT - Automatic Speech Recognition (ASR) works best when the speech signal best matches the

More information

Measuring impulse responses containing complete spatial information ABSTRACT

Measuring impulse responses containing complete spatial information ABSTRACT Measuring impulse responses containing complete spatial information Angelo Farina, Paolo Martignon, Andrea Capra, Simone Fontana University of Parma, Industrial Eng. Dept., via delle Scienze 181/A, 43100

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

Live multi-track audio recording

Live multi-track audio recording Live multi-track audio recording Joao Luiz Azevedo de Carvalho EE522 Project - Spring 2007 - University of Southern California Abstract In live multi-track audio recording, each microphone perceives sound

More information

Validation of lateral fraction results in room acoustic measurements

Validation of lateral fraction results in room acoustic measurements Validation of lateral fraction results in room acoustic measurements Daniel PROTHEROE 1 ; Christopher DAY 2 1, 2 Marshall Day Acoustics, New Zealand ABSTRACT The early lateral energy fraction (LF) is one

More information

THE problem of acoustic echo cancellation (AEC) was

THE problem of acoustic echo cancellation (AEC) was IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 13, NO. 6, NOVEMBER 2005 1231 Acoustic Echo Cancellation and Doubletalk Detection Using Estimated Loudspeaker Impulse Responses Per Åhgren Abstract

More information

SGN Audio and Speech Processing

SGN Audio and Speech Processing Introduction 1 Course goals Introduction 2 SGN 14006 Audio and Speech Processing Lectures, Fall 2014 Anssi Klapuri Tampere University of Technology! Learn basics of audio signal processing Basic operations

More information

Detection, Interpolation and Cancellation Algorithms for GSM burst Removal for Forensic Audio

Detection, Interpolation and Cancellation Algorithms for GSM burst Removal for Forensic Audio >Bitzer and Rademacher (Paper Nr. 21)< 1 Detection, Interpolation and Cancellation Algorithms for GSM burst Removal for Forensic Audio Joerg Bitzer and Jan Rademacher Abstract One increasing problem for

More information

You know about adding up waves, e.g. from two loudspeakers. AUDL 4007 Auditory Perception. Week 2½. Mathematical prelude: Adding up levels

You know about adding up waves, e.g. from two loudspeakers. AUDL 4007 Auditory Perception. Week 2½. Mathematical prelude: Adding up levels AUDL 47 Auditory Perception You know about adding up waves, e.g. from two loudspeakers Week 2½ Mathematical prelude: Adding up levels 2 But how do you get the total rms from the rms values of two signals

More information

Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds.

Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds. Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds. DATS V2 is the latest edition of the Dayton Audio Test System. The original

More information

Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds.

Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds. Dayton Audio is proud to introduce DATS V2, the best tool ever for accurately measuring loudspeaker driver parameters in seconds. DATS V2 is the latest edition of the Dayton Audio Test System. The original

More information

Impulse response. Frequency response

Impulse response. Frequency response CLIOwin 7, by Audiomatica, is the new measurement software for the CLIO System. The CLIO System is the easiest and less expensive way to measure: - electrical networks - electronic equipment - loudspeaker

More information

Acoustic Calibration Service in Automobile Field at NIM, China

Acoustic Calibration Service in Automobile Field at NIM, China Acoustic Calibration Service in Automobile Field at NIM, China ZHONG Bo National Institute of Metrology, China zhongbo@nim.ac.cn Contents 1 Overview of Calibration Services 2 Anechoic Room Calibration

More information

PRELIMINARY STUDY ON THE SPEECH PRIVACY PERFORMANCE OF THE FABPOD

PRELIMINARY STUDY ON THE SPEECH PRIVACY PERFORMANCE OF THE FABPOD PRELIMINARY STUDY ON THE SPEECH PRIVACY PERFORMANCE OF THE FABPOD Xiaojun Qiu 1, Eva Cheng 1, Ian Burnett 1, Nicholas Williams 2, Jane Burry 2 and Mark Burry 2 1 School of Electrical and Computer Engineering

More information

New Features of IEEE Std Digitizing Waveform Recorders

New Features of IEEE Std Digitizing Waveform Recorders New Features of IEEE Std 1057-2007 Digitizing Waveform Recorders William B. Boyer 1, Thomas E. Linnenbrink 2, Jerome Blair 3, 1 Chair, Subcommittee on Digital Waveform Recorders Sandia National Laboratories

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

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 MODELING SPECTRAL AND TEMPORAL MASKING IN THE HUMAN AUDITORY SYSTEM PACS: 43.66.Ba, 43.66.Dc Dau, Torsten; Jepsen, Morten L.; Ewert,

More information

Considerations in characterising an almost anechoic room for interactive spatial audio reproduction

Considerations in characterising an almost anechoic room for interactive spatial audio reproduction Proceedings of the International Symposium on Room Acoustics, ISRA 2010 29-31 August 2010, Melbourne, Australia Considerations in characterising an almost anechoic room for interactive spatial audio reproduction

More information

ODEON APPLICATION NOTE ISO Open plan offices Part 2 Measurements

ODEON APPLICATION NOTE ISO Open plan offices Part 2 Measurements ODEON APPLICATION NOTE ISO 3382-3 Open plan offices Part 2 Measurements JHR, May 2014 Scope This is a guide how to measure the room acoustical parameters specially developed for open plan offices according

More information

Measurement of Amplitude Modulation AN 6

Measurement of Amplitude Modulation AN 6 Measurement of Application Note to the KLIPPEL R&D System (Document Revision 1.1) DESCRIPTION In a loudspeaker transducer, the difference between the amplitude response of the fundamental high frequency

More information

Perception of low frequencies in small rooms

Perception of low frequencies in small rooms Perception of low frequencies in small rooms Fazenda, BM and Avis, MR Title Authors Type URL Published Date 24 Perception of low frequencies in small rooms Fazenda, BM and Avis, MR Conference or Workshop

More information

29th TONMEISTERTAGUNG VDT INTERNATIONAL CONVENTION, November 2016

29th TONMEISTERTAGUNG VDT INTERNATIONAL CONVENTION, November 2016 Measurement and Visualization of Room Impulse Responses with Spherical Microphone Arrays (Messung und Visualisierung von Raumimpulsantworten mit kugelförmigen Mikrofonarrays) Michael Kerscher 1, Benjamin

More information

A3D Contiguous time-frequency energized sound-field: reflection-free listening space supports integration in audiology

A3D Contiguous time-frequency energized sound-field: reflection-free listening space supports integration in audiology A3D Contiguous time-frequency energized sound-field: reflection-free listening space supports integration in audiology Joe Hayes Chief Technology Officer Acoustic3D Holdings Ltd joe.hayes@acoustic3d.com

More information

RASTA-PLP SPEECH ANALYSIS. Aruna Bayya. Phil Kohn y TR December 1991

RASTA-PLP SPEECH ANALYSIS. Aruna Bayya. Phil Kohn y TR December 1991 RASTA-PLP SPEECH ANALYSIS Hynek Hermansky Nelson Morgan y Aruna Bayya Phil Kohn y TR-91-069 December 1991 Abstract Most speech parameter estimation techniques are easily inuenced by the frequency response

More information

CLIO Pocket is Audiomatica's new Electro-Acoustical Multi-Platform Personal measurement system.

CLIO Pocket is Audiomatica's new Electro-Acoustical Multi-Platform Personal measurement system. Release 1.5! CLIO Pocket is Audiomatica's new Electro-Acoustical Multi-Platform Personal measurement system. The system comes complete of the CLIO Pocket software (Windows and OSX native), the CLIO CP-01

More information

DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM. Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W.

DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM. Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W. DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W. Krueger Amazon Lab126, Sunnyvale, CA 94089, USA Email: {junyang, philmes,

More information

Combining Subjective and Objective Assessment of Loudspeaker Distortion Marian Liebig Wolfgang Klippel

Combining Subjective and Objective Assessment of Loudspeaker Distortion Marian Liebig Wolfgang Klippel Combining Subjective and Objective Assessment of Loudspeaker Distortion Marian Liebig (m.liebig@klippel.de) Wolfgang Klippel (wklippel@klippel.de) Abstract To reproduce an artist s performance, the loudspeakers

More information

TIMA Lab. Research Reports

TIMA Lab. Research Reports ISSN 292-862 TIMA Lab. Research Reports TIMA Laboratory, 46 avenue Félix Viallet, 38 Grenoble France ON-CHIP TESTING OF LINEAR TIME INVARIANT SYSTEMS USING MAXIMUM-LENGTH SEQUENCES Libor Rufer, Emmanuel

More information

How To... Commission an Installed Sound Environment

How To... Commission an Installed Sound Environment How To... Commission an Installed Sound Environment This document provides a practical guide on how to use NTi Audio instruments for commissioning and servicing Installed Sound environments and Evacuation

More information

ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS

ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS ROOM SHAPE AND SIZE ESTIMATION USING DIRECTIONAL IMPULSE RESPONSE MEASUREMENTS PACS: 4.55 Br Gunel, Banu Sonic Arts Research Centre (SARC) School of Computer Science Queen s University Belfast Belfast,

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

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

ROOM AND CONCERT HALL ACOUSTICS MEASUREMENTS USING ARRAYS OF CAMERAS AND MICROPHONES

ROOM AND CONCERT HALL ACOUSTICS MEASUREMENTS USING ARRAYS OF CAMERAS AND MICROPHONES ROOM AND CONCERT HALL ACOUSTICS The perception of sound by human listeners in a listening space, such as a room or a concert hall is a complicated function of the type of source sound (speech, oration,

More information

PRODUCT DATA. DIRAC Room Acoustics Software Type Photo courtesy of Muziekcentrum Frits Philips, Eindhoven, The Netherlands

PRODUCT DATA. DIRAC Room Acoustics Software Type Photo courtesy of Muziekcentrum Frits Philips, Eindhoven, The Netherlands PRODUCT DATA DIRAC Room Acoustics Software Type 7841 MEASURING ROOM ACOUSTICS Brüel & Kjær is the sole worldwide distributor of DIRAC, an acoustics measurement software tool developed by Acoustics Engineering.

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Architectural Acoustics Session 1pAAa: Advanced Analysis of Room Acoustics:

More information

PERCEIVED ROOM SIZE AND SOURCE DISTANCE IN FIVE SIMULATED CONCERT AUDITORIA

PERCEIVED ROOM SIZE AND SOURCE DISTANCE IN FIVE SIMULATED CONCERT AUDITORIA Twelfth International Congress on Sound and Vibration PERCEIVED ROOM SIZE AND SOURCE DISTANCE IN FIVE SIMULATED CONCERT AUDITORIA Densil Cabrera 1, Andrea Azzali 2, Andrea Capra 2, Angelo Farina 2 and

More information

IE-35 & IE-45 RT-60 Manual October, RT 60 Manual. for the IE-35 & IE-45. Copyright 2007 Ivie Technologies Inc. Lehi, UT. Printed in U.S.A.

IE-35 & IE-45 RT-60 Manual October, RT 60 Manual. for the IE-35 & IE-45. Copyright 2007 Ivie Technologies Inc. Lehi, UT. Printed in U.S.A. October, 2007 RT 60 Manual for the IE-35 & IE-45 Copyright 2007 Ivie Technologies Inc. Lehi, UT Printed in U.S.A. Introduction and Theory of RT60 Measurements In theory, reverberation measurements seem

More information

Room impulse response measurement with a spherical microphone array, application to room and building acoustics

Room impulse response measurement with a spherical microphone array, application to room and building acoustics Room impulse response measurement with a spherical microphone array, application to room and building acoustics Sébastien BARRÉ 1, Dirk DÖBLER 1, Andy MEYER 1 1 Society for the Promotion of Applied Computer

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

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

The psychoacoustics of reverberation

The psychoacoustics of reverberation The psychoacoustics of reverberation Steven van de Par Steven.van.de.Par@uni-oldenburg.de July 19, 2016 Thanks to Julian Grosse and Andreas Häußler 2016 AES International Conference on Sound Field Control

More information

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

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

Audio Engineering Society. Convention Paper. Presented at the 128th Convention 2010 May London, UK

Audio Engineering Society. Convention Paper. Presented at the 128th Convention 2010 May London, UK Audio Engineering Society Convention Paper Presented at the 128th Convention 21 May 22 25 London, UK he papers at this Convention have been selected on the basis of a submitted abstract and extended precis

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

UNIT-4 POWER QUALITY MONITORING

UNIT-4 POWER QUALITY MONITORING UNIT-4 POWER QUALITY MONITORING Terms and Definitions Spectrum analyzer Swept heterodyne technique FFT (or) digital technique tracking generator harmonic analyzer An instrument used for the analysis and

More information

Removal of Continuous Extraneous Noise from Exceedance Levels. Hugall, B (1), Brown, R (2), and Mee, D J (3)

Removal of Continuous Extraneous Noise from Exceedance Levels. Hugall, B (1), Brown, R (2), and Mee, D J (3) ABSTRACT Removal of Continuous Extraneous Noise from Exceedance Levels Hugall, B (1), Brown, R (2), and Mee, D J (3) (1) School of Mechanical and Mining Engineering, The University of Queensland, Brisbane,

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Architectural Acoustics Session 2aAAa: Adapting, Enhancing, and Fictionalizing

More information

Complex Sounds. Reading: Yost Ch. 4

Complex Sounds. Reading: Yost Ch. 4 Complex Sounds Reading: Yost Ch. 4 Natural Sounds Most sounds in our everyday lives are not simple sinusoidal sounds, but are complex sounds, consisting of a sum of many sinusoids. The amplitude and frequency

More information

Tone-in-noise detection: Observed discrepancies in spectral integration. Nicolas Le Goff a) Technische Universiteit Eindhoven, P.O.

Tone-in-noise detection: Observed discrepancies in spectral integration. Nicolas Le Goff a) Technische Universiteit Eindhoven, P.O. Tone-in-noise detection: Observed discrepancies in spectral integration Nicolas Le Goff a) Technische Universiteit Eindhoven, P.O. Box 513, NL-5600 MB Eindhoven, The Netherlands Armin Kohlrausch b) and

More information

Auditory modelling for speech processing in the perceptual domain

Auditory modelling for speech processing in the perceptual domain ANZIAM J. 45 (E) ppc964 C980, 2004 C964 Auditory modelling for speech processing in the perceptual domain L. Lin E. Ambikairajah W. H. Holmes (Received 8 August 2003; revised 28 January 2004) Abstract

More information

INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR PROPOSING A STANDARDISED TESTING ENVIRONMENT FOR BINAURAL SYSTEMS

INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR PROPOSING A STANDARDISED TESTING ENVIRONMENT FOR BINAURAL SYSTEMS 20-21 September 2018, BULGARIA 1 Proceedings of the International Conference on Information Technologies (InfoTech-2018) 20-21 September 2018, Bulgaria INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR

More information

Spatialisation accuracy of a Virtual Performance System

Spatialisation accuracy of a Virtual Performance System Spatialisation accuracy of a Virtual Performance System Iain Laird, Dr Paul Chapman, Digital Design Studio, Glasgow School of Art, Glasgow, UK, I.Laird1@gsa.ac.uk, p.chapman@gsa.ac.uk Dr Damian Murphy

More information

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm A.T. Rajamanickam, N.P.Subiramaniyam, A.Balamurugan*,

More information

Influence of artificial mouth s directivity in determining Speech Transmission Index

Influence of artificial mouth s directivity in determining Speech Transmission Index Audio Engineering Society Convention Paper Presented at the 119th Convention 2005 October 7 10 New York, New York USA This convention paper has been reproduced from the author's advance manuscript, without

More information

Distortion products and the perceived pitch of harmonic complex tones

Distortion products and the perceived pitch of harmonic complex tones Distortion products and the perceived pitch of harmonic complex tones D. Pressnitzer and R.D. Patterson Centre for the Neural Basis of Hearing, Dept. of Physiology, Downing street, Cambridge CB2 3EG, U.K.

More information

Psychoacoustic Cues in Room Size Perception

Psychoacoustic Cues in Room Size Perception Audio Engineering Society Convention Paper Presented at the 116th Convention 2004 May 8 11 Berlin, Germany 6084 This convention paper has been reproduced from the author s advance manuscript, without editing,

More information

Audience noise in concert halls during musical performances

Audience noise in concert halls during musical performances Audience noise in concert halls during musical performances Pierre Marie a) Cheol-Ho Jeong b) Jonas Brunskog c) Acoustic Technology, Department of Electrical Engineering, Technical University of Denmark

More information

An investigation on diffuse-field calibration of measurement microphones by the reciprocity technique

An investigation on diffuse-field calibration of measurement microphones by the reciprocity technique PROCEEDINGS of the 22 nd International Congress on Acoustics Electroacoustics and Audio Engineering: Paper ICA2016-147 An investigation on diffuse-field calibration of measurement microphones by the reciprocity

More information

Audio Engineering Society. Convention Paper. Presented at the 131st Convention 2011 October New York, NY, USA

Audio Engineering Society. Convention Paper. Presented at the 131st Convention 2011 October New York, NY, USA Audio Engineering Society Convention Paper Presented at the 131st Convention 2011 October 20 23 New York, NY, USA This Convention paper was selected based on a submitted abstract and 750-word precis that

More information

HCS 7367 Speech Perception

HCS 7367 Speech Perception HCS 7367 Speech Perception Dr. Peter Assmann Fall 212 Power spectrum model of masking Assumptions: Only frequencies within the passband of the auditory filter contribute to masking. Detection is based

More information

Impulse Response Measurements Using All-Pass Deconvolution David Griesinger

Impulse Response Measurements Using All-Pass Deconvolution David Griesinger Impulse Response Measurements Using All-Pass Deconvolution David Griesinger Lexicon, Inc. Waltham, Massachusetts 02154, USA A method of measuring impulse responses of rooms will be described which uses

More information

Quantification of glottal and voiced speech harmonicsto-noise ratios using cepstral-based estimation

Quantification of glottal and voiced speech harmonicsto-noise ratios using cepstral-based estimation Quantification of glottal and voiced speech harmonicsto-noise ratios using cepstral-based estimation Peter J. Murphy and Olatunji O. Akande, Department of Electronic and Computer Engineering University

More information

Tones in HVAC Systems (Update from 2006 Seminar, Quebec City) Jerry G. Lilly, P.E. JGL Acoustics, Inc. Issaquah, WA

Tones in HVAC Systems (Update from 2006 Seminar, Quebec City) Jerry G. Lilly, P.E. JGL Acoustics, Inc. Issaquah, WA Tones in HVAC Systems (Update from 2006 Seminar, Quebec City) Jerry G. Lilly, P.E. JGL Acoustics, Inc. Issaquah, WA Outline Review Fundamentals Frequency Spectra Tone Characteristics Tone Detection Methods

More information

FREQUENCY RESPONSE AND LATENCY OF MEMS MICROPHONES: THEORY AND PRACTICE

FREQUENCY RESPONSE AND LATENCY OF MEMS MICROPHONES: THEORY AND PRACTICE APPLICATION NOTE AN22 FREQUENCY RESPONSE AND LATENCY OF MEMS MICROPHONES: THEORY AND PRACTICE This application note covers engineering details behind the latency of MEMS microphones. Major components of

More information