Indirect Neural Control: A Robustness Analysis Against Perturbations

Size: px
Start display at page:

Download "Indirect Neural Control: A Robustness Analysis Against Perturbations"

Transcription

1 Indiret Neural Control: A Robustne Analysis Against Perturbations ANDRÉ LAURINDO MAITELLI OSCAR GABRIEL FILHO Federal Uversity of Rio Grande do Norte Potiguar Uversity Natal/RN, BRAZIL, ZIP Code Natal/RN, BRAZIL, ZIP Code Abstrat: - In the area of robust intelligent ontrol one of the fous is on ontrollers development that an maintain good performane even if there exists a poor model of the plant and if there are some plant parameter variations. The aim of this paper is an effiient addre to this question, more speifially to the indiret approah using neural networs with on-line traing, in present a riterion to evaluate the ontrol system robustne against perturbations aused by modelling errors and plant parameter variations, sine onvergene and stability of neural networs are aured. The robustne was tested using omputer simulations applied to ontrol a nonlinear system obtained on tehal literature. Key-Words: - Robust Intelligent Control, Neural Control, Artifiial Neural Networs, Robustne Introdution Control systems based on Artifiial Neural Networs - ANN s have been developed by several researhers in all the world, eah one emphasizing an implementation aspet that mae it very attrative under some pratial viewpoint. However only a few of them are worried about fundamental problems related with robustne analysis. To overome these problems it is presented an indiret ontrol method using ANN s - the Indiret Neural Control system, in whih the main purpose hereafter is ahieving how muh this methodology is robust with respet to neural networs learng errors and plant parameter variations. The outline of this paper is: Setion is devoted to a brief presentation of the ANN s. Setion 3 presents a struture for modelling both the plant and the ontroller. Setion 4 details an indiret ontrol sheme using ANN s, alled Indiret Neural Control. Setion 5 presents some onepts related with robustne, ritial perturbations and stability margin, whih is the main ontribution of this paper. To validate these onepts, Setion 6 presents the omputer simulation results of a nonlinear plant ontrol, and finally, Setion 7 presents the onlusions. In this paper, the ontrol system and learng algorithm are based on disrete-time approah. Artifiial Neural Networs ANN s The ANN s have the purpose of simulate the human nervous system behaviour through software and/or hardware, to benefit of the powerful intelligent systems that human life is endowed [. The great development ourred on miroproeor tehnology of late years has made propitious an effiient software development able to implement the ANN s, i.e., to implement the mathematial elements [, [3 whih believes the human intelligene is based on. The neural networs are omposed of many proeing elements onneted eah one to another of some manner, in suh a fashion that maing poible its parallel operation. These elements are based on nervous human system, and are alled neurons. The manner how the neurons are onneted defines the networ arhiteture. This paper uses a multilayer arrangement depited in Fig. as follows Fig.: Artifiial Neural Networ (3-Layers) In forward diretion, the first layer is the input layer only, the intermediary layers are the hidden layers, and the last layer is the output layer.

2 Aording [4, the multilayer pereptrons are good to learng mathematial relationships from a set of input-output data, therefore being onsidered uversal approximators.. Error Bapropagation Algorithm Among the algorithms used to perform supervised learng, the bapropagation algorithm has emerged as the most widely and suefully algorithm for designg multilayer feedforward networs [4, where the learng proe rests on synapti weight adjustments so that the differene between the desired output and the urrent output is a mimum aeptable value performed on all traing points. The adjustments of the synapti weights are omputed in baward diretion, aording the following equations: ( ) w w α w α w [ [ [ [ E w η w E P K [ e p, p e p, o p, z p, () () (3) (4) where is the traing yle (or epoh), η is the learng rate, α is the momentum onstant, E is the ost funtion (or learng global error), p,,..., P input-output learng data,,,..., K neural networ outputs, e is the learng loal error, o and z are the desired and urrent output for the output layer neuron, respetively. Note that z is omputed in the forward diretion. The equation used to adjust the w, j synapti weights that onnet the j-neurons of the hidden layer to the -neurons of the output layer, suh that E is le than or equal to ε 0 a beforehand given tolerane, i.e., E ε, is w [ η( o z ) j f o WY, y j (5) j with j,,..., J and,,..., K, where f o (). is the derivative of the output layer neurons ativation funtion. The equation used to adjust the synapti weights from i-neurons of the input w ji, layer to the j-neurons of the hidden layer, is [ w j, i η f h [ WX xi δ w, j (6) i [ with i,,..., I and j,,..., J, where f h (). is the derivative of the hidden layer neurons ativation funtion and δ o z f WY ) is ( ) o ( j the error signal ba propagated from -neuron. The bapropagation algorithm an suffer onvergene problems [5. To overome these problems, are used the η-adaptive and the normalized momentum approahes [, [3. 3 Modelling Using Neural Networs In external plant model, the inputs and the plant outputs are represented by its derivatives, where the derivative orders will establish the plant dynamial behaviour. The symbols used to reogze the input and plant output orders are defined as follows: n y output order, n u input order, n plant order ( output order, that is, n n y ) and d plant transport delay (d n y - n u ). Taing aount the disrete-time nonlinear model (here is a time domain) using ANN s given by y ( d) g[ ϕ ( dn,, ), W e ( d) (7) where g is a mathematis funtion hosen by the designer to model the plant dynami behaviour, ϕ is the regreion vetor, e is the estimation error, i.e., e ( d) y ( d) y $( d), and W is the matrix of neural networ adjustable parameters (synapti weights), from what we immediately dedue that the neural estimate of the plant output is given by the following equation y $( d) g[ ϕ ( dn,, ), W (8) The physial systems identifiation using ANN s an be done employing one of the several model strutures presented in [6. In this paper, it will be adopted the model nown as Neural Networ Autoregreive with Exogeneous Inputs - NNARX explained as follows. 3. Neural Networ AutoRegreive with exogeneous inputs - NNARX Model The extended nonlinear NNARX model is given by the equation (8), in whih the regreion vetor ϕ is defined as ϕ( dn,, ) [ y ( d ),..., y ( d n) u ( ), u ( ),..., u ( d n), (9)

3 where the - augmented omponent is the input to the additional weight that is made equal to the threshold. The NNARX arhiteture is depited in Fig. below. where J (without hat) is the number of neurons in J n the hidden layer, NET WY, d NET hj WX o j i and the indexes i and j refer to the input and hidden neurons, respetively. It is important to point out that the synapti weights indiated by w h, j,n d orrespond to the onnetion of the input u(-), that oupied the position n-d enumerated from top to bottom, with the j-neurons of the hidden layer. The underwritten index that appears in (0) and () is due to the neural identifier poeing only one neuron in the output layer. Fig.: NNARX arhiteture This model is BIBO (Bounded Input Bounded Output) stable beause it does not have feedba of the estimate output. The absene of stability related problems maes the NNARX model the preferred hoie when the system is determisti or the noise level is not too sigfiant [6. 3. Estimate Jaobian Computing The omputing of the plant estimate Jaobian is done after eah neural identifier traing, aording to the hosen neural networ arhiteture. In this wor, we use only the followings: Neural identifier without hidden layer (only input and output layers). The plant estimate Jaobian is given by 4 Indiret Neural Control Sheme Up to this setion, the purpose was to present some basi nowledge about multilayer neural networs and the used struture for nonlinear modelling applied to unnown plant dynamis identifiation, to aemble a theoretial underground for hereafter formulation of the indiret ontrol sheme based on neural networs. The term indiret arises beause the ontroller parameters adjustment is based on estimate plant model instead on nominal plant model, probably due to the following reasons: I) the ontroller impoibility to diret attains the real plant parameters values, and/or II) the diffiult to ahieve aeptable plant parameters values, resulting from nonlinear unnown dynamis ourrene. It is used an Indiret Neural Control Sheme that is basially formed with a neural ontroller (n) and a neural identifier () [, [3, [7, [8, [9, both arranged as depited in the following figure: J ˆ( d ) f ( NET ). w (0) ' o o,n d where n d i NET o WX and i is the input layer index, being w, n-d the synapti weight that onnets the input u(-) to the plant estimate output y $( d ). It is important to point out that we are using the most reent nown input-estimate output pair, [ u( ), yˆ( d ), to ompute the plant estimate Jaobian. Neural identifier with just one hidden layer. The plant estimate Jaobian is given by d ) J j f ( NET ' o o ). f ( NET ' h hj ). w h, j,n d. w o,, j () Fig.3: Indiret Neural Control Sheme Firstly the neural identifier is traing, in suh manner to mimize the error e as shown in Fig.3. In sequene, it is performed the ontroller traing oupled with the neural identifier, being used now the error e n instead, and getting the identifier

4 synapti weights with fixed values, what were attained after the last neural identifier traing stage. The asteris that appears in means that the identifier remains with onstant synapti weights during all ontroller traing steps. 5 Robustne Analysis The robustne analysis developed hereafter is with respet to the modelling error that ould happen in neural networs learng proe, both the identifier and the ontroller in asade with a fixed identifier, and a plant parameter variations. The robustne analysis is an important ontribution of this paper, beause it addrees a hallenger question that beomes very attrative of late years. Theorem 5. (Control Error Robustne): Consider the Indiret Neural Control of a plant, BIBO stable, given by its input-output data [u(),y(d). If Ω is the ontrol errors set, i.e., Ω ( d) { ω ( d)}, where an affirm that ω ( d) y _ Ref ( d ) yˆ( d), then we sup M u( ) 0, > ε ε n Ω ( d M) where {.} is a set, is suh that u ( ) 0, >, M is the settling horizon beginng from the instant d and ε, ε 0 n are the beforehand toleranes hosen for neural identifier and neural ontroller traing, respetively. Proof: Turng ba to (3), that gives the learng ost funtion, and onform it for neural ontroller (n) oupled with a single output neural identifier (), the latter being maintained with fixed synapti weights during all ontroller traing steps, we have E P n ( d ) [ en ( d p ) p whose development gives E n ( d) { [ e ( d n [ en ( d [ e ( d P } n... Using a onservative proedure in taing aount only the most reent neural identifier traing inputoutput pair (p), we obtain e n ( d) En ( d) Aording to the sheme shown in Fig.3, we obtain e ( d) y _ Ref ( d) yˆ( ), what gives n d Sine have y _ Ref ( d) yˆ( d) E ( d) () n yˆ ( d) y( d) e ( d), from () we y _ Ref ( d) d) e En ( d) y _ Ref ( d) d) E ( d) e ( d) n ( d) (3) Auming that the estimate error e ( d) is not available, beause it just depends on unnown output y ( d), it is neeary to dispose the estimate error in reursive form, and so goes ba if d. Without generalization lo, we an tae e ( d) e ( d ) e ( d). In this ase, we have y _ Ref ( d) d) E [ e ( d ) e ( ) ( d) d n (4) Now applying the absolute value operator in (4), and nowing that the ontrol error is given by ω ( d) y _ Ref ( d) d), it beomes y _ Ref ( d) d) E E [ e ( d ) e ( ) ( d) d n ω ( d) n [ e ( d ) e ( ) ( d) d Next, taing the triangular inequality and reordering, we get ω ( d) [ e ( d ) e ( d) E n ( d) (5) In (5), the term orrespondent to estimate error hange, e ( d), tends to be null as soon as the

5 time rises from d instant, where is the time when the settled ontrol signal beomes onstant forever, i.e., u ( ) 0, >, there exists a positive integer M, suh that ω ( d M ) e ( d M ) e ( d M ) E n ( d M ) whose limit, as soon as M tends to infity, is given by lim u( M ) 0, > ω ( d M ) e ( d M ) E n ( d M ) (6) Considering that the identifier is a single output neural networ, from (3) it beomes E P ( d M ) [ e ( d M p) { p [ e ( d M [ e ( d M... [ e ( d M P } where E is the neural identifier ost funtion, and P is the number of traing input-output data. Now, using a onservative reasong in taing aount only the most reent neural identifier traing inputoutput pair (p), and nowing that the onvergene ondition is E ( d M ) ε, suh that ε 0 is the beforehand tolerane hosen for neural identifier traing, we obtain e ( d M ) E ε ( d M (7) Now taing aount (7), and also onsidering that En ( d M) ε n, with ε n 0, it omes from (6) that lim u( M ) 0, > ( d M ) ε ε n ω (8) Finally, using the supremum operator into ontrol errors set given by (8), we obtain sup Ω ( d M ) ε ε n u( M ) 0, > (9) where M is the settling horizon of the plant beginng from instant d and ε, ε n 0 are the beforehand toleranes hosen for neural identifier and neural ontroller traing, respetively. Defition 5.: The Critial Perturbation CP of the Indiret Neural Control system is the maximum deviation that an our on plant output without lo of stability. Theorem 5.3 (Critial Perturbation): The Critial Perturbation CP of the Indiret Neural Control system is given by CP u( ). d ) ε ε n (0) where u() is the poible variation of the ontrol signal aording atuator range, Jˆ ( d ) is the plant estimate Jaobian and ε, ε 0 n are the beforehand toleranes hosen to neural identifier and neural ontroller traing, respetively. Proof: The traing of the neural ontroller is performed oupled with the neural identifier, the latter taen with fixed synapti weights during all the ontroller traing proe. In this ase, the plant estimate Jaobian an be given by [0, [ y _ Ref ( d) yˆ( d ) J ˆ( d ) () u( ) u( ) Mapulating the equation above, and taing aount the Fig.3, in whih it is immediately seen that yˆ ( d ) y( d ) e ( d ), then we give [ u( ) u( ). d ) y _ Ref ( d) [ y( d ) e ( d ) u( ). d ) y _ Ref ( d) d ) e ( d ) Now, we suppose that the plant output is settled on steady-state, y, from instant d-, and at a future

6 instant the plant suffer a perturbation that ause an abrupt variation,, that is y u( ). d ) y _ Ref ( d) ( y y y ) e ( d ) u( ). d ) [ y _ Ref ( d) y () e ( d ) Taing the absolute value of equation (), and applying the triangular inequality, we give y u( ). d ) [ y _ Ref ( d) y e ( d ) Applying Theorem 5., and also nowing that e ( d ) ε, where 0 is a beforehand hosen tolerane for neural identifier onvergene, we have y y u( ). d ) ε ε ε u( ). d ) ε n n ε ε (3) It means that the plant output variation an not exeed the value omputed by equation (3), under the penalty to lose the stability. Using Defition 5., we finally onlude that CP u( ). d ) ε ε n. Defition 5.4: The Stability Margin SM of the Indiret Neural Control system is the fator that an be multiplied by the steady-state plant output without lo of stability. Theorem 5.5 (Stability Margin): The Stability Margin - SM of the Indiret Neural Control system is given by CP SM. (4) y Proof: Using Defition 5.4, it omes that SM. y y CP (5) Mapulating (5), finally we obtain y CP SM y CP y 6 Computer Simulation Results To evaluate the robustne riteria presented in this wor, it was performed the indiret neural ontrol of a nonlinear plant through omputer simulations. For this purpose, we used a neural identifier (4/ linear ativation funtion) and a neural ontroller (4/8/ tangent hyperboli and linear ativation funtions, in this order from input to output layer), whose learng rates were adjusted using the η-adaptive method, subjet to the stability aurane [. The system to be ontrolled was obtained from [, and it is a seond order nonlinear plant with utary delay, whose equation is the following: y( ) 0. os[0.8( y( ) y( )) 0.4sin[0.8( y( ) y( )) u( ) u( ) ( u( ) u( )) 0.[9 y( ) y( ) os( y( )) The set-point is y_ref 0.8, for In the instant 5, they were applied some perturbations in the plant, to evaluate the robustne of the Indiret Neural Control system. The simulations presented the following results: st ase: Perturbation of y 0. 5y Before perturbation be applied, the plant was stabilized at y 0.8, when in the instant 5 it suffer a perturbation equivalent to 50% of the steady-state output value. The plant input signal an be settled from u min -0.5 to u max 0.. One time instant before the ourrene of the perturbation, the value of the input signal was u(50) -0.3 and the estimate value of the plant Jaobian was Jˆ (50) Using (0) and (4), we obtain CP {[( 0.5) (0.)/ } %.5456 (0.0447)

7 SM (0.675) /(0.8).8439 Based on CP and SM values omputed as above, it is seen to ome that the system ontrol has the property to return to the stable ondition, one the applied perturbation (50%) was le than the ritial perturbation (67.5%). The results are shown in the figure below: Set-Point Perturbation K Fig.4: Plant output (perturbation0.5y ) The results shown in figure 4 onfirmed the Indiret Neural Control robust behaviour, whose values are reorded in Table. (instant) Table : Error Limit versus Control Error ε, ε n sup Ω (tolerane) (error limit) ω () (ontrol error) 50.0E E-03.76E E E E-03 nd ase: Perturbation of y 0. 8y The basi differene with respet to the first ase is that now it is applied a perturbation equivalent to 80% of the steady-state output value. One time instant before ourrene of the perturbation, the value of the input signal was u(50) -0.3 and the estimate value of the plant Jaobian was Jˆ (50).940. Using (0) and (4), we obtain CP {[( 0.5) (0.)/ } % SM (0.83) /(0.8) (0.0447) Based on CP and SM values omputed as above, it is seen to ome that the system ontrol has the property to return to the stable ondition, one the applied perturbation (80%) was le than the ritial perturbation (8.3%). The results are shown in the figure below: Set-Point Perturbation K Fig.5: Plant output (perturbation0.8y ) The results shown in figure 5 onfirmed the Indiret Neural Control robust behaviour, whose values are reorded in Table. (instant) Table : Error Limit versus Control Error ε, ε n sup Ω (tolerane) (error limit) ω () (ontrol error) 50.0E E E E E-03.63E-03 3 rd ase: Perturbation of y. 0y In this last ase, the differene with respet to the formers is that now it is applied a perturbation equivalent to 00% of the steady-state output value. One time instant before ourrene of the perturbation, the value of the input signal was u(50) -0.3 and the estimate value of the plant Jaobian was Jˆ (50) Using (0) and (4), we obtain CP {[( 0.5) (0.)/ } % SM (0.675) /(0.8) (0.0447) Based on CP and SM values omputed as above, it is seen to ome that the system ontrol does not have the property to return to the stable ondition, one the applied perturbation (00%) was greater than the ritial perturbation (74.6%).

8 The results are shown in the figure below: Set-Point Perturbation K Fig.6: Plant output (perturbation.0y ) The results shown in figure 6 onfirmed the Indiret Neural Control la of robustne, whose values are reorded in Table 3. (instant) Table 3: Error Limit versus Control Error ε, ε n sup Ω (tolerane) (error limit) ω () (ontrol error) 50.0E E E E E-03 7 Conlusions Through the analysis of the simulation results putting them on a parallel with the theoretial omputed values, we an onlude that the values obtained for Critial Perturbation and the Stability Margin are onservatives, i.e., their values are le than the true values due to approximations made on dedue them. Consequently, the onlusion goes to meet a safety proedure. In spite of the onservative value omputed for the Stability Margin, it was shown that the Indiret Neural system is very robust, beause it an absorber relative high perturbations omparing to the steadystate output values that existing immediately before their ourrene. This means that it is apable to support perturbations aused by modelling errors and plant parameter variations due, e.g., to the unnown dynamis and the aging of the physial omponents. Finally, we onlude that the new methods for evaluation of the neural robustne presented in this wor produed good results, and ould be used as a tool for Indiret Neural Control design. Referenes: [ Rumelhart, D.E., MClelland, J.L. e The PDP Group. Parallel Distributed Proeing: Explorations in the Mirostruture of Cogtion, Vols. e.the MIT Pre. Cambridge, Maahusetts. USA [ Gabriel, O. Fo. A Neural Adaptive Control Sheme with On-Line Traing. Master Diertation. Federal Uversity of Rio Grande do Norte. Natal/RN. Brazil [3 Maitelli, A.L. e Gabriel Fo, O. A Neural Adaptive Control Sheme with On-Line Traing. In: Pro. of the 7 o Latin-Amerian Congre of Automati Control - LACC - IFAC, Volumen, pp Buenos Aires. Argentina [4 Hayin, S. Neural Networs. Artmed Editora Ltda. Porto Alegre/RS. Brazil [5 Pansalar, V.V. e Sastry, P.S. Analysis of the Ba-Propagation Algorithm with Momentum. IEEE Transations on Neural Networs, Vol. 5, No. 3, pp USA [6 Nφrgaard, M., Rvn, O., Poulse, N.K. e Hansen, L.K. Neural Networs for Modelling and Control of Dynami Systems. Springer-Verlag London Limited. London. England. 00. [7 Tanomaru, J. e Omatu, S. Proe Control by On- Line Trained Neural Controllers. IEEE Transations on Industrial Eletros, Vol. 39, No. 6. USA. 99. [8 Maitelli, A.L. e Gabriel, O. Fo. A Neural Adaptive Controller Applied to a Nonlinear Plant. In: Pro. of the III Brazilian Congre of Neural Networs, pp Florianópolis/SC. Brazil [9 Maitelli, A.L. e Gabriel, O. Fo. Stability and Robustne Analysis Applied to a Indiret Neural Control System. Controle&Automação Journal (still being reviewed). Brazil [0 Maitelli, A.L. e Gabriel, O. Fo. Indiret Hybrid Controller Based on Neural Networs Part I: Development and Implementation. In: Pro. of the 6 o Intelligent Automation Brazilian Symposium, pp Bauru, Brazil [ Adetona, O., Sathananthan, S. e Keel, L. H. Robust Nonlinear Adaptive Control Using Neural Networs. In: Pro of the Amerian Control Conferene, pp Arlington, VA. USA. 00. [ Ng, G.W. Appliation of Neural Networs to Adaptive Control of Nonlinear Systems. Researh Studies Pre Ltd. London. England. 997.

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Neuro-Fuzzy Control of Chemical Reactor with Disturbances

Neuro-Fuzzy Control of Chemical Reactor with Disturbances Neuro-Fuzzy Control of Chemial Reator with Disturbanes LENK BLHOÁ, JÁN DORN Department of Information Engineering and Proess Control, Institute of Information Engineering, utomation and Mathematis Faulty

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Sensor management for PRF selection in the track-before-detect context

Sensor management for PRF selection in the track-before-detect context Sensor management for PRF seletion in the tra-before-detet ontext Fotios Katsilieris, Yvo Boers, and Hans Driessen Thales Nederland B.V. Haasbergerstraat 49, 7554 PA Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates

MultiPhysics Analysis of Trapped Field in Multi-Layer YBCO Plates Exerpt from the Proeedings of the COMSOL Conferene 9 Boston MultiPhysis Analysis of Trapped Field in Multi-Layer YBCO Plates Philippe. Masson Advaned Magnet Lab *7 Main Street, Bldg. #4, Palm Bay, Fl-95,

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm OP Conferene Series: Materials Siene Engineering PAPER OPEN ACCESS Finite-time stabilization of haoti gyros based on a homogeneous supertwisting-like algorithm To ite this artile: Pitha Khamsuwan et al

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

Planning with Uncertainty in Position: an Optimal Planner

Planning with Uncertainty in Position: an Optimal Planner Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR-04-63 The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania 15213 Otober

More information

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION

LOGISTIC REGRESSION IN DEPRESSION CLASSIFICATION LOGISIC REGRESSIO I DEPRESSIO CLASSIFICAIO J. Kual,. V. ran, M. Bareš KSE, FJFI, CVU v Praze PCP, CS, 3LF UK v Praze Abstrat Well nown logisti regression and the other binary response models an be used

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Design of an Adaptive Neural Network Controller for Effective Position Control of Linear Pneumatic Actuators

Design of an Adaptive Neural Network Controller for Effective Position Control of Linear Pneumatic Actuators Researh Artile International Journal of Current Engineering and Tehnology E-ISSN 77 406, P-ISSN 347-56 04 INPRESSCO, All Rights Reserved Available at http://inpresso.om/ategory/ijet Design of an Adaptive

More information

Aircraft CAS Design with Input Saturation Using Dynamic Model Inversion

Aircraft CAS Design with Input Saturation Using Dynamic Model Inversion International Journal of Control, Automation, and Systems Vol., No. 3, September 003 35 Airraft CAS Design with Input Saturation sing Dynami Model Inversion Sangsoo Lim and Byoung Soo Kim Abstrat: This

More information

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion

Speed-feedback Direct-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Speed-feedbak Diret-drive Control of a Low-speed Transverse Flux-type Motor with Large Number of Poles for Ship Propulsion Y. Yamamoto, T. Nakamura 2, Y. Takada, T. Koseki, Y. Aoyama 3, and Y. Iwaji 3

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Model-based mixture discriminant analysis an experimental study

Model-based mixture discriminant analysis an experimental study Model-based mixture disriminant analysis an experimental study Zohar Halbe and Mayer Aladjem Department of Eletrial and Computer Engineering, Ben-Gurion University of the Negev P.O.Box 653, Beer-Sheva,

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

Quasi-Monte Carlo Algorithms for unbounded, weighted integration problems

Quasi-Monte Carlo Algorithms for unbounded, weighted integration problems Quasi-Monte Carlo Algorithms for unbounded, weighted integration problems Jürgen Hartinger Reinhold F. Kainhofer Robert F. Tihy Department of Mathematis, Graz University of Tehnology, Steyrergasse 30,

More information

Simplified Buckling Analysis of Skeletal Structures

Simplified Buckling Analysis of Skeletal Structures Simplified Bukling Analysis of Skeletal Strutures B.A. Izzuddin 1 ABSRAC A simplified approah is proposed for bukling analysis of skeletal strutures, whih employs a rotational spring analogy for the formulation

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite.

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite. Leture Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the funtion V ( x ) to be positive definite. ost often, our interest will be to show that x( t) as t. For that we will need

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE BEHAVIOR OF HYDRAULIC CYLINDER SUBJECTED TO JERKY MOTION

INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE BEHAVIOR OF HYDRAULIC CYLINDER SUBJECTED TO JERKY MOTION Proeedings of ICFDP 8: 8 th International Congress of Fluid Dynamis & Propulsion Deember 14-17, 006, Sharm El-Shiekh, Sinai, Egypt ICFDP8-EG-154 INFLUENCE OF OPERATING AND CONSTRUCTION PARAMETERS ON THE

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

FREQUENCY DOMAIN FEEDFORWARD COMPENSATION. F.J. Pérez Castelo and R. Ferreiro Garcia

FREQUENCY DOMAIN FEEDFORWARD COMPENSATION. F.J. Pérez Castelo and R. Ferreiro Garcia FREQUENCY DOMAIN FEEDFORWARD COMPENSATION F.J. Pérez Castelo and R. Ferreiro Garia Dept. Ingeniería Industrial. Universidad de La Coruña javierp@ud.es, Phone: 98 7.Fax: -98-7 ferreiro@ud.es, Phone: 98

More information

SINCE Zadeh s compositional rule of fuzzy inference

SINCE Zadeh s compositional rule of fuzzy inference IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 14, NO. 6, DECEMBER 2006 709 Error Estimation of Perturbations Under CRI Guosheng Cheng Yuxi Fu Abstrat The analysis of stability robustness of fuzzy reasoning

More information

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked Paper 0, INT 0 Suffiient Conditions for a Flexile Manufaturing System to e Deadloked Paul E Deering, PhD Department of Engineering Tehnology and Management Ohio University deering@ohioedu Astrat In reent

More information

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO Evaluation of effet of blade internal modes on sensitivity of Advaned LIGO T0074-00-R Norna A Robertson 5 th Otober 00. Introdution The urrent model used to estimate the isolation ahieved by the quadruple

More information

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling

Adaptive neuro-fuzzy inference system-based controllers for smart material actuator modelling Adaptive neuro-fuzzy inferene system-based ontrollers for smart material atuator modelling T L Grigorie and R M Botez Éole de Tehnologie Supérieure, Montréal, Quebe, Canada The manusript was reeived on

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

Taste for variety and optimum product diversity in an open economy

Taste for variety and optimum product diversity in an open economy Taste for variety and optimum produt diversity in an open eonomy Javier Coto-Martínez City University Paul Levine University of Surrey Otober 0, 005 María D.C. Garía-Alonso University of Kent Abstrat We

More information

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION 09-1289 Citation: Brilon, W. (2009): Impedane Effets of Left Turners from the Major Street at A TWSC Intersetion. Transportation Researh Reord Nr. 2130, pp. 2-8 IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE

More information

Multicomponent analysis on polluted waters by means of an electronic tongue

Multicomponent analysis on polluted waters by means of an electronic tongue Sensors and Atuators B 44 (1997) 423 428 Multiomponent analysis on polluted waters by means of an eletroni tongue C. Di Natale a, *, A. Maagnano a, F. Davide a, A. D Amio a, A. Legin b, Y. Vlasov b, A.

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions Salable Positivity Preserving Model Redution Using Linear Energy Funtions Sootla, Aivar; Rantzer, Anders Published in: IEEE 51st Annual Conferene on Deision and Control (CDC), 2012 DOI: 10.1109/CDC.2012.6427032

More information

Effect of magnetization process on levitation force between a superconducting. disk and a permanent magnet

Effect of magnetization process on levitation force between a superconducting. disk and a permanent magnet Effet of magnetization proess on levitation fore between a superonduting disk and a permanent magnet L. Liu, Y. Hou, C.Y. He, Z.X. Gao Department of Physis, State Key Laboratory for Artifiial Mirostruture

More information

New Potential of the. Positron-Emission Tomography

New Potential of the. Positron-Emission Tomography International Journal of Modern Physis and Appliation 6; 3(: 39- http://www.aasit.org/journal/ijmpa ISSN: 375-387 New Potential of the Positron-Emission Tomography Andrey N. olobuev, Eugene S. Petrov,

More information

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method

Slenderness Effects for Concrete Columns in Sway Frame - Moment Magnification Method Slenderness Effets for Conrete Columns in Sway Frame - Moment Magnifiation Method Slender Conrete Column Design in Sway Frame Buildings Evaluate slenderness effet for olumns in a sway frame multistory

More information

Bäcklund Transformations: Some Old and New Perspectives

Bäcklund Transformations: Some Old and New Perspectives Bäklund Transformations: Some Old and New Perspetives C. J. Papahristou *, A. N. Magoulas ** * Department of Physial Sienes, Helleni Naval Aademy, Piraeus 18539, Greee E-mail: papahristou@snd.edu.gr **

More information

Designing Social Norm Based Incentive Schemes to Sustain Cooperation in a Large Community

Designing Social Norm Based Incentive Schemes to Sustain Cooperation in a Large Community Designing Soial Norm Based Inentive Shemes to Sustain Cooperation in a arge Community Yu Zhang, Jaeo Par, Mihaela van der Shaar Eletrial Engineering Department, University of California, os Angeles yuzhang@ula.edu,

More information

A new initial search direction for nonlinear conjugate gradient method

A new initial search direction for nonlinear conjugate gradient method International Journal of Mathematis Researh. ISSN 0976-5840 Volume 6, Number 2 (2014), pp. 183 190 International Researh Publiation House http://www.irphouse.om A new initial searh diretion for nonlinear

More information

On the Licensing of Innovations under Strategic Delegation

On the Licensing of Innovations under Strategic Delegation On the Liensing of Innovations under Strategi Delegation Judy Hsu Institute of Finanial Management Nanhua University Taiwan and X. Henry Wang Department of Eonomis University of Missouri USA Abstrat This

More information

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become Relativity and quantum mehanis: Jorgensen 1 revisited 1. Introdution Bernhard Rothenstein, Politehnia University of Timisoara, Physis Department, Timisoara, Romania. brothenstein@gmail.om Abstrat. We first

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES

ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES J. Bontsema *, E.J. van Henten *, J.G. Kornet *, J. Budding ** and T. Rieswijk ** * Agrotehnology and Food Innovations B.V., Greenhouse Tehnology

More information

Stabilization of the Precision Positioning Stage Working in the Vacuum Environment by Using the Disturbance Observer

Stabilization of the Precision Positioning Stage Working in the Vacuum Environment by Using the Disturbance Observer Proeedings of the 4th IIAE International Conferene on Industrial Appliation Engineering 216 Stabilization of the Preision Positioning Stage Working in the Vauum Environment by Using the Disturbane Observer

More information

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach

Frequency Domain Analysis of Concrete Gravity Dam-Reservoir Systems by Wavenumber Approach Frequeny Domain Analysis of Conrete Gravity Dam-Reservoir Systems by Wavenumber Approah V. Lotfi & A. Samii Department of Civil and Environmental Engineering, Amirkabir University of Tehnology, Tehran,

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Model Predictive Control of a Nonlinear System with Known Scheduling Variable

Model Predictive Control of a Nonlinear System with Known Scheduling Variable Proeedings of the 17th Nordi Proess Control Worshop Tehnial University of Denmar, Kgs Lyngby, Denmar Model Preditive Control of a Nonlinear System with Known Sheduling Variable Mahmood Mirzaei Niels Kjølstad

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems Reliability Guaranteed Energy-Aware Frame-Based ask Set Exeution Strategy for Hard Real-ime Systems Zheng Li a, Li Wang a, Shuhui Li a, Shangping Ren a, Gang Quan b a Illinois Institute of ehnology, Chiago,

More information

A GENERATION METHOD OF SIMULATED EARTHQUAKE GROUND MOTION CONSIDERING PHASE DIFFERENCE CHARACTERISTICS

A GENERATION METHOD OF SIMULATED EARTHQUAKE GROUND MOTION CONSIDERING PHASE DIFFERENCE CHARACTERISTICS Otober 1-17, 8, Beijing, China A GENERATION METHOD OF SIMULATED EARTHQUAKE GROUND MOTION CONSIDERING PHASE DIFFERENCE CHARACTERISTICS T. Yamane 1 and S. Nagahashi 1 Senior Strutural Engineer, Strutural

More information

Likelihood-confidence intervals for quantiles in Extreme Value Distributions

Likelihood-confidence intervals for quantiles in Extreme Value Distributions Likelihood-onfidene intervals for quantiles in Extreme Value Distributions A. Bolívar, E. Díaz-Franés, J. Ortega, and E. Vilhis. Centro de Investigaión en Matemátias; A.P. 42, Guanajuato, Gto. 36; Méxio

More information

REGULATION AND INPUT DISTURBANCE SUPPRESSION FOR PORT-CONTROLLED HAMILTONIAN SYSTEMS. Luca Gentili Arjan van der Schaft

REGULATION AND INPUT DISTURBANCE SUPPRESSION FOR PORT-CONTROLLED HAMILTONIAN SYSTEMS. Luca Gentili Arjan van der Schaft REGULATION AND INPUT DISTURBANE SUPPRESSION FOR PORTONTROLLED HAMILTONIAN SYSTEMS Lua Gentili Arjan van der Shaft ASYDEIS University of Bologna viale Risorgimento 4136 Bologna Italy email: lgentili@deisuniboit

More information

MODE I FATIGUE DELAMINATION GROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS

MODE I FATIGUE DELAMINATION GROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS 21 st International Conferene on Composite Materials Xi an, 20-25 th August 2017 MODE I FATIUE DELAMINATION ROWTH ONSET IN FIBRE REINFORCED COMPOSITES: EXPERIMENTAL AND NUMERICAL ANALYSIS Man Zhu 1,3,

More information

STUDY OF INHERENT FREQUENCY OF HELMHOLTZ RESONATOR

STUDY OF INHERENT FREQUENCY OF HELMHOLTZ RESONATOR 005 WJTA Amerian Waterjet Conferene August -3, 005! Houston, Texas Paper 6B-4 STUDY OF INHERENT FREQUENCY OF HELMHOLT RESONATOR Gong Weili An Liqian Cui Longlian Xie Guixin Shool of Mehanis, Arhiteture

More information

Chapter 8 Hypothesis Testing

Chapter 8 Hypothesis Testing Leture 5 for BST 63: Statistial Theory II Kui Zhang, Spring Chapter 8 Hypothesis Testing Setion 8 Introdution Definition 8 A hypothesis is a statement about a population parameter Definition 8 The two

More information

The Corpuscular Structure of Matter, the Interaction of Material Particles, and Quantum Phenomena as a Consequence of Selfvariations.

The Corpuscular Structure of Matter, the Interaction of Material Particles, and Quantum Phenomena as a Consequence of Selfvariations. The Corpusular Struture of Matter, the Interation of Material Partiles, and Quantum Phenomena as a Consequene of Selfvariations. Emmanuil Manousos APM Institute for the Advanement of Physis and Mathematis,

More information

Conformal Mapping among Orthogonal, Symmetric, and Skew-Symmetric Matrices

Conformal Mapping among Orthogonal, Symmetric, and Skew-Symmetric Matrices AAS 03-190 Conformal Mapping among Orthogonal, Symmetri, and Skew-Symmetri Matries Daniele Mortari Department of Aerospae Engineering, Texas A&M University, College Station, TX 77843-3141 Abstrat This

More information

The gravitational phenomena without the curved spacetime

The gravitational phenomena without the curved spacetime The gravitational phenomena without the urved spaetime Mirosław J. Kubiak Abstrat: In this paper was presented a desription of the gravitational phenomena in the new medium, different than the urved spaetime,

More information

Structural Integrity of Composite Laminates with Embedded Microsensors

Structural Integrity of Composite Laminates with Embedded Microsensors Strutural Integrity of Composite Laminates with Embedded Mirosensors Yi Huang, Sia Nemat-Nasser Department of Mehanial and Aerospae Engineering, Center of Exellene for Advaned Materials, University of

More information

Critical Reflections on the Hafele and Keating Experiment

Critical Reflections on the Hafele and Keating Experiment Critial Refletions on the Hafele and Keating Experiment W.Nawrot In 1971 Hafele and Keating performed their famous experiment whih onfirmed the time dilation predited by SRT by use of marosopi loks. As

More information

The experimental plan of displacement- and frequency-noise free laser interferometer

The experimental plan of displacement- and frequency-noise free laser interferometer 7th Edoardo Amaldi Conferene on Gravitational Waves (Amaldi7) Journal of Physis: Conferene Series 122 (2008) 012022 The experimental plan of displaement- and frequeny-noise free laser interferometer K

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

Einstein s Road Not Taken

Einstein s Road Not Taken Einstein s Road Not Taken Robert D. Bok R-DEX Systems, In. May 25, 2017 Abstrat When onfronted with the hallenge of defining distant simultaneity Einstein looked down two roads that seemingly diverged.

More information

University of Groningen

University of Groningen University of Groningen Port Hamiltonian Formulation of Infinite Dimensional Systems II. Boundary Control by Interonnetion Mahelli, Alessandro; van der Shaft, Abraham; Melhiorri, Claudio Published in:

More information

Directional Coupler. 4-port Network

Directional Coupler. 4-port Network Diretional Coupler 4-port Network 3 4 A diretional oupler is a 4-port network exhibiting: All ports mathed on the referene load (i.e. S =S =S 33 =S 44 =0) Two pair of ports unoupled (i.e. the orresponding

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

A multiscale description of failure in granular materials

A multiscale description of failure in granular materials A multisale desription of failure in granular materials Nejib Hadda, François Niot, Lu Sibille, Farhang Radjai, Antoinette Tordesillas et al. Citation: AIP Conf. Pro. 154, 585 (013); doi: 10.1063/1.4811999

More information

Casimir self-energy of a free electron

Casimir self-energy of a free electron Casimir self-energy of a free eletron Allan Rosenwaig* Arist Instruments, In. Fremont, CA 94538 Abstrat We derive the eletromagneti self-energy and the radiative orretion to the gyromagneti ratio of a

More information

Analysis of discretization in the direct simulation Monte Carlo

Analysis of discretization in the direct simulation Monte Carlo PHYSICS OF FLUIDS VOLUME 1, UMBER 1 OCTOBER Analysis of disretization in the diret simulation Monte Carlo iolas G. Hadjionstantinou a) Department of Mehanial Engineering, Massahusetts Institute of Tehnology,

More information

Frequency hopping does not increase anti-jamming resilience of wireless channels

Frequency hopping does not increase anti-jamming resilience of wireless channels Frequeny hopping does not inrease anti-jamming resiliene of wireless hannels Moritz Wiese and Panos Papadimitratos Networed Systems Seurity Group KTH Royal Institute of Tehnology, Stoholm, Sweden {moritzw,

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume, No 4, 01 Copyright 010 All rights reserved Integrated Publishing servies Researh artile ISSN 0976 4399 Strutural Modelling of Stability

More information

Neuro-Fuzzy Modeling of Heat Recovery Steam Generator

Neuro-Fuzzy Modeling of Heat Recovery Steam Generator International Journal of Mahine Learning and Computing, Vol. 2, No. 5, Otober 202 Neuro-Fuzzy Modeling of Heat Reovery Steam Generator A. Ghaffari, A. Chaibakhsh, and S. Shahhoseini represented in a network

More information

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined How should a snake turn on ie: A ase study of the asymptoti isoholonomi problem Jianghai Hu, Slobodan N. Simić, and Shankar Sastry Department of Eletrial Engineering and Computer Sienes University of California

More information

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake Exploring the feasibility of on-site earthquake early warning using lose-in reords of the 2007 Noto Hanto earthquake Yih-Min Wu 1 and Hiroo Kanamori 2 1. Department of Geosienes, National Taiwan University,

More information

Heat propagation and stability in a small high T superconductor. coil

Heat propagation and stability in a small high T superconductor. coil Ž. Physia C 310 1998 372 376 Heat propagation and stability in a small high T superondutor oil T. Kiss a,), V.S. Vysotsky a, H. Yuge a, H. Saho a, Yu.A. Ilyin a, M. Takeo a, K. Watanabe b, F. Irie a Graduate

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION Journal of Mathematial Sienes: Advanes and Appliations Volume 3, 05, Pages -3 EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION JIAN YANG, XIAOJUAN LU and SHENGQIANG TANG

More information

Formal Specification for Transportation Cyber Physical Systems

Formal Specification for Transportation Cyber Physical Systems Formal Speifiation for Transportation Cyber Physial Systems ihen Zhang, Jifeng He and Wensheng Yu Shanghai Key aboratory of Trustworthy Computing East China Normal University Shanghai 200062, China Zhanglihen1962@163.om

More information

Active Magnetic Bearings for Frictionless Rotating Machineries

Active Magnetic Bearings for Frictionless Rotating Machineries Ative Magneti Bearings for Fritionless Rotating Mahineries Joga Dharma Setiawan Abstrat Ative magneti bearing (AMB systems an support a rotor without physial ontat and enable users to preisely ontrol rotor

More information

Verka Prolović Chair of Civil Engineering Geotechnics, Faculty of Civil Engineering and Architecture, Niš, R. Serbia

Verka Prolović Chair of Civil Engineering Geotechnics, Faculty of Civil Engineering and Architecture, Niš, R. Serbia 3 r d International Conferene on New Developments in Soil Mehanis and Geotehnial Engineering, 8-30 June 01, Near East University, Niosia, North Cyprus Values of of partial fators for for EC EC 7 7 slope

More information

Aharonov-Bohm effect. Dan Solomon.

Aharonov-Bohm effect. Dan Solomon. Aharonov-Bohm effet. Dan Solomon. In the figure the magneti field is onfined to a solenoid of radius r 0 and is direted in the z- diretion, out of the paper. The solenoid is surrounded by a barrier that

More information

Numerical simulation of a one-dimensional shock tube problem at supercritical fluid conditions

Numerical simulation of a one-dimensional shock tube problem at supercritical fluid conditions International Journal of Physial Sienes Vol. 3 (1), pp. 314-30, Deember, 008 Available online at http://www.aademijournals.org/ijps ISSN 199-1950 008 Aademi Journals Full ength esearh Paper Numerial simulation

More information

Simulation and Development of Trans-critical CO2 Rolling Piston Compressor

Simulation and Development of Trans-critical CO2 Rolling Piston Compressor Purdue University Purdue e-pubs International Compressor Engineering Conferene Shool of Mehanial Engineering 010 Simulation and Development of Trans-ritial CO Rolling Piston Compressor Yunfeng Chang Xi'an

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information