Keywords: Vocal Tract; Lattice model; Reflection coefficients; Linear Prediction; Levinson algorithm.

Size: px
Start display at page:

Download "Keywords: Vocal Tract; Lattice model; Reflection coefficients; Linear Prediction; Levinson algorithm."

Transcription

1 Volume 3, Issue 6, June 213 ISSN: X International Journal of Advanced Research in Comuter Science and Software Engineering Research Paer Available online at: Lattice Filter Model of Human Vocal Tract Neha Garg 1, Rakesh Garg 2 ECE Deartment, KITM, Kurukeshtra, India Abstract- This aer describes the generalized lattice model of human vocal tract for seech analysis, relating it to the all ole tye linear rediction. A more natural synthesized seech can be achieved using Auto Regressive (AR) lattice model. Seech analysis is done using linear rediction. The structure of AR lattice model is numerically stable, which is main requirement in seech analysis and synthesis alications. Lattice model uses reflection coefficients; relation of these reflection coefficients with LPC redicted coefficients is given by Levinson Durbin algorithm. Simulation results shows that roots of the olynomial in the denominator of transfer function of lattice model is always guarantee to be inside the unit circle and the stability of the system is achieved. Keywords: Vocal Tract; Lattice model; Reflection coefficients; Linear Prediction; Levinson algorithm. I. INTRODUCTION The vocal tract is the cavity in human beings where sound is roduced at the sound source and filtered. Human seech is roduced in the vocal tract which can be aroximated as a variable diameter tube [1]. The seech mechanism can be modelled as a time-varying filter which acts as the vocal tract excited by an oscillator as the vocal folds, with different oututs as shown in figure 1. where G is the gain, x(n) the inut signal, a(n) the amlified signal and s(n) the outut signal; n is a digitized time variable. When voiced sound is roduced, the filter is excited by an imulse sequence. When unvoiced sound is roduced, the filter is excited by random white noise [2]. Figure 1- Block diagram of the source-filter model of seech The linear redictive coding (LPC) model is based on a mathematical aroximation of the vocal tract. Vocal tract and glottal excitation can be reresented by a time-varying digital filter [3] whose steady state system function is of the form as: H (Z) = S(Z) = G (1) U (Z) 1+ a k =1 k Z k Generally the all-ole model is referred for most alications because it is comutationally more efficient. Moreover, it is easy to solve an all-ole model [4]. The basic roblem of linear rediction here is to determine a set of redictor coefficients directly from seech signal in such a manner as to obtain a good estimate of sectral roerties of seech signal..in section 2 we have described the basic rincile of linear rediction and LPC analysis stes with brief introduction. LPC redicted coefficients comutation is described using Levinson Durbin algorithm in section 3. Lattice imlementation is introduced in section 4. At last simulation results is shown in section 5 and at the end conclusion in section 6 and references. II. LINEAR PREDICTION BASIC PRINCIPLE Linear redictive coding is defined as a digital method for encoding an analog signal in which a articular value is redicted by a linear function of the ast values of the signal [5]. The seech samles s(n) can be given by using simle difference equation (2). Where a k is the redicted LPC coefficients and G is the gain and u(n) is unknown inut signal. 213, IJARCSSE All Rights Reserved Page 676

2 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, s(n) = a k s(n k) +G u(n) (2) The signal s (n) can be redicted only aroximately from a linearly weighted summation of ast samles as in equation (3). s (n) = - a k s(n k) (3) Linear Prediction (LP) residual is the rediction error e(n) obtained as the difference between the redicted seech samle s (n) and the current samle s(n). This is shown in equation (4). e(n) = s(n) s (n) (4) e(n) = s(n) + a k s(n k) (5) In the frequency domain, the equation (5) can be reresented as, E (Z) = S (Z) + a k S(Z) Z k (6) By this we can obtained: A (Z) = E(Z) = 1+ a S(Z) k Z k (7) Now by comaring the equation (1) and equation (7) by taking gain (G) equals to one, we can obtained LP residual by filtering the seech signal with A (z) as indicated in figure 2. Figure 2: Comuting the LP residual by inverse filtering As A (z) is the recirocal of H(z), LP residual is obtained by the inverse filtering of seech [14]. A. LPC Analysis Stes Figure 3 shows a block diagram of the main comutational stes required for the LPC front-end rocessor, Figure 3: LPC Coefficients Extraction Process It is combines activities like, re-emhasis, act as a low-order digital filter, increases the ower in the uer frequency bands of the seech signal [8]. The FIR filter is similar to a high ass filter.frame blocking ste blocks the reemhasized seech signal into frames. In order to minimize the signal discontinuities at the beginning and end of each frame, windowing ste is alied. Autocorrelation analysis identifies the zeroth autocorrelation which is the energy of each frame which is very imortant arameter for seech detection systems [12]. After auto correlation difference equations are solved using Levinson Durbin algorithm and LPC redicted coefficients a k and reflection coefficients k i are obtained. As residual rediction error is reresented by equation (5) then the method of least squares is alied to obtained coefficients a k [7]. 213, IJARCSSE All Rights Reserved Page 677

3 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, Where E Denote the total squared error by: 2 E = n e n = n ( s n + a k s n k ) 2 (8) E is minimized by setting: E =, 1 k (9) a k The set of equations in unknowns can be solved for the redictor coefficients which minimize E.The minimum total squared error, denoted by E is obtained by: E = s 2 n n + a k n ( s n s n k ) (1) Now auto correlation analysis is alied, here we assume that the error in E is minimized over the infinite duration. a k R (i-k) = - R (i), 1 i (11) E = R () + a k R(k) (12) Where R (i) is the autocorrelation function of the signal s (n): R (i) = n= s n s n+i (13) Note that R (i) is an even function of i :- R (-i) = R (i) (14) III. COMPUTATION OF PREDICTED COEFFICIENTS The redicted coefficients can be comuted by solving a set of equations with unknowns. Note that the X auto correlation matrix is symmetric and the elements along any diagonal are identical (i.e., a Toelitz matrix). This simlification causes the redictor coefficients to be comuted efficiently using the Levinson-Durbin recursion as [1: E () = R () (15) For 1 i and 1 j i-1 i 1 (i 1) c i =[R (i) j=1 R i j a j ] (16) c k i = i E (i 1) (17) a i i = k i (18) i a j =a (i 1) (i 1) j - k i a (j 1) (19) E (i) = (1- k i 2 ). E (i 1) (2) Equations (16) to (2) are solved recursively for i = 1, 2,..., and finally the redictor coefficients a j i and reflection coefficients k i are calculated. IV. LATTICE IMPLEMENTATION OF LPC FILTERS Any LPC analysis filter can be imlemented as a lattice filter. The relationshi between a k and k i is given by the Levinson-Durbin recursion. The first order rediction coefficient a11 is the same as the reflection coefficient k1. The mth order linear rediction coefficients are obtained from the (m 1)th order rediction coefficients and the reflection 213, IJARCSSE All Rights Reserved Page 678

4 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, coefficients k m [11]. Thus, M linear rediction coefficients are equivalent to M reflection coefficients. Quantization of reflection coefficients is easier because of the well-defined range of values that they take on. Note that the absolute value of reflection coefficients is never greater than one [9].This is the reason why reflection coefficients instead of linear rediction coefficients are often used to reresent a vocal tract filter. Figure 4 shows the lattice imlementation of LPC analysis filter. Figure 4: Lattice Imlementation of LPC Analysis Filter From each frame of seech samles, M reflection coefficients are comuted. Because imortant information about the vocal tract model is extracted in the form of reflection coefficients, the outut of the LPC analysis filter using reflection coefficients will have less redundancy than the original seech. Thus, less number of bits is required to quantize this socalled residual error. This quantized residual error along with the quantized reflection coefficients are transmitted or stored. To lay back, a lattice imlementation of the LPC synthesis filter is required. In this case, the inut is the residual error and the outut is the reconstructed seech. V. SIMULATION SET UP AND RESULTS For analysis of seech signal we have used MATLAB software. Digital seech rocessing tool box is used. Here we have taken a seech signal of duration 5 seconds. We have erformed four stes. First is the calculation of residue signal, second is the conversion of redicted LPC coefficients in to reflection coefficients,third ste is transfer function reresentation of vocal tract filter and fourth is the ole-zero lot. Technical Details: TABLE 1 TECHNICAL DETAILS OF SPEECH SIGNAL Start time: seconds NO. of samles: 485 End time:.5165 seconds Samling eriod:.125 sec Total Duration:.5165 Samling frequency: 8 seconds Hz Prediction order: 1 Number of frames: 17 Figure 5 shows the seech signal waveform and.figure 6 shows the outut waveforms LPC analysis of 1st frame duration [ 1 : 24 and table 2 shows the reflection coefficients for 17 frames. At last average is taken and transfer function is obtained. Figure 7 shows the ole zero lot of transfer function. Figure 5: Seech Signal Waveform 213, IJARCSSE All Rights Reserved Page 679

5 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, seech signal [1 : Aftr re-emhasis Aftr windowing Auto Correlation Residue signal Figure 6: LPC Analysis waveform [1: 24 TABLE 2 LATTICE MODEL REFLECTION COEFFICIENTS Frame [1: Frame Frame Frame [72 : Frame [12 24 [24:48 [48:72 96 Frame[96:12 : Frame[144:168 Frame[168:192 Frame[192:216 Frame[216:24 Frame[24:264 Frame[264: Frame[288:312 Frame[312:336 Frame[336:36 Frame[36:384 Frame[384:48 Average[1: , IJARCSSE All Rights Reserved Page 68

6 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, Figure 7: Pole zero lot VI. CONCLUSION In this study, we have used the AR lattice model to model vocal tract for glottal source excited seech analysis. Using LPC analysis we calculated the residue signal which is the comressed seech signal and can be reresented by fewer bits for transmission uroses. Levinson Durbin algorithm comutes the redicted coefficients and reflection coefficients efficiently. Using the AR lattice model, it can be observed from ole zero lot that all oles lies inside the unit circle, which is the essential condition for the system to be stable. Lattice filters are used rather than direct-form filters since the lattice filter coefficients have magnitude less than one and, conveniently, are available directly as a result of the Levinson- Durbin algorithm. REFERENCES [1]. G. Fant, Acoustic Theory of Seech Production. The Hague: Mouton & Co.,196; Walter de Gruyter, 197. [2]. B. S. Atal and M. R. Schroeder, Linear rediction analysis of seech based on a ole-zero reresentation, J. Acoust. Soc. Am., vol. 64, no. 5, , [3]. E.M. Hofstetter, An Introduction to the Mathematics of Linear Predictive Filtering as Alied to Seech Analysis and Synthesis, Technical Note , MIT Lincoln Labs, July [4]. J.D. Markel and A.H. Gray Jr., A Linear Prediction Vocoder Simulation Based Uon the Autocorrelation Method, IEEE Transactions on Acoustics, Seech, and Signal Processing, vol. ASSP-22, no. 2, , Aril [5]. J. Makhoul. Linear rediction: A tutorial review, Proc. IEEE, vol 63, no. 4, , Ar [6]. J.D. Markel and A.H. Gray Jr., Linear Prediction of Seech, Sringer-Verlag, Berlin Heidelberg, New York, USA, [7]. L.R. Rabiner, B.S. Atal and M.R. Sambur, LPC Prediction Error Analysis of Its Variation with the Position of the Analysis Frame, IEEE Transactions on Acoustics, Seech, and Signal Processing, vol. ASSP-25, no. 5, , October [8]. P. Thevenaz, and H. Hugli. Usefulness of the LPC-residue in text-indeendent seaker verification, Seech Commun., vol. 17, , Aug [9]. Kari Roth And Ismo Kauinen Frequency wared burg s method for AR-modeling 23 IEEE Worksho on Alications of Signal Processing to Audio and Acoustics. [1.Ziad A. Al Bawab, An Analysis-by- Synthesis Aroach to Vocal Tract Modeling for Robust Seech Recognition, Ph.D, December 17, 29. [11]. loan Tabus Interleaved Quantization-Otimization and Predictor Structure Selection for Lossless Comression of Audio Comanded Signals Proceedings of the 4th International Symosium on Communications, Control and Signal Processing, ISCCSP , IJARCSSE All Rights Reserved Page 681

7 Garg et al., International Journal of Advanced Research in Comuter Science and Software Engineering 3(6), June - 213, [12]. Thiang and Suryo Wijoyo Seech Recognition Using Linear Predictive Coding and Artificial Neural Network for Controlling Movement of Mobile Robot 211 International Conference on Information and Electronics Engineering IPCSIT vol.6 (211) IACSIT Press, Singaore. [13]. Chian-Hong Wong 211 Wared Linear Predictive Seech Coding IEEE International Conference on Signal and Image Processing Alications (ICSIPA211). [14]. Christoh R. Norrenbrock1 On the Use of Vocal-Tract Aroximations for Instrumental Quality Assessment ITG-Fachbericht 236: Srachkommunikation Setember 28, , IJARCSSE All Rights Reserved Page 682

LPC methods are the most widely used in. recognition, speaker recognition and verification

LPC methods are the most widely used in. recognition, speaker recognition and verification Digital Seech Processing Lecture 3 Linear Predictive Coding (LPC)- Introduction LPC Methods LPC methods are the most widely used in seech coding, seech synthesis, seech recognition, seaker recognition

More information

Lab 9a. Linear Predictive Coding for Speech Processing

Lab 9a. Linear Predictive Coding for Speech Processing EE275Lab October 27, 2007 Lab 9a. Linear Predictive Coding for Speech Processing Pitch Period Impulse Train Generator Voiced/Unvoiced Speech Switch Vocal Tract Parameters Time-Varying Digital Filter H(z)

More information

Autoregressive (AR) Modelling

Autoregressive (AR) Modelling Autoregressive (AR) Modelling A. Uses of AR Modelling () Alications (a) Seech recognition and coding (storage) (b) System identification (c) Modelling and recognition of sonar, radar, geohysical signals

More information

Chapter 9. Linear Predictive Analysis of Speech Signals 语音信号的线性预测分析

Chapter 9. Linear Predictive Analysis of Speech Signals 语音信号的线性预测分析 Chapter 9 Linear Predictive Analysis of Speech Signals 语音信号的线性预测分析 1 LPC Methods LPC methods are the most widely used in speech coding, speech synthesis, speech recognition, speaker recognition and verification

More information

SPEECH ANALYSIS AND SYNTHESIS

SPEECH ANALYSIS AND SYNTHESIS 16 Chapter 2 SPEECH ANALYSIS AND SYNTHESIS 2.1 INTRODUCTION: Speech signal analysis is used to characterize the spectral information of an input speech signal. Speech signal analysis [52-53] techniques

More information

Speaker Identification and Verification Using Different Model for Text-Dependent

Speaker Identification and Verification Using Different Model for Text-Dependent International Journal of Alied Engineering Research ISSN 0973-4562 Volume 12, Number 8 (2017). 1633-1638 Research India Publications. htt://www.riublication.com Seaker Identification and Verification Using

More information

L7: Linear prediction of speech

L7: Linear prediction of speech L7: Linear prediction of speech Introduction Linear prediction Finding the linear prediction coefficients Alternative representations This lecture is based on [Dutoit and Marques, 2009, ch1; Taylor, 2009,

More information

SPECTRAL ANALYSIS OF GEOPHONE SIGNAL USING COVARIANCE METHOD

SPECTRAL ANALYSIS OF GEOPHONE SIGNAL USING COVARIANCE METHOD International Journal of Pure and Alied Mathematics Volume 114 No. 1 17, 51-59 ISSN: 1311-88 (rinted version); ISSN: 1314-3395 (on-line version) url: htt://www.ijam.eu Secial Issue ijam.eu SPECTRAL ANALYSIS

More information

Linear Prediction Coding. Nimrod Peleg Update: Aug. 2007

Linear Prediction Coding. Nimrod Peleg Update: Aug. 2007 Linear Prediction Coding Nimrod Peleg Update: Aug. 2007 1 Linear Prediction and Speech Coding The earliest papers on applying LPC to speech: Atal 1968, 1970, 1971 Markel 1971, 1972 Makhoul 1975 This is

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS NCCI 1 -National Conference on Comutational Instrumentation CSIO Chandigarh, INDIA, 19- March 1 COMPARISON OF VARIOUS OPIMIZAION ECHNIQUES FOR DESIGN FIR DIGIAL FILERS Amanjeet Panghal 1, Nitin Mittal,Devender

More information

The Weighted Sum of the Line Spectrum Pair for Noisy Speech

The Weighted Sum of the Line Spectrum Pair for Noisy Speech HELSINKI UNIVERSITY OF TECHNOLOGY Deartment of Electrical and Communications Engineering Laboratory of Acoustics and Audio Signal Processing Zhijian Yuan The Weighted Sum of the Line Sectrum Pair for Noisy

More information

Department of CSE, IGCE Abhipur, Punjab, India 2. D epartment of Mathematics, COE/CGC Landran, Punjab, India

Department of CSE, IGCE Abhipur, Punjab, India 2. D epartment of Mathematics, COE/CGC Landran, Punjab, India Volume 6, Issue, January 06 ISSN: 77 8X International Journal of Avance Research in Comuter Science an Software Engineering Research aer Available online at: www.ijarcsse.com A Stuy of Feature Extraction

More information

Feature extraction 2

Feature extraction 2 Centre for Vision Speech & Signal Processing University of Surrey, Guildford GU2 7XH. Feature extraction 2 Dr Philip Jackson Linear prediction Perceptual linear prediction Comparison of feature methods

More information

Finite-Sample Bias Propagation in the Yule-Walker Method of Autoregressive Estimation

Finite-Sample Bias Propagation in the Yule-Walker Method of Autoregressive Estimation Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6-, 008 Finite-Samle Bias Proagation in the Yule-Walker Method of Autoregressie Estimation Piet

More information

Linear Prediction 1 / 41

Linear Prediction 1 / 41 Linear Prediction 1 / 41 A map of speech signal processing Natural signals Models Artificial signals Inference Speech synthesis Hidden Markov Inference Homomorphic processing Dereverberation, Deconvolution

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

COURSE OUTLINE. Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics. Sensors, Signals and Noise

COURSE OUTLINE. Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics. Sensors, Signals and Noise Sensors, Signals and Noise 1 COURSE OUTLINE Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics Noise Analysis and Simulation White Noise Band-Limited

More information

Convolutional Codes. Lecture 13. Figure 93: Encoder for rate 1/2 constraint length 3 convolutional code.

Convolutional Codes. Lecture 13. Figure 93: Encoder for rate 1/2 constraint length 3 convolutional code. Convolutional Codes Goals Lecture Be able to encode using a convolutional code Be able to decode a convolutional code received over a binary symmetric channel or an additive white Gaussian channel Convolutional

More information

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method XXVI. ASR '21 Seminar, Instruments and Control, Ostrava, Aril 26-27, 21 Paer 57 A Method of Setting the Penalization Constants in the Subotimal Linear Quadratic Tracking Method PERŮTKA, Karel Ing., Deartment

More information

Entropy Coding of Spectral Envelopes for Speech And Audio Coding Using Distribution Quantization

Entropy Coding of Spectral Envelopes for Speech And Audio Coding Using Distribution Quantization INTERSPEECH 2016 Setember 8 12, 2016, San Francisco, USA Entroy Coding of Sectral Enveloes for Seech And Audio Coding Using Distribution Quantization Srikanth Korse 1, Tobias Jähnel 2, Tom Bäckström 1,2

More information

Recursive Estimation of the Preisach Density function for a Smart Actuator

Recursive Estimation of the Preisach Density function for a Smart Actuator Recursive Estimation of the Preisach Density function for a Smart Actuator Ram V. Iyer Deartment of Mathematics and Statistics, Texas Tech University, Lubbock, TX 7949-142. ABSTRACT The Preisach oerator

More information

AR PROCESSES AND SOURCES CAN BE RECONSTRUCTED FROM. Radu Balan, Alexander Jourjine, Justinian Rosca. Siemens Corporation Research

AR PROCESSES AND SOURCES CAN BE RECONSTRUCTED FROM. Radu Balan, Alexander Jourjine, Justinian Rosca. Siemens Corporation Research AR PROCESSES AND SOURCES CAN BE RECONSTRUCTED FROM DEGENERATE MIXTURES Radu Balan, Alexander Jourjine, Justinian Rosca Siemens Cororation Research 7 College Road East Princeton, NJ 8 fradu,jourjine,roscag@scr.siemens.com

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

3.4 Design Methods for Fractional Delay Allpass Filters

3.4 Design Methods for Fractional Delay Allpass Filters Chater 3. Fractional Delay Filters 15 3.4 Design Methods for Fractional Delay Allass Filters Above we have studied the design of FIR filters for fractional delay aroximation. ow we show how recursive or

More information

CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW

CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW MÊUSER VALENÇA Universidade Salgado de Oliveira - UNIVERSO /Comanhia Hidroelétrica do São Francisco - Chesf Rua Gasar Peres, 47/4 CDU, Recife,

More information

I Poles & zeros. I First-order systems. I Second-order systems. I E ect of additional poles. I E ect of zeros. I E ect of nonlinearities

I Poles & zeros. I First-order systems. I Second-order systems. I E ect of additional poles. I E ect of zeros. I E ect of nonlinearities EE C28 / ME C34 Lecture Chater 4 Time Resonse Alexandre Bayen Deartment of Electrical Engineering & Comuter Science University of California Berkeley Lecture abstract Toics covered in this resentation

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Simulation of 3-Phase 2- Stator Induction Motor Using MATLAB Platform

Simulation of 3-Phase 2- Stator Induction Motor Using MATLAB Platform International Journal of Alied Engineering Research ISSN 0973-456 Volume 3, Number (08). 9437-944 Simulation of 3-Phase - Stator Induction Motor Using MATLAB Platform Pallavi R.Burande Deartment of Electrical

More information

ME scope Application Note 16

ME scope Application Note 16 ME scoe Alication Note 16 Integration & Differentiation of FFs and Mode Shaes NOTE: The stes used in this Alication Note can be dulicated using any Package that includes the VES-36 Advanced Signal Processing

More information

DSP IC, Solutions. The pseudo-power entering into the adaptor is: 2 b 2 2 ) (a 2. Simple, but long and tedious simplification, yields p = 0.

DSP IC, Solutions. The pseudo-power entering into the adaptor is: 2 b 2 2 ) (a 2. Simple, but long and tedious simplification, yields p = 0. 5 FINITE WORD LENGTH EFFECTS 5.4 For a two-ort adator we have: b a + α(a a ) b a + α(a a ) α R R R + R The seudo-ower entering into the adator is: R (a b ) + R (a b ) Simle, but long and tedious simlification,

More information

Chapter 2 Speech Production Model

Chapter 2 Speech Production Model Chapter 2 Speech Production Model Abstract The continuous speech signal (air) that comes out of the mouth and the nose is converted into the electrical signal using the microphone. The electrical speech

More information

Multilayer Perceptron Neural Network (MLPs) For Analyzing the Properties of Jordan Oil Shale

Multilayer Perceptron Neural Network (MLPs) For Analyzing the Properties of Jordan Oil Shale World Alied Sciences Journal 5 (5): 546-552, 2008 ISSN 1818-4952 IDOSI Publications, 2008 Multilayer Percetron Neural Network (MLPs) For Analyzing the Proerties of Jordan Oil Shale 1 Jamal M. Nazzal, 2

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS Massimo Vaccarini Sauro Longhi M. Reza Katebi D.I.I.G.A., Università Politecnica delle Marche, Ancona, Italy

More information

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics Uncertainty Modeling with Interval Tye-2 Fuzzy Logic Systems in Mobile Robotics Ondrej Linda, Student Member, IEEE, Milos Manic, Senior Member, IEEE bstract Interval Tye-2 Fuzzy Logic Systems (IT2 FLSs)

More information

Signal representations: Cepstrum

Signal representations: Cepstrum Signal representations: Cepstrum Source-filter separation for sound production For speech, source corresponds to excitation by a pulse train for voiced phonemes and to turbulence (noise) for unvoiced phonemes,

More information

Sampling and Distortion Tradeoffs for Bandlimited Periodic Signals

Sampling and Distortion Tradeoffs for Bandlimited Periodic Signals Samling and Distortion radeoffs for Bandlimited Periodic Signals Elaheh ohammadi and Farokh arvasti Advanced Communications Research Institute ACRI Deartment of Electrical Engineering Sharif University

More information

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System Vol.7, No.7 (4),.37-38 htt://dx.doi.org/.457/ica.4.7.7.3 Robust Predictive Control of Inut Constraints and Interference Suression for Semi-Trailer System Zhao, Yang Electronic and Information Technology

More information

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier Australian Journal of Basic and Alied Sciences, 5(12): 2010-2020, 2011 ISSN 1991-8178 Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doed Fiber Amlifier

More information

The Equivalence of ADPCM and CELP Coding

The Equivalence of ADPCM and CELP Coding The Equivalence of ADPCM and CELP Coding Peter Kabal Department of Electrical & Computer Engineering McGill University Montreal, Canada Version.2 March 20 c 20 Peter Kabal 20/03/ You are free: to Share

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Spectral Analysis by Stationary Time Series Modeling

Spectral Analysis by Stationary Time Series Modeling Chater 6 Sectral Analysis by Stationary Time Series Modeling Choosing a arametric model among all the existing models is by itself a difficult roblem. Generally, this is a riori information about the signal

More information

Generalized Coiflets: A New Family of Orthonormal Wavelets

Generalized Coiflets: A New Family of Orthonormal Wavelets Generalized Coiflets A New Family of Orthonormal Wavelets Dong Wei, Alan C Bovik, and Brian L Evans Laboratory for Image and Video Engineering Deartment of Electrical and Comuter Engineering The University

More information

Minimax Design of Nonnegative Finite Impulse Response Filters

Minimax Design of Nonnegative Finite Impulse Response Filters Minimax Design of Nonnegative Finite Imulse Resonse Filters Xiaoing Lai, Anke Xue Institute of Information and Control Hangzhou Dianzi University Hangzhou, 3118 China e-mail: laix@hdu.edu.cn; akxue@hdu.edu.cn

More information

Improved Capacity Bounds for the Binary Energy Harvesting Channel

Improved Capacity Bounds for the Binary Energy Harvesting Channel Imroved Caacity Bounds for the Binary Energy Harvesting Channel Kaya Tutuncuoglu 1, Omur Ozel 2, Aylin Yener 1, and Sennur Ulukus 2 1 Deartment of Electrical Engineering, The Pennsylvania State University,

More information

MULTIRATE SYSTEMS AND FILTER BANKS

MULTIRATE SYSTEMS AND FILTER BANKS T. Saramäki and R. Bregovi, ultirate Systems and Filter Banks, Chater in ultirate Systems: Design T. Saramäki and R. Bregovi, ultirate Systems and Filter Banks, Chater in ultirate Systems: Design ULTIRATE

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

Seafloor Reflectivity A Test of an Inversion Technique

Seafloor Reflectivity A Test of an Inversion Technique Seafloor Reflectivity A Test of an Inversion Technique Adrian D. Jones 1, Justin Hoffman and Paul A. Clarke 1 1 Defence Science and Technology Organisation, Australia, Student at Centre for Marine Science

More information

Oil Temperature Control System PID Controller Algorithm Analysis Research on Sliding Gear Reducer

Oil Temperature Control System PID Controller Algorithm Analysis Research on Sliding Gear Reducer Key Engineering Materials Online: 2014-08-11 SSN: 1662-9795, Vol. 621, 357-364 doi:10.4028/www.scientific.net/kem.621.357 2014 rans ech Publications, Switzerland Oil emerature Control System PD Controller

More information

M. Hasegawa-Johnson. DRAFT COPY.

M. Hasegawa-Johnson. DRAFT COPY. Lecture Notes in Speech Production, Speech Coding, and Speech Recognition Mark Hasegawa-Johnson University of Illinois at Urbana-Champaign February 7, 000 M. Hasegawa-Johnson. DRAFT COPY. Chapter Linear

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty American Control Conference on O'Farrell Street San Francisco CA USA June 9 - July Robust Performance Design of PID Controllers with Inverse Multilicative Uncertainty Tooran Emami John M Watkins Senior

More information

L.J. Faber S.T. Alexander. Department of Electrical and Computer Engineering. North Carolina state University CCSP-TR-85/4

L.J. Faber S.T. Alexander. Department of Electrical and Computer Engineering. North Carolina state University CCSP-TR-85/4 RESDUAL THRESHOLDNG AND CROSS-CORRELATON APPROACHES TO MULTPULSE LPC By L.J. Faber S.T. Alexander CENTER FOR COMMUNCATONS AND SGNAL PROCESSNG Deartment of Electrical and Comuter Engineering North Carolina

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS

MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS Dan-Cristian POPA, Vasile IANCU, Loránd SZABÓ, Deartment of Electrical Machines, Technical University of Cluj-Naoca RO-400020 Cluj-Naoca, Romania; e-mail:

More information

Chapter 10 Applications in Communications

Chapter 10 Applications in Communications Chapter 10 Applications in Communications School of Information Science and Engineering, SDU. 1/ 47 Introduction Some methods for digitizing analog waveforms: Pulse-code modulation (PCM) Differential PCM

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

The Recursive Fitting of Multivariate. Complex Subset ARX Models

The Recursive Fitting of Multivariate. Complex Subset ARX Models lied Mathematical Sciences, Vol. 1, 2007, no. 23, 1129-1143 The Recursive Fitting of Multivariate Comlex Subset RX Models Jack Penm School of Finance and lied Statistics NU College of Business & conomics

More information

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES MULTI-CANNEL ARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES S Lawrence Marle Jr School of Electrical Engineering and Comuter Science Oregon State University Corvallis, OR 97331 Marle@eecsoregonstateedu

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

Applicable Analysis and Discrete Mathematics available online at HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS

Applicable Analysis and Discrete Mathematics available online at   HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS Alicable Analysis and Discrete Mathematics available online at htt://efmath.etf.rs Al. Anal. Discrete Math. 4 (010), 3 44. doi:10.98/aadm1000009m HENSEL CODES OF SQUARE ROOTS OF P-ADIC NUMBERS Zerzaihi

More information

Bäckström, Tom; Fischer, Johannes Fast Randomization for Distributed Low-Bitrate Coding of Speech and Audio

Bäckström, Tom; Fischer, Johannes Fast Randomization for Distributed Low-Bitrate Coding of Speech and Audio Powered by TCPDF (www.tcdf.org) This is an electronic rerint of the original article. This rerint may differ from the original in agination and tyograhic detail. Bäckström, Tom; Fischer, Johannes Fast

More information

Lasso Regularization for Generalized Linear Models in Base SAS Using Cyclical Coordinate Descent

Lasso Regularization for Generalized Linear Models in Base SAS Using Cyclical Coordinate Descent Paer 397-015 Lasso Regularization for Generalized Linear Models in Base SAS Using Cyclical Coordinate Descent Robert Feyerharm, Beacon Health Otions ABSTRACT The cyclical coordinate descent method is a

More information

The Noise Power Ratio - Theory and ADC Testing

The Noise Power Ratio - Theory and ADC Testing The Noise Power Ratio - Theory and ADC Testing FH Irons, KJ Riley, and DM Hummels Abstract This aer develos theory behind the noise ower ratio (NPR) testing of ADCs. A mid-riser formulation is used for

More information

Efficient & Robust LK for Mobile Vision

Efficient & Robust LK for Mobile Vision Efficient & Robust LK for Mobile Vision Instructor - Simon Lucey 16-623 - Designing Comuter Vision As Direct Method (ours) Indirect Method (ORB+RANSAC) H. Alismail, B. Browning, S. Lucey Bit-Planes: Dense

More information

L P -NORM NON-NEGATIVE MATRIX FACTORIZATION AND ITS APPLICATION TO SINGING VOICE ENHANCEMENT. Tomohiko Nakamura and Hirokazu Kameoka,

L P -NORM NON-NEGATIVE MATRIX FACTORIZATION AND ITS APPLICATION TO SINGING VOICE ENHANCEMENT. Tomohiko Nakamura and Hirokazu Kameoka, L P -NORM NON-NEGATIVE MATRIX FACTORIZATION AND ITS APPLICATION TO SINGING VOICE ENHANCEMENT Tomohio Naamura and Hiroazu Kameoa, Graduate School of Information Science and Technology, The University of

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Calculation of MTTF values with Markov Models for Safety Instrumented Systems

Calculation of MTTF values with Markov Models for Safety Instrumented Systems 7th WEA International Conference on APPLIE COMPUTE CIENCE, Venice, Italy, November -3, 7 3 Calculation of MTTF values with Markov Models for afety Instrumented ystems BÖCÖK J., UGLJEA E., MACHMU. University

More information

ADSP ADSP ADSP ADSP. Advanced Digital Signal Processing (18-792) Spring Fall Semester, Department of Electrical and Computer Engineering

ADSP ADSP ADSP ADSP. Advanced Digital Signal Processing (18-792) Spring Fall Semester, Department of Electrical and Computer Engineering Advanced Digital Signal rocessing (18-792) Spring Fall Semester, 201 2012 Department of Electrical and Computer Engineering ROBLEM SET 8 Issued: 10/26/18 Due: 11/2/18 Note: This problem set is due Friday,

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT Key arameters in seudo-static analysis of iles in liquefying sand Misko Cubrinovski Deartment of Civil Engineering, University of Canterbury, Christchurch 814, New Zealand Keywords: ile, liquefaction,

More information

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum International Research Journal of Alied and Basic Sciences 016 Available online at www.irjabs.com ISSN 51-838X / Vol, 10 (6): 679-684 Science Exlorer Publications Design of NARMA L- Control of Nonlinear

More information

Design of a CELP coder and analysis of various quantization techniques

Design of a CELP coder and analysis of various quantization techniques EECS 65 Project Report Design of a CELP coder and analysis of various quantization techniques Prof. David L. Neuhoff By: Awais M. Kamboh Krispian C. Lawrence Aditya M. Thomas Philip I. Tsai Winter 005

More information

AN APPROACH FOR THE MODEL BASED MONITORING OF PIEZOELECTRIC ACTUATORS

AN APPROACH FOR THE MODEL BASED MONITORING OF PIEZOELECTRIC ACTUATORS II ECCOMAS THEMATIC CONFERENCE ON SMART STRUCTURES AND MATERIALS C.A. Mota Soares et al. (Eds.) Lisbon, Portugal, July 18-1, 005 AN APPROACH FOR THE MODEL BASED MONITORING OF PIEZOELECTRIC ACTUATORS Dirk

More information

Department of Electrical and Computer Engineering Digital Speech Processing Homework No. 7 Solutions

Department of Electrical and Computer Engineering Digital Speech Processing Homework No. 7 Solutions Problem 1 Department of Electrical and Computer Engineering Digital Speech Processing Homework No. 7 Solutions Linear prediction analysis is used to obtain an eleventh-order all-pole model for a segment

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

The analysis and representation of random signals

The analysis and representation of random signals The analysis and reresentation of random signals Bruno TOÉSNI Bruno.Torresani@cmi.univ-mrs.fr B. Torrésani LTP Université de Provence.1/30 Outline 1. andom signals Introduction The Karhunen-Loève Basis

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

Ensemble Forecasting the Number of New Car Registrations

Ensemble Forecasting the Number of New Car Registrations Ensemble Forecasting the Number of New Car Registrations SJOERT FLEURKE Radiocommunications Agency Netherlands Emmasingel 1, 9700 AL, Groningen THE NETHERLANDS sjoert.fleurke@agentschatelecom.nl htt://www.agentschatelecom.nl

More information

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu and Markov Models Huizhen Yu janey.yu@cs.helsinki.fi Det. Comuter Science, Univ. of Helsinki Some Proerties of Probabilistic Models, Sring, 200 Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

Beyond Worst-Case Reconstruction in Deterministic Compressed Sensing

Beyond Worst-Case Reconstruction in Deterministic Compressed Sensing Beyond Worst-Case Reconstruction in Deterministic Comressed Sensing Sina Jafarour, ember, IEEE, arco F Duarte, ember, IEEE, and Robert Calderbank, Fellow, IEEE Abstract The role of random measurement in

More information

Multivariable Generalized Predictive Scheme for Gas Turbine Control in Combined Cycle Power Plant

Multivariable Generalized Predictive Scheme for Gas Turbine Control in Combined Cycle Power Plant Multivariable Generalized Predictive Scheme for Gas urbine Control in Combined Cycle Power Plant L.X.Niu and X.J.Liu Deartment of Automation North China Electric Power University Beiing, China, 006 e-mail

More information

ENHANCING TIMBRE MODEL USING MFCC AND ITS TIME DERIVATIVES FOR MUSIC SIMILARITY ESTIMATION

ENHANCING TIMBRE MODEL USING MFCC AND ITS TIME DERIVATIVES FOR MUSIC SIMILARITY ESTIMATION th Euroean Signal Processing Conference (EUSIPCO ) Bucharest, Romania, August 7-3, ENHANCING TIMBRE MODEL USING AND ITS TIME DERIVATIVES FOR MUSIC SIMILARITY ESTIMATION Franz de Leon, Kirk Martinez Electronics

More information

Impact Damage Detection in Composites using Nonlinear Vibro-Acoustic Wave Modulations and Cointegration Analysis

Impact Damage Detection in Composites using Nonlinear Vibro-Acoustic Wave Modulations and Cointegration Analysis 11th Euroean Conference on Non-Destructive esting (ECND 214), October 6-1, 214, Prague, Czech Reublic More Info at Oen Access Database www.ndt.net/?id=16448 Imact Damage Detection in Comosites using Nonlinear

More information

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi Signal Modeling Techniques in Speech Recognition Hassan A. Kingravi Outline Introduction Spectral Shaping Spectral Analysis Parameter Transforms Statistical Modeling Discussion Conclusions 1: Introduction

More information

The decision-feedback equalizer optimization for Gaussian noise

The decision-feedback equalizer optimization for Gaussian noise Journal of Theoretical and Alied Comuter Science Vol. 8 No. 4 4. 5- ISSN 99-634 (rinted 3-5653 (online htt://www.jtacs.org The decision-feedback eualizer otimization for Gaussian noise Arkadiusz Grzbowski

More information

L8: Source estimation

L8: Source estimation L8: Source estimation Glottal and lip radiation models Closed-phase residual analysis Voicing/unvoicing detection Pitch detection Epoch detection This lecture is based on [Taylor, 2009, ch. 11-12] Introduction

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Damage Identification from Power Spectrum Density Transmissibility

Damage Identification from Power Spectrum Density Transmissibility 6th Euroean Worksho on Structural Health Monitoring - h.3.d.3 More info about this article: htt://www.ndt.net/?id=14083 Damage Identification from Power Sectrum Density ransmissibility Y. ZHOU, R. PERERA

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search Eduard Babkin and Margarita Karunina 2, National Research University Higher School of Economics Det of nformation Systems and

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Timbral, Scale, Pitch modifications

Timbral, Scale, Pitch modifications Introduction Timbral, Scale, Pitch modifications M2 Mathématiques / Vision / Apprentissage Audio signal analysis, indexing and transformation Page 1 / 40 Page 2 / 40 Modification of playback speed Modifications

More information