SPEECH RECOGNITION USING LPC AND HMM APPLIED FOR CONTROLLING MOVEMENT OF MOBILE ROBOT

Size: px
Start display at page:

Download "SPEECH RECOGNITION USING LPC AND HMM APPLIED FOR CONTROLLING MOVEMENT OF MOBILE ROBOT"

Transcription

1 Seinar asiona Teknoogi Inforasi 200 SPEECH RECOGITIO USIG LPC AD HMM APPLIED FOR COTROLLIG MOVEMET OF MOBILE ROBOT Thiang ) Wanto ) ) Eectrica Engineering Departent Petra Christian university Siwaankerto 2-3, Surabaya Indonesia eai : thiang@petra.ac.id ABSTRACT This paper describes about a proect of speech recognition, which is appied on a obie robot for controing oveent of the robot. The ethods that used in this proect are Linear Predictive Coding (LPC) and Hidden Markov Mode (HMM). LPC ethod is used to extract data of speech, on the other hand HMM is used to recognize the unknown speech pattern. This syste is ipeented on persona coputer. Syste wi take the input speech pattern for second. Speech pattern wi be processed with LPC ethod. LPC output wi becoe the input of HMM ethod to find λ ode for every coand. The biggest observation sybo probabiity wi deterine the recognized word. Based on the experient, the highest recognition rate that can be achieved is 00 % when using a icrophone as the input interface, nuber of sape is 5, nuber of observation sybo are 40, 45, 50. Mobie robot can aso ove according to the input coand. Key words speech recognition, LPC, HMM, obie robot. Introduction Autoatic speech recognition by achine has been a goa of research for ore than four decades. However, in spite of the gaour of designing an inteigent achine that can recognize the spoken word and coprehend its eaning, and in spite of enorous research efforts spent in trying to create such a achine, it is far fro achieving the desired goa of a achine that can understand spoken discourse on any subect by a speakers in a environents []. The speech recognition syste has aso been ipeented on soe particuar devices. Soe of the are persona coputer (PC), digita signa processor, and another kind of singe chip integrated circuit. A fraework to address the quantization issues which arise in fixedpoint isoated word recognition was introduced in [2]. The syste was deveoped using C++ anguage which is ipeented on a PC. Reference [3] describes a speech recognition syste using SPHIX-II, an off-the-shef speech recognition package [4]. In reference [5] and [6], speech recognition syste has been tried to be ipeented on a FPGA and an ASIC. In reference [7], the speech recognition syste was ipeented on MCS5 icrocontroer. The ethod used to recognize the word in a speech signa is Linear Predictive Coding (LPC) cobined with Eucidean Squared Distance. The highest recognition rate that can be achieved is about 78.57%. ext, in reference [8], the speech recognition was ipeented on another icrocontroer. The icrocontroer where the speech recognition was ipeented on is ATega62. The highest recognition rate that can be achieved is about 87%. This paper describes further work about the speech recognition which was ipeented on a PC. The ethods ipeented on this syste are LPC and HMM. LPC is used as extraction ethod and HMM is used as the recognition ethod. Besides ipeenting on a PC, another difference with previous work [8] is coand that used for controing oveent of the robot consists of ore than one word. A the coands that are used to contro oveent of the robot are Indonesian anguage, such as Mau Satu. Mau Dua, Kanan, Kiri, Stop, etc. 2. Hardware Syste of Mobie Robot Bock diagra of the hardware syste of obie robot is shown at figure. Voice signa is inputted through a icrophone. Because the output votage of icrophone is too sa, then output of icrophone is apified using an apifier circuit with gain about 00. Output of the

2 icrophone is aso fitered by using a band pass fiter circuit with bandwidth of Hz. A Microcontroer is used to sape the voice signa. The voice signas are saped using frequency saping of 8 khz. And the voice coand is iited to second. The saped voice signa is then sent to persona coputer for signa processing and recognition process. A the signa processing ethod and recognition ethod are ipeented on the persona coputer. The sae icrocontroer wi receives recognition resut fro persona coputer and then contro the oveent of the robot according to the recognition resut. By using HMM structure shown in the figure 3, a the paraeters are known except the observation sybo probabiity distributions (B) which vary depending on the training data set. Therefore, in this particuar HMM training syste, ony observation sybo probabiity distributions in the state are cacuated. The others paraeters are pre-defined. Firsty, the speech signa is processed by using LPC processor and resut the LPC cepstra coefficients. The basic steps of LPC processor incude the foowing [][9]:. Preephasis: The digitized speech signa, s(n), is put through a ow order digita syste, to spectray fatten the signa and to ake it ess susceptibe to finite precision effects ater in the signa processing. The output of the preephasizer network,, is reated to the input to the network, s (n), by difference equation: ~ s ( n) s( n) as ~ ( n ) (2) The ost coon vaue for a ~ is around Figure 2. Bock Diagra of HMM Training Syste 3. Design Speech Syste The designed speech recognition syste uses two ethods. They are Linear Predictive Coding (LPC) and Hidden Markov Mode (HMM). LPC is used feature extraction ethod and HMM is used as the recognition ethod. Generay, the syste is divided into two parts. The first part is training syste and the second part is recognition syste. Bock diagra of HMM training syste is shown at figure 2. The ain task of the HMM training syste is to create HMM λ ode of each word sape. Paraeters of HMM λ ode consist of nuber of state (), nuber of observation sybo (M), state transition probabiity distribution (A), observation sybo probabiity distribution (B), and initia state probabiity distribution (π). Figure 2. Bock Diagra of HMM Training Syste 2. Frae Bocking: The output of preephasis step, ~ s ( n ), is bocked into fraes of sapes, with adacent fraes being separated by M sapes. If th x (n) is the frae of speech, and there are L fraes within entire speech signa, then x ~ ( n) s ( M + n) (3) where n 0,,, and 0,,,L 3. Windowing: After frae bocking, the next step is to window each individua frae so as to iniize the signa discontinuities at the beginning and end of each frae. If we define the window as w(n), 0 n, then the resut of windowing is the signa: ~ x ( n) x ( n) w( n ) where 0 n (4) Typica window is the Haing window, which has the for 2πn w( n) cos 0 n (5) 4. Autocorreation Anaysis: The next step is to auto correate each frae of windowed signa in order to give Figure 3. States Left-Right HMM Mode r ( ) ~ x n 0 ( n) ~ x ( n + ) 0,,,p (6)

3 where the highest autocorreation vaue, p, is the order of the LPC anaysis. 5. LPC Anaysis: The next processing step is the LPC anaysis, which converts each frae of p + autocorreations into LPC paraeter set by using Durbin s ethod. This can foray be given as the foowing agorith: Bock diagra of HMM recognizer syste is shown at figure 4. Sae as in the HMM training syste, firsty, the speech signa of an unknown word is converted to the observation sequence of that word. This is done by perforing the LPC processor and vector quantization process. Then, the observation sequence probabiity of unknown word for a given ode λ ( P ( O λ )) is cacuated for each HMM word ode. (0) E r(0) (7) i i r( i) α r( i ) ki i E i p (8) α i ki (9) ( i ) ( i ) α α k α i- (0) i i 2 i E ( ki ) E () By soving (7) to () recursivey for i,2,,p, the LPC coefficient, a, is given as a α (2) ( p) 6. LPC Paraeter Conversion to Cepstra Coefficients: LPC cepstra coefficients, is a very iportant LPC paraeter set, which can be derived directy fro the LPC coefficient set. The recursion used is k c a + ck a p (3) k k k c ck a > p (4) k k p Vector quantization is appied to the each cepstra coefficients and resut the observation sybo of each state. The sequences of observation sybo of state, state 2, up to state represent the observation sequence of the word. If nuber of sapes per word that are trained in the HMM speech recognition syste is R, and each sape is converted to the observation sequence by the feature extraction and vector quantization process, the observation sybo probabiity distribution (B) in a state can be cacuated by using foowing equation: b n ( vk ) ( k) (5) where b ( k ) R is probabiity of observation sybo v in the k state, n ( v k ) is nuber of observation sybo v in the k state, and R is nuber of sape. Figure 4. Bock Diagra of HMM Recognizer Syste The probabiity of observation sequence cacuation is done by using the forward procedure ethod. For the designed HMM structure (figure 2), the probabiity of the observation sequence, O (o o 2 o ), for the given ode can be cacuated by using the foowing equation: P ( O ) b ( o ) b ( o ) b ( o ) L ( o ) where ( ) ( o λ (6) b o is probabiity of -th observation sybo )in state. Equation (6) is used to cacuate the observation sequence probabiity of unknown speech signa and the unknown speech signa wi be recognized as HMM word ode which has the axiu probabiity of observation sequence ( P ( O λ) ). 4. Experienta Resut Experients were done in severa variations of nuber of observation sybo. The experients were aso done in various nubers of sapes as the training data set. The syste was tested using voice which is saped directy fro icrophone. b

4 Tabe shows suary of experienta resuts of the syste using 5 sapes training data for each coand respectivey. Experienta resuts of the syste using 0, 5, and 20 sapes training data are shown at the tabe 2, 3, and 4 respectivey. The experients were done using syste with nuber of observation sybo varies fro 5 to 50. Tabe Suary of Experienta Resuts of the Syste Using 5 sapes per coand. uber of Observation Sybo 5 20% 0 85% 5 95% % % % % % % % Tabe 2 Suary of Experienta Resuts of the Syste Using 0 sapes per coand. uber of Observation Sybo % % % % % % % % % Tabe 3 Suary of Experienta Resuts of the Syste Using 5 sapes per coand. uber of Observation Sybo % % % % % 30 85% % 40 00% 45 00% 50 00% Tabe 4 Suary of Experienta Resuts of the Syste Using 20 sapes per coand. uber of Observation Sybo % % % % % % % 40 90% 45 90% % Fro tabe to 4, we can see that the best resut was achieved by the syste using 5 sapes training data for each coand and observation sybos. We can aso see that if we ony increase the nuber of sapes then the recognition rate does not aways increase. It eans that increasing nuber of sapes does not aways give better recognition rate if we do not increase the nuber of observation sybo of HMM. Better recognition rate can be achieved by increasing the nuber of sapes and nuber of observation sybo. For this case, better recognition rate was achieved by the syste if the syste uses nuber of observation sybo greater than 0. A experients were done in conditions where the environent is sient and it needs consistent utterance. Therefore this syste sti has drawback in noisy environent. Experienta resuts aso show that the obie robot can ove according to the input coand if the recognition syste gives correct resut. So it ony depend on the recognition rate of the syste. 5. Concusion Fro experienta resuts, it can be concuded that the designed speech recognition syste can recognize the voice coand we. The best recognition rate that can be achieved by the syste is 00% and it is achieved by the syste using 5 sapes per coand and observation sybos of HMM. This achieveent is reach with condition sient environent and consistent utterance. These conditions are drawback of the syste. For further deveopent, it is necessary to iprove the syste so that it can run we in the noisy environent. It ust robust to the noisy environent.

5 REFERESI [] Lawrence Rabiner, and Biing Hwang Juang, Fundaentas of Speech. Prentice Ha, ew Jersey, 993 [2] Y.M. La, M.W. Mak, and P.H.W. Leong, Fixed point ipeentations of Speech Systes. Proceedings of the Internationa Signa Processing Conference. Daas [3] Soshi Iba, Christiaan J. J. Paredis, and Pradeep K. Khosa. Interactive Mutioda Robot Prograing. The Internationa Journa of Robotics Research (24), pp 83 04, 2005 [4] Huang, X. et a. The SPHIX-II speech recognition syste: an overview. Coputer Speech and Language 7(2): pp 37 48, 993. [5] Treeunuk, Dusadee. (200). Ipeentation of Speech on FPGA. (Masters research study, Asian Institute of Technoogy, 200). Bangkok: Asian Institute of Technoogy. [6] Sriharuksa, Janwit. (2002). An ASIC Design of Rea Tie Speech. (Masters research study, Asian Institute of Technoogy, 2002). Bangkok: Asian Institute of Technoogy. [7] Thiang, Ipeentation of Speech on MCS5 Microcontroer for Controing Wheechair, Proceedings of Internationa Conference on Inteigent and Advanced Syste. Kuaa Lupur, Maaysia, [8] Thiang, Dhanny Wiaya, Liited Speech for Controing Moveent of Mobie Robot Ipeented on ATega62 Microcontroer, Proceedings of Internationa Conference on Coputer and Autoation Engineering, Bangkok, Thaiand, [9] Ethnicity Group. Cepstru Method cepstru/cepstru.ht.

TRACKING CONTROL FOR WHEELED MOBILE ROBOTS USING NEURAL NETWORK MODEL ALGORITHM CONTROL

TRACKING CONTROL FOR WHEELED MOBILE ROBOTS USING NEURAL NETWORK MODEL ALGORITHM CONTROL Journa of Theoretica and Appied Inforation Technoogy 3 st Deceber. Vo. 46 No. 5 - JATIT & LLS. A rights reserved. ISSN: 99-8645 www.jatit.org E-ISSN: 87-395 TRACKING CONTROL FOR WHEELED OBILE ROBOTS USING

More information

An Approach to Worst-Case Circuit Analysis

An Approach to Worst-Case Circuit Analysis Eena Nicuescu, Dorina-Mioara Purcaru and Mariuscristian Nicuescu An Approach to Worst-Case Circuit Anaysis ELENA NICULESCU*, DORINA-MIOARA PURCARU* and MARIUS- CRISTIAN NICULESCU** Eectronics and Instruentation

More information

Research on the Nonlinear Governor of Diesel Engine with Variable Structure Control Theory

Research on the Nonlinear Governor of Diesel Engine with Variable Structure Control Theory Research on the Noninear Governor of Diese Engine with Variabe Structure Contro Theory Xiao-Bing Mao schoo of energy and power engineering wuhan university of technoogy Wuhan, China aoxiaobing@.co Kai-Sheng

More information

AN INVESTIGATION ON SEISMIC ANALYSIS OF SHALLOW TUNEELS IN SOIL MEDIUM

AN INVESTIGATION ON SEISMIC ANALYSIS OF SHALLOW TUNEELS IN SOIL MEDIUM The 4 th October -7, 8, Beijing, China AN INVESTIGATION ON SEISMIC ANALYSIS OF SHALLOW TUNEELS IN SOIL MEDIUM J. Boouri Bazaz and V. Besharat Assistant Professor, Dept. of Civi Engineering, Ferdowsi University,

More information

A New Method of Transductive SVM-Based Network Intrusion Detection

A New Method of Transductive SVM-Based Network Intrusion Detection A New Method of Transductive SVM-Based Network Intrusion Detection Manfu Yan and Zhifang Liu 2 Departent of Matheatics, Tangshan Teacher s Coege, Tangshan Hebei, China 3005@tstc.edu.cn 2 Network Technoogy

More information

Design of a Single Input Fuzzy Logic Controller Based SVC for Dynamic Performance Enhancement of Power Systems

Design of a Single Input Fuzzy Logic Controller Based SVC for Dynamic Performance Enhancement of Power Systems Design of a Singe Input Fuzzy Logic Controer Based SC for Dynaic Perforance Enhanceent of Power Systes DR.D. PADMA SUBRAMANIAN PROFESSOR AND DEAN, DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING AMET

More information

Dual-beard sampling method for fibre length measurements

Dual-beard sampling method for fibre length measurements Indian Journa of Fibre & Textie Research Vo. 39, March 14, pp. 7-78 Dua-beard saping ethod for fibre ength easureents H Y Wu & F M Wang a Coege of Texties, Donghua University, Shanghai, China Received

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

A REGULARIZED GMRES METHOD FOR INVERSE BLACKBODY RADIATION PROBLEM

A REGULARIZED GMRES METHOD FOR INVERSE BLACKBODY RADIATION PROBLEM Wu, J., Ma. Z.: A Reguarized GMRES Method for Inverse Backbody Radiation Probe THERMAL SCIENCE: Year 3, Vo. 7, No. 3, pp. 847-85 847 A REGULARIZED GMRES METHOD FOR INVERSE BLACKBODY RADIATION PROBLEM by

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

Performance Evaluation of Space-Time Block Coding Using a Realistic Mobile Radio Channel Model *

Performance Evaluation of Space-Time Block Coding Using a Realistic Mobile Radio Channel Model * Perforance Evauation of Space-Tie Bock Coding Using a Reaistic obie Radio Channe ode H. Carrasco Espinosa, J.. egado Penín Javier R. Fonoosa epartent of Signa Theory Counications Universitat Poitècnica

More information

APPENDIX B. Some special functions in low-frequency seismology. 2l +1 x j l (B.2) j l = j l 1 l +1 x j l (B.3) j l = l x j l j l+1

APPENDIX B. Some special functions in low-frequency seismology. 2l +1 x j l (B.2) j l = j l 1 l +1 x j l (B.3) j l = l x j l j l+1 APPENDIX B Soe specia functions in ow-frequency seisoogy 1. Spherica Besse functions The functions j and y are usefu in constructing ode soutions in hoogeneous spheres (fig B1). They satisfy d 2 j dr 2

More information

Design and System Modeling of a Tri-Axial Microaccelerometer Using Piezoelectric Thin Films

Design and System Modeling of a Tri-Axial Microaccelerometer Using Piezoelectric Thin Films Ferroeectrics, 85:, 69 74, 009 Reprints avaiae directy fro the puisher DOI:.80/00509090888764 URL: http://dx.doi.org/.80/00509090888764 69 Jyh-Cheng Yu et a. 009 Tayor & Francis ISSN: 005-09 print / 56-5

More information

Identites and properties for associated Legendre functions

Identites and properties for associated Legendre functions Identites and properties for associated Legendre functions DBW This note is a persona note with a persona history; it arose out off y incapacity to find references on the internet that prove reations that

More information

AN IMPROVED DOA ESTIMATION ALGORITHM FOR ASYNCHRONOUS MULTIPATH CDMA SYSTEM 1

AN IMPROVED DOA ESTIMATION ALGORITHM FOR ASYNCHRONOUS MULTIPATH CDMA SYSTEM 1 Vo.23 No. JOURNA OF EERONIS (INA January 26 AN IMPROVED DOA ESIMAION AGORIM FOR ASYNRONOUS MUIPA DMA SYSEM Yang Wei hen Junshi an Zhenhui (Schoo of Eectronics and Info. Eng. Beijing Jiaotong University

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

13.3 Digital Elliptic Filter Design

13.3 Digital Elliptic Filter Design CHAPTER 3 IIR FILTER DESIGN 3.3 Digita Eiptic Fiter Design This docuent carries out design of a discrete-tie eiptic opass fiter. The user specifies the fooing paraeters: passband edge, passband and stopband

More information

PID Control of VAV System based on Elman Neural Network

PID Control of VAV System based on Elman Neural Network Jie-ia Li, Yang Chen, Rui Qu ID Contro of VAV Syste based on Ean Neura Network Jie-ia Li, 2 Yang Chen, 3 Rui Qu Schoo of Inforation and Contro Engineering, Shenyang Jianzhu University, Shenyang, Liaoning,China,

More information

Nonlinear Control Structure of Grid Connected Modular Multilevel Converters

Nonlinear Control Structure of Grid Connected Modular Multilevel Converters Downoaded fro vbn.aau.dk on: anuar 15, 019 Aaborg Universitet Noninear Contro Structure of Grid Connected Moduar Mutieve Converters Haizadeh, Ain; Noru, Lars; Ahadpour Sha, Aireza Pubished in: Renewabe

More information

Approximate dynamic programming using model-free Bellman Residual Elimination

Approximate dynamic programming using model-free Bellman Residual Elimination Approxiate dynaic prograing using ode-free Bean Residua Eiination The MIT Facuty has ade this artice openy avaiabe. Pease share how this access benefits you. Your story atters. Citation As Pubished Pubisher

More information

BP neural network-based sports performance prediction model applied research

BP neural network-based sports performance prediction model applied research Avaiabe onine www.jocpr.com Journa of Chemica and Pharmaceutica Research, 204, 6(7:93-936 Research Artice ISSN : 0975-7384 CODEN(USA : JCPRC5 BP neura networ-based sports performance prediction mode appied

More information

A New Vector Quantization front-end Process for Discrete HMM Speech Recognition System

A New Vector Quantization front-end Process for Discrete HMM Speech Recognition System Vol:, No:6, 2007 A New Vector Quantization front-end Process for Discrete HMM Speech Recognition Syste M. Debyeche, J.P Haton, and A. Houacine International Science Index, Electronics and Counication Engineering

More information

Lagrangean relaxation for minimizing the weighted number of late jobs on parallel machines p.1/18. PMS 2002 Valencia, Spain

Lagrangean relaxation for minimizing the weighted number of late jobs on parallel machines p.1/18. PMS 2002 Valencia, Spain Lagrangean reaxation for iniizing the weighted nuber of ate obs on parae achines PMS 00 Vaencia Spain Stéphane DauzèrePérès and Marc Sevaux dauze@en.fr sevaux@univvaenciennes.fr Ecoe des Mines de Nantes

More information

Transforms, Convolutions, and Windows on the Discrete Domain

Transforms, Convolutions, and Windows on the Discrete Domain Chapter 3 Transfors, Convoutions, and Windows on the Discrete Doain 3. Introduction The previous two chapters introduced Fourier transfors of functions of the periodic and nonperiodic types on the continuous

More information

Fitting Algorithms for MMPP ATM Traffic Models

Fitting Algorithms for MMPP ATM Traffic Models Fitting Agorithms for PP AT Traffic odes A. Nogueira, P. Savador, R. Vaadas University of Aveiro / Institute of Teecommunications, 38-93 Aveiro, Portuga; e-mai: (nogueira, savador, rv)@av.it.pt ABSTRACT

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

Multi-events Earthquake Early Warning algorithm

Multi-events Earthquake Early Warning algorithm subitted to Geophys. J. Int. Muti-events Earthquake Eary Warning agorith using a Bayesian approach S. Wu 1, M. Yaada 2, K. Taaribuchi 3 and J.L. Beck 1 1 Caifornia Institute of Technoogy, Pasadena, Caifornia,

More information

On Unbounded Delays in Asynchronous Parallel Fixed-Point Algorithms

On Unbounded Delays in Asynchronous Parallel Fixed-Point Algorithms On Unbounded Deays in Asynchronous Parae Fixed-Point Agoriths Robert Hannah and Wotao Yin Departent of Matheatics, University of Caifornia, Los Angees, CA 90095, USA Septeber 3, 206 Abstract The need for

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Shape Determination of Steel Truss Structures Subjected to Thermal Loading Kok Keong CHOONHG, Jae-Yeol KIM

Shape Determination of Steel Truss Structures Subjected to Thermal Loading Kok Keong CHOONHG, Jae-Yeol KIM ISSN: 9-97 ISO 900:008 Certified Voue, Issue, March 04 Shape Deterination of Stee Truss Structures Subjected to Thera Loading Kok Keong CHOONHG, Jae-Yeo KIM Abstract Truss structures experience thera oading

More information

AN ANALYTICAL ESTIMATION OF THE CORIOLIS METER'S CHARACTERISTICS BASED ON MODAL SUPERPOSITION. J. Kutin *, I. Bajsić

AN ANALYTICAL ESTIMATION OF THE CORIOLIS METER'S CHARACTERISTICS BASED ON MODAL SUPERPOSITION. J. Kutin *, I. Bajsić Fow Measureent and Instruentation 1 (00) 345 351 doi:10.1016/s0955-5986(0)00006-7 00 Esevier Science Ltd. AN ANALYTICAL ESTIMATION OF THE CORIOLIS METER'S CHARACTERISTICS BASED ON MODAL SUPERPOSITION J.

More information

a l b l m m w2 b l b G[ u/ R] C

a l b l m m w2 b l b G[ u/ R] C Degree Probes for ence Graph Graars K. Skodinis y E. Wanke z Abstract The copexity of the bounded degree probe is anayzed for graph anguages generated by ence graph graars. In particuar, the bounded degree

More information

Factorizations of Invertible Symmetric Matrices over Polynomial Rings with Involution

Factorizations of Invertible Symmetric Matrices over Polynomial Rings with Involution Goba Journa of Pure and Appied Matheatics ISSN 0973-1768 Voue 13 Nuber 10 (017) pp 7073-7080 Research India Pubications http://wwwripubicationco Factorizations of Invertibe Syetric Matrices over Poynoia

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

6.2 Grid Search of Chi-Square Space

6.2 Grid Search of Chi-Square Space 6.2 Grid Search of Chi-Square Space exaple data fro a Gaussian-shaped peak are given and plotted initial coefficient guesses are ade the basic grid search strateg is outlined an actual anual search is

More information

A Simple Framework of Conservative Algorithms for the Coupled Nonlinear Schrödinger Equations with Multiply Components

A Simple Framework of Conservative Algorithms for the Coupled Nonlinear Schrödinger Equations with Multiply Components Coun. Theor. Phys. 61 (2014) 703 709 Vo. 61, o. 6, June 1, 2014 A Sipe Fraework of Conservative Agoriths for the Couped oninear Schrödinger Equations with Mutipy Coponents QIA u ( ), 1,2, SOG Song-He (

More information

Systems of Masses. 1. Ignoring friction, calculate the acceleration of the system below and the tension in the rope. and (4.0)(9.80) 39.

Systems of Masses. 1. Ignoring friction, calculate the acceleration of the system below and the tension in the rope. and (4.0)(9.80) 39. Systes of Masses. Ignoring friction, calculate the acceleration of the syste below and the tension in the rope. Drawing individual free body diagras we get 4.0kg 7.0kg g 9.80 / s a?? g and g (4.0)(9.80)

More information

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM MIKAEL NILSSON, MATTIAS DAHL AND INGVAR CLAESSON Bekinge Institute of Technoogy Department of Teecommunications and Signa Processing

More information

Power Quality Analysis Including Dips and Swells

Power Quality Analysis Including Dips and Swells International Journal of Electrical Engineering. ISSN 0974-158 Volue 4, Nuber 6 (011), pp. 697-709 International Research Publication House http://www.irphouse.co Power Quality Analysis Including Dips

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

The influence of temperature of photovoltaic modules on performance of solar power plant

The influence of temperature of photovoltaic modules on performance of solar power plant IOSR Journa of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vo. 05, Issue 04 (Apri. 2015), V1 PP 09-15 www.iosrjen.org The infuence of temperature of photovotaic modues on performance

More information

Model, Implement and Compare a New Optimal Adaptive Fault Diagnosis Observer with Six Observers

Model, Implement and Compare a New Optimal Adaptive Fault Diagnosis Observer with Six Observers Journa of Mechanica Engineering and Autoation 5, 5(): 43-55 DOI:.593/j.jea.55.6 Mode, Ipeent and Copare a ew Optia Adaptive Faut Diagnosis Observer with Six Observers Ahad Hussain A-Bayati Coputer Science

More information

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Involutions and representations of the finite orthogonal groups

Involutions and representations of the finite orthogonal groups Invoutions and representations of the finite orthogona groups Student: Juio Brau Advisors: Dr. Ryan Vinroot Dr. Kaus Lux Spring 2007 Introduction A inear representation of a group is a way of giving the

More information

MC-CDMA Systems: a General Framework for Performance Evaluation with Linear Equalization

MC-CDMA Systems: a General Framework for Performance Evaluation with Linear Equalization C-CDA Systes: a Genera Fraework for Perforance Evauation with Linear Equaization Barbara. asini 1, Favio Zabini 1 and Andrea Conti 1, 6 1 IEIIT/CNR, WiLab and University of Boogna ENDIF, University of

More information

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage Magnetic induction TEP Reated Topics Maxwe s equations, eectrica eddy fied, magnetic fied of cois, coi, magnetic fux, induced votage Principe A magnetic fied of variabe frequency and varying strength is

More information

A Robust Voice Activity Detection based on Noise Eigenspace Projection

A Robust Voice Activity Detection based on Noise Eigenspace Projection A Robust Voice Activity Detection based on Noise Eigenspace Projection Dongwen Ying 1, Yu Shi 2, Frank Soong 2, Jianwu Dang 1, and Xugang Lu 1 1 Japan Advanced Institute of Science and Technoogy, Nomi

More information

Session : Electrodynamic Tethers

Session : Electrodynamic Tethers Session : Eectrodynaic Tethers Eectrodynaic tethers are ong, thin conductive wires depoyed in space that can be used to generate power by reoving kinetic energy fro their orbita otion, or to produce thrust

More information

Experimental Measurement of Magnetization of a Rectangular Bar-shaped Permanent Magnet Utilizing MFMIM

Experimental Measurement of Magnetization of a Rectangular Bar-shaped Permanent Magnet Utilizing MFMIM ostafa Kair et a. Experienta easureent of agnetization of Origina Artice Experienta easureent of agnetization of a Rectanguar Bar-shaped Peranent agnet Utiizing FI. Kair,. R. ashayehi, S. Aftai 3,. Khodajou-Choai

More information

The Methods of Solution for Constrained Nonlinear Programming

The Methods of Solution for Constrained Nonlinear Programming Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 01-06 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.co The Methods of Solution for Constrained

More information

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA ON THE SYMMETRY OF THE POWER INE CHANNE T.C. Banwe, S. Gai {bct, sgai}@research.tecordia.com Tecordia Technoogies, Inc., 445 South Street, Morristown, NJ 07960, USA Abstract The indoor power ine network

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016/2017 Lessons 9 11 Jan 2017 Outline Artificial Neural networks Notation...2 Convolutional Neural Networks...3

More information

11 - KINETIC THEORY OF GASES Page 1. The constituent particles of the matter like atoms, molecules or ions are in continuous motion.

11 - KINETIC THEORY OF GASES Page 1. The constituent particles of the matter like atoms, molecules or ions are in continuous motion. - KIETIC THEORY OF GASES Page Introduction The constituent partices of the atter ike atos, oecues or ions are in continuous otion. In soids, the partices are very cose and osciate about their ean positions.

More information

Modified Gaussian Sum Filtering Methods for INS/GPS Integration

Modified Gaussian Sum Filtering Methods for INS/GPS Integration Journa of Goba Positioning Systes (27) Vo.6, No.: 65-73 Modified Gaussian Su Fitering Methods for INS/GPS Integration Yukihiro Kubo, akuya Sato and Sueo Sugioto Departent of Eectrica and Eectronic Engineering,

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Journal of Marine Science and Technology, Vol 19, No 5, pp 509-513 (2011) 509 LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Ming-Tao Chou* Key words: fuzzy tie series, fuzzy forecasting,

More information

II. PROBLEM. A. Description. For the space of audio signals

II. PROBLEM. A. Description. For the space of audio signals CS229 - Fina Report Speech Recording based Language Recognition (Natura Language) Leopod Cambier - cambier; Matan Leibovich - matane; Cindy Orozco Bohorquez - orozcocc ABSTRACT We construct a rea time

More information

A simple reliability block diagram method for safety integrity verification

A simple reliability block diagram method for safety integrity verification Reiabiity Engineering and System Safety 92 (2007) 1267 1273 www.esevier.com/ocate/ress A simpe reiabiity bock diagram method for safety integrity verification Haitao Guo, Xianhui Yang epartment of Automation,

More information

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES SUPEIO-ODE CUATUE-COECTED POGAMMABLE OLTAGE EFEENCES Cosin Popa e-ail: cosin@golanapubro Faculty of Electronics and Telecounications, University Politehnica of Bucharest, B dul Iuliu Maniu 1-3, Bucuresti,

More information

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies Approxiation in Stochastic Scheduling: The Power of -Based Priority Policies Rolf Möhring, Andreas Schulz, Marc Uetz Setting (A P p stoch, r E( w and (B P p stoch E( w We will assue that the processing

More information

Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channels

Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channels Iterative Decoding Performance Bounds for LDPC Codes on Noisy Channes arxiv:cs/060700v1 [cs.it] 6 Ju 006 Chun-Hao Hsu and Achieas Anastasopouos Eectrica Engineering and Computer Science Department University

More information

Defect-Aware SOC Test Scheduling

Defect-Aware SOC Test Scheduling Defect-Aware SOC Test Scheduling Erik Larsson +, Julien Pouget*, and Zebo Peng + Ebedded Systes Laboratory + LIRMM* Departent of Coputer Science Montpellier 2 University Linköpings universitet CNRS Sweden

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network An Agorithm for Pruning Redundant Modues in Min-Max Moduar Network Hui-Cheng Lian and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University 1954 Hua Shan Rd., Shanghai

More information

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled.

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled. imuation of the acoustic fied produced by cavities using the Boundary Eement Rayeigh Integra Method () and its appication to a horn oudspeaer. tephen Kirup East Lancashire Institute, Due treet, Bacburn,

More information

AST 418/518 Instrumentation and Statistics

AST 418/518 Instrumentation and Statistics AST 418/518 Instrumentation and Statistics Cass Website: http://ircamera.as.arizona.edu/astr_518 Cass Texts: Practica Statistics for Astronomers, J.V. Wa, and C.R. Jenkins, Second Edition. Measuring the

More information

A Novel Learning Method for Elman Neural Network Using Local Search

A Novel Learning Method for Elman Neural Network Using Local Search Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 LETTER A Nove Learning Method for Eman Neura Networ Using Loca Search Facuty of Engineering, Toyama University, Gofuu 3190 Toyama

More information

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS FORECASTING TEECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODES Niesh Subhash naawade a, Mrs. Meenakshi Pawar b a SVERI's Coege of Engineering, Pandharpur. nieshsubhash15@gmai.com

More information

MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES IN GREENHOUSES

MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES IN GREENHOUSES Bulletin of the Transilvania University of Braşov Vol. 3 (5) - 00 Series II: Forestry Wood Industry Agricultural Food Engineering MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES

More information

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Experient 9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Objectives 1. Verify Hoo s law,. Measure the force constant of a spring, and 3. Measure the period of oscillation of a spring-ass syste and copare it

More information

IDAN Shock Mount Isolation Vibration Study November 1, The operation of shock and vibration isolation base plate

IDAN Shock Mount Isolation Vibration Study November 1, The operation of shock and vibration isolation base plate dr. Istvan Koller RTD USA BME Laboratory. Background In 998, Real Tie Devices USA, Inc. introduced a novel packaging concept for ebedded PC/04 odules to build Intelligent Data Acquisition Nodes. This syste,

More information

Computional solutions of a family of generalized Procrustes problems. P. Benner, J. Fankhänel

Computional solutions of a family of generalized Procrustes problems. P. Benner, J. Fankhänel Coputiona soutions of a faiy of generaized Procrustes probes P. Benner, J. Fankhäne Preprint 014-6 Preprintreihe der Fakutät für Matheatik ISSN 1614-8835 Contents 1 Introduction 5 The (`p; `q) Procrustes

More information

Hand Written Digit Recognition Using Backpropagation Neural Network on Master-Slave Architecture

Hand Written Digit Recognition Using Backpropagation Neural Network on Master-Slave Architecture J.V.S.Srinivas et al./ International Journal of Coputer Science & Engineering Technology (IJCSET) Hand Written Digit Recognition Using Backpropagation Neural Network on Master-Slave Architecture J.V.S.SRINIVAS

More information

How to design feedback filters?

How to design feedback filters? How to design feedback fiters? E2E eeting Septeber 27, 2006 Osau Miyakawa, atech LIO- 060XXX-00-R E2E eeting, Septeber 2006 Laser Seisic noise EOM Osciator Pant Pick off Mixer Sensor ITM Photo detector

More information

April 1980 TR/96. Extrapolation techniques for first order hyperbolic partial differential equations. E.H. Twizell

April 1980 TR/96. Extrapolation techniques for first order hyperbolic partial differential equations. E.H. Twizell TR/96 Apri 980 Extrapoatio techiques for first order hyperboic partia differetia equatios. E.H. Twize W96086 (0) 0. Abstract A uifor grid of step size h is superiposed o the space variabe x i the first

More information

I. Understand get a conceptual grasp of the problem

I. Understand get a conceptual grasp of the problem MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent o Physics Physics 81T Fall Ter 4 Class Proble 1: Solution Proble 1 A car is driving at a constant but unknown velocity,, on a straightaway A otorcycle is

More information

Worst Case Analysis of the Analog Circuits

Worst Case Analysis of the Analog Circuits Proceedings of the 11th WSEAS Internationa Conference on CIRCUITS, Agios Nikoaos, Crete Isand, Greece, Juy 3-5, 7 9 Worst Case Anaysis of the Anaog Circuits ELENA NICULESCU*, DORINA-MIOARA PURCARU* and

More information

A complete set of ladder operators for the hydrogen atom

A complete set of ladder operators for the hydrogen atom A copete set of adder operators for the hydrogen ato C. E. Burkhardt St. Louis Counity Coege at Forissant Vaey 3400 Persha Road St. Louis, MO 6335-499 J. J. Leventha Departent of Physics University of

More information

CHAPTER 3. FUZZY LOGIC DIRECT TORQUE CONTROL.

CHAPTER 3. FUZZY LOGIC DIRECT TORQUE CONTROL. CHAPTER 3. FUZZY LOGIC DIRECT TORQUE CONTROL. 3. - Introduction. In DTC induction otor drive there are torque and fux rippe becaue none of the VSI tate i abe to generate the exact votage vaue required

More information

EVALUATION OF A SIMPLIFIED METHOD FOR THE DETERMINATION OF THE NON LINEAR SEISMIC RESPONSE OF RC FRAMES

EVALUATION OF A SIMPLIFIED METHOD FOR THE DETERMINATION OF THE NON LINEAR SEISMIC RESPONSE OF RC FRAMES EVALUATIO OF A SIMPLIFIED METHOD FOR THE DETERMIATIO OF THE O LIEAR SEISMIC RESPOSE OF RC FRAMES 9 Misael REQUEA And A. Gustavo AYALA SUMMARY In this paper a siplified ethod is developed for the evaluation

More information

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron Neura Information Processing - Letters and Reviews Vo. 5, No. 2, November 2004 LETTER A Soution to the 4-bit Parity Probem with a Singe Quaternary Neuron Tohru Nitta Nationa Institute of Advanced Industria

More information

Self-Erecting Inverted Pendulum: Swing up and Stabilization Control

Self-Erecting Inverted Pendulum: Swing up and Stabilization Control Self-Erecting Inverted Pendulu: Swing up and Stabilization Control S. McGilvray (Winner of the IEEE Life Meber ward for best paper fro the Central Canada Council for the IEEE Student Paper Contest, ) Contents

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Mar. 7 doc.: IEEE 8. 5-7-67--3c Project: IEEE P8.5 Working Group for Wireess Persona Area Networks N (WPANs) Tite: [A new LOS kiosk channe ode based on TSV ode] Date Subitted: [March, 7] Source: [Katsuyoshi

More information

A MESHSIZE BOOSTING ALGORITHM IN KERNEL DENSITY ESTIMATION

A MESHSIZE BOOSTING ALGORITHM IN KERNEL DENSITY ESTIMATION A eshsize boosting algorith in kernel density estiation A MESHSIZE BOOSTING ALGORITHM IN KERNEL DENSITY ESTIMATION C.C. Ishiekwene, S.M. Ogbonwan and J.E. Osewenkhae Departent of Matheatics, University

More information

Development of nonparametric geographically weighted regression using truncated spline approach

Development of nonparametric geographically weighted regression using truncated spline approach Songkanakarin J. Sci. Techno. 40 (4), 909-920, Ju - Aug. 2018 Origina Artice Deveopent of nonparaetric geographicay weighted regression using truncated spine approach Sifriyani 1,3*, Sri Haryati Kartiko

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

PERFORMANCE COMPARISON OF OPEN AND CLOSED LOOP OPERATION OF UPFC

PERFORMANCE COMPARISON OF OPEN AND CLOSED LOOP OPERATION OF UPFC OL. 3, NO. 5, OCTOE 008 ISSN 89-6608 AN Journa o Engineering and Appied Sciences 006-008 Asian esearch ubishing Networ (AN. A rights reserved. www.arpnournas.com EFOMANCE COMAISON OF OEN AND CLOSED LOO

More information

Design and Experimental Research of Atomizer Based on Micro Abrasive Ultrasonic Polishing Bang-fu WANG, Yin ZHEN, Juan SONG and A-chun ZHU

Design and Experimental Research of Atomizer Based on Micro Abrasive Ultrasonic Polishing Bang-fu WANG, Yin ZHEN, Juan SONG and A-chun ZHU 217 3rd International Conference on Applied Mechanics and Mechanical Autoation (AMMA 217) ISBN: 978-1-6595-479- Design and Experiental Research of Atoizer Based on Micro Abrasive Ultrasonic Polishing Bang-fu

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

Supervised i-vector Modeling - Theory and Applications

Supervised i-vector Modeling - Theory and Applications Supervised i-vector Modeing - Theory and Appications Shreyas Ramoji, Sriram Ganapathy Learning and Extraction of Acoustic Patterns LEAP) Lab, Eectrica Engineering, Indian Institute of Science, Bengauru,

More information

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c)

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c) A Simpe Efficient Agorithm of 3-D Singe-Source Locaization with Uniform Cross Array Bing Xue a * Guangyou Fang b Yicai Ji c Key Laboratory of Eectromagnetic Radiation Sensing Technoogy, Institute of Eectronics,

More information

Wave Motion: revision. Professor Guy Wilkinson Trinity Term 2014

Wave Motion: revision. Professor Guy Wilkinson Trinity Term 2014 Wave Motion: revision Professor Gu Wiinson gu.wiinson@phsics.o.a.u Trinit Ter 4 Introduction Two ectures to reind ourseves of what we earned ast ter Wi restrict discussion to the topics on the sabus Wi

More information

Phase Diagrams. Chapter 8. Conditions for the Coexistence of Multiple Phases. d S dt V

Phase Diagrams. Chapter 8. Conditions for the Coexistence of Multiple Phases. d S dt V hase Diaras Chapter 8 hase - a for of atter that is unifor with respect to cheica coposition and the physica state of areation (soid, iquid, or aseous phases) icroscopicay and acroscopicay. Conditions

More information

CHAPTER 19: Single-Loop IMC Control

CHAPTER 19: Single-Loop IMC Control When I coplete this chapter, I want to be able to do the following. Recognize that other feedback algoriths are possible Understand the IMC structure and how it provides the essential control features

More information

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance Send Orders for Reprints to reprints@benthamscience.ae 340 The Open Cybernetics & Systemics Journa, 015, 9, 340-344 Open Access Research of Data Fusion Method of Muti-Sensor Based on Correation Coefficient

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

MULTI-PERIOD MODEL FOR PART FAMILY/MACHINE CELL FORMATION. Objectives included in the multi-period formulation

MULTI-PERIOD MODEL FOR PART FAMILY/MACHINE CELL FORMATION. Objectives included in the multi-period formulation ationa Institute of Technoogy aicut Department of echanica Engineering ULTI-PERIOD ODEL FOR PART FAILY/AHIE ELL FORATIO Given a set of parts, processing requirements, and avaiabe resources The objective

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information