Use of PSO in Parameter Estimation of Robot Dynamics; Part Two: Robustness

Size: px
Start display at page:

Download "Use of PSO in Parameter Estimation of Robot Dynamics; Part Two: Robustness"

Transcription

1 Ue of PSO in Paraeter Etiation of Robot Dynaic; Part Two: Robutne Hoein Jahandideh, Mehrzad Navar Abtract In thi paper, we analyze the robutne of the PSO-baed approach to paraeter etiation of robot dynaic preented in Part One. We have ade attept to ake the PSO ethod ore robut by experienting with potential cot function. The iulated yte i a cylindrical robot; through iulation, the robot i excited, aple are taken, error i added to the aple, and the noiy aple are ued for etiating the robot paraeter through the preented ethod. Coparion are ade with the leat quare, total leat quare, and robut leat quare ethod of etiation. I. INTRODUCTION Invere dynaic of a robot i obtained in the following for [1]: τ = D ( qq ) + Cqqq (, ) + gq ( ) + Fignq ( ) + Fq (1) where τ denote the vector of force/torque applied to the robot joint, D i the anipulator inertia atrix, C i the corioli/centripetal atrix, g i the gravity vector, F c i the coulob friction and F v i the vicou friction. The vector q contain all the joint variable- length for priatic joint, and angle for revolute joint. Without knowledge of the ae, center of a, inertia paraeter, and frictional paraeter of the robot link, (1) i incoplete. Conventional ethod of robot paraeter etiation, factorize (1) into the for: c τ = Y ( q, q, q) α () where Y i the linear regreor and α i the et of bae paraeter. The bae paraeter are the iniu nuber of paraeter that influence the dynaic behavior of the robot. They ay be cobination of the a, inertia, friction, and gravity paraeter. Finding the et of bae paraeter i called paraeterization. In part one [], particle war optiization (PSO) wa ued to etiate the robot paraeter without the tep of paraeterization. In thi paper, we wih to exaine the perforance of the PSO approach to etiation, on the condition where the aple which are to be ued for etiation have relatively large error. Thi analyi will be perfored by coparion with the leat quare (LS), total leat quare (TLS), and robut leat quare (RLS) ethod. Mehrzad Navar i a faculty eber of the control yte group in the Electrical Engineering departent at Sharif Univerity of Technology, Tehran, Iran. He received hi PhD in Control yte in 001 fro the Grenoble Intitute of Technology (INPG) in France. navar@harif.ir Hoein Jahandideh i a tudent in the Electrical Engineering departent at Sharif Univerity of Technology, Tehran, Iran ( ) h.jahan@gail.co v All ethod are iulated for the etiation of the paraeter of a cylindrical robot. The cylindrical robot ha only four identifiable (influential) paraeter. The four paraeter are etiated by the four ethod and the etiated value are copared to the real paraeter value given to the iulated robot for excitation and apling. The LS, TLS, and RLS ethod require paraeterization of the invere dynaic, which we have thu provided and ued for thi purpoe. We have ade effort to ake iproveent to the PSO approach. A relevant reearch to thi paper i [3], which ha experiented with robut cot function for the PSO, to identify coplex nonlinear yte (not particularly robot). Siilarly, in thi paper we have experiented with potential cot function, though not the one teted in [3]. Unlike [3], in which all copared ethod are PSO-baed, we have ade coparion to the RLS ethod to achieve jutifiable reult. Previou reearch on reducing the effect of eaureent noie on robot paraeter etiation i found in [4] and [5]. The LS-baed ethod in [4] depend on data filtering, and data filtering depend on a very high apling frequency. Siilarly, a weighted leat quare (WLS) approach wa propoed in [5], which relie on data filtering and knowledge of the exact propertie of the noie. On the contrary, the TLS and RLS olution [6-9] are deigned for noiy condition; they do not rely on data filtering, and thu can be obtained by a liited nuber of aple (a long a the nuber of aple exceed the nuber of identifiable paraeter). Likewie, the PSO doe not rely on a high apling rate; hence in thi paper the PSO approach i copared to the TLS and RLS ethod rather than ethod baed on data filtering uch a in [4] and [5]. In thi paper we take a liited nuber of aple for our etiation and the propertie of noie are not conidered. The ret of thi paper i organized a follow: In ection, PSO i introduced. The leat quare ethod are introduced in ection 3. The iulated experient (including the introduction of the cylindrical robot) i explained in detail in ection 4. In ection 5, the reult of the iulation are uarized. Concluion are drawn in ection 6. II. PARTICLE SWARM OPTIMIZATION Particle Swar Optiization (PSO) i a war intelligence optiization algorith inpired by iulating bird flocking or fih chooling. Exaple of war and evolutionary algorith and their application are explained in an orderly anner in [10]. PSO wa firt introduced by Kennedy and Eberhart in [11]. The atheatical analye behind PSO were explained by Clerk and Kennedy in [1].

2 PSO ha been utilized in a wide range of cientific field (including robotic, control, and yte identification), exaple of which can be found in [3] and [13-15]. Let ƒ : R n R be the function to be optiized. Without lo of generality, we'll take our objective to be iniization. Objective: iniize ƒ(x) ubject to: xϵχ The contraint xϵχ can be efficiently erged with the function ƒ(x) [0]. PSO algorith ue a war of k particle a agent to earch for the optial olution in an n- dienional pace. The tarting poition of a particle i randoly et within the range of poible olution to the proble. The range i deterined baed on an intuitive gue of the axiu and iniu poible value of each coponent of x, but doen t need be accurate. Each particle analyze the function value (ƒ(p)) of it current poition (p), and ha a eory of it own bet experience (Pbet), which i copared to p in each iteration, and i replaced by p if ƒ(p)<ƒ(pbet). Aide fro it own bet experience, each particle ha knowledge of the bet experience achieved by the entire war (the global bet experience denoted by Gbet). Baed on the data each agent ha, it oveent in the i-th iteration i deterined by the following forula: V = w. V + C r ( Pbet p ) i i i i 1 + Cr( Gbet p ) i 1 where V i, P i, Pbet, and Gbet are n-vector (or iilar object, uch a atrice with n coponent), r 1 and r are rando nuber between 0 and 1, re-generated at each iteration. C 1 and C are contant poitive nuber, C 1 i the cognitive learning rate and C i the ocial learning rate. w i i the inertia weight, the iportance of which i coprehenively dicued in [16]. The new poition of each particle at the i-th iteration i updated by: i i 1 i (3) p = p + V (4) After certain condition are et, the iteration top and the Gbet at the latet iteration i taken a the optial olution to the proble. In thi paper, we let the PSO algorith end when the nuber of iteration reache a certain nuber. In [], we ued PSO for etiating robot paraeter by uing the invere dynaic function defined in robot iulation oftware (in our cae, [17]). Each aple we have of the robot dynaic contain the following data: τ ( ), q ( ), q ( ), q ( ), where τ i the n-vector i i i i of force/torque, and q i the tate of the n joint variable (n i equal to the degree of freedo of the robot). The index (i) i ued for the i-th aple. For each aple, baed on the etiated paraeter and the invere dynaic odel, a vector ˆ τ can be calculated by the cited oftware. Define E (i) for the i-th aple: E = τ ˆ τ ( i ) ( i ) ( i ) (5) Now define the error atrix E for which the i-th colun i E (i) : E = [ E E... E ] (1) () ( N ) where N i the nuber of aple available. The cot function for the PSO algorith i defined for the atrix E; for exaple (7). f ( E) = E The objective of the PSO algorith in our etiation tak i to find the et of paraeter that iniize the cot function ƒ. In thi paper, we wih to iprove the perforance of the PSO algorith in ter of robutne. Many contribution have been ade to odifying and iproving the PSO algorith (e.g. [18-0]). However, thee odification have been ade to the algorith itelf, while in our application, it i een that due to the aple error, the cot function of the real paraeter value i higher than that of the etiated value. Thi iplie that regardle of the odification ade to the algorith, the etiated value will not iprove unle the cot function i odified. Thu in thi paper we have experiented with different candidate for the cot function. The advantage of the PSO algorith over analytical ethod uch a LS i the flexibility of the cot function. The cot function ay be non-linear, non-convex, and/or non-differentiable. The cot function ay even be dicontinuou at certain point. III. THE LEAST SQUARES METHODS A. Leat Square The conventional ethod for robot paraeter etiation i the leat quare ethod and it derivative. [1] i a very old reference which introduce LS a a yte identification tool. Exaple of reearch which have baed robot paraeter etiation on LS are found in [4] and [-5]. In the LS approach, the invere dynaic are paraeterized a in (). The regreor Y i coputed for the data fro each aple to create aple of the regreor. If the aple-regreor for the i-th aple i denoted by Y (i), the obervation atrix W i defined by: (6) (7) T T T T... (1) () ( N ) (8) W = Y Y Y where N i the nuber of aple taken. τ i defined by: T T T T... (1) () ( N ) (9) τ = τ τ τ where τ (i) i an n 1 atrix containing the torque(force) of the i-th aple and N i the total nuber of aple. The LS etiation of α iniize ƒ LS defined by: f α = τ W α (10) ( ) LS It i known fro [4, 11, 1, 16, 1-5] that the olution to thi proble i given by:

3 1 ( T T α = W W ) W τ LS B. Total Leat Square The TLS olution [8, 9] ( the following forulae: αˆ TLS (11) ) iniize ρ defined by ( W +Δ W ) α = τ +Δ τ (1) LS [ W τ ] Δ= Δ Δ (13) ρ = Δ (14) F where the atrice W and τ are defined uch that there exit a unique vector of paraeter value α that olve (1).. F denote the Frobeniu nor of a vector or atrix (in thi cae a vector). It ha been hown in [9] that the TLS olution can be obtained by uing ingular value decopoition, which reult in the following olution: T 1 T α = ( W W σ I) W τ (15) TLS where σ denote the allet ingular value of the atrix [W τ ]. σ i zero if τ i linearly dependant on the colun of W (i.e. if there exit an α that olve Wα=τ ). C. Robut Leat Square The RLS ethod wa introduced in [6, 7]; it i known to be le accurate, while being ore robut (i.e. le riky) than the TLS ethod a it take into account the wort ituation that our eaureent data could have. The RLS olution ( α ) iniize r defined by the ˆRLS following forulae: Subject to: r = ax ( W +ΔW ) α ( τ +Δ τ) (16) [ ] F ΔW Δτ ρ (17) where ρ i the perturbation bound. If ρ i unknown (uch a conidered in our proble), the ρ obtained fro (14) by olving the TLS proble ay be ued in the RLS proble. The RLS proble can be forulated a a econd-order cone proble [7]: iniize λ ubject to: W τ α α λ γ, γ ρ ρ 1 (18) In thi paper the olution to thi proble i obtained with the help of CVX, a package for pecifying and olving convex progra [6, 7]. IV. SIMULATED EXPERIMENT The robot ued in our iulation i a cylindrical robot. The cylindrical robot i depicted in fig. 1. The link paraeter of a cylindrical robot, following the traditional notation, are given in table 1 []. Figure 1. A iple depiction of the cylindrical robot TABLE I. THE LINK PARAMETERS OF THE CYLINDRICAL ROBOT link nuber a (i)() α (i)(rad) d (i)() q (i) (i) θ 1 0 -π/ 0 d d 3 The invere dynaic equation of the cylindrical robot are given by []: τ = [( I + I + I ) + ( + d ) ] θ 1 1zz yy 3yy 3 3z 3 1 (19) + [ ( + d )] d θ 3 3z τ = ( + )( d + g) (0) τ 3 = d ( + d ) θ z 3 1 (1) where 3z denote the coponent of the center of a of the third link along it own z-axi; θ 1, d, and d 3 are the joint variable, i i the a of the i-th link, g i the gravity force, and I abc i the bc coponent of the oent of inertia of link a about it center of a. The frictional factor have been oitted for iplicity. (19-1) have been derived with the auption that link 1 i zero dienional and link and 3 each are one dienional figure. We have choen thi iple exaple to be able to eaily copare the etiation obtained by the different ethod. There are only four paraeter to be etiated;, 3, 3z, and Ι. Ι i defined a: I = I + I + I () 1 3 zz yy yy The invere dynaic of the cylindrical robot are paraeterized into the for () a: θ 0 dd θ + d θ d θ + d θ Y = 0 d + g d + g d d θ θ (3)

4 I + I + I + α = 3 3 3z 1zz yy 3yy 3 3z (4) Once α i etiated by a leat quare ethod, in order to copare the etiated paraeter to thoe etiated by PSO, the value of the four paraeter, 3, 3z, and Ι ut be extracted fro α. There are countle potential cot function that can be defined for the PSO algorith; here we will conider 16 of thee. It i poible that replacing the error atrix E (fro (6)) by E rel defined by the following equation ight yield better reult: Τ= τ τ... τ (5) (1) () ( N ) [ ] [ τ τ... τ (1) () ( N ) ] Τ= ˆ ˆ ˆ ˆ (6) E rel : E = ( Τ Τˆ ) Τ rel. The eight cot function conidered are: (7) f ( E ) = E (8) 1 F f ( E) = E (9) f ( E ) = E (30) 3 1 f ( E ) = E (31) 4 f ( E ) E E 5 1 = (3) f ( E ) E E E 6 1 = (33) f E = E (34) ( ) ax( ) 7 i j f ( E ) = ax( E ) (35) 8 i, j The ae eight cot function are defined for E rel a well (ƒ 9 to ƒ 16 repectively). It i notable that the CVX can be ued to olve the LS proble for the relative error, ubtituting the relative error vector for the abolute error vector in (10). TLS and RLS can alo be defined for relative error by replacing W and τ by: W Wr: Wr = (36) τ r( i ) ( i ) τ : τ = 1 (37) r Hence, we have alo obtained the relative LS, TLS, and RLS olution in our experient, denoted repectively by LS-rel, TLS-rel, and RLS-rel in table to 5. It ay be thought that ince the -nor, 1-nor, and infinity-nor are convex function, CVX can be ued to obtain the optial value for f, f3, and f4 (f10, f11, and f1). Thi i not true, due to that the LS ethod ue the error vector, wherea the PSO ethod ue the error atrix. If the error atrix i defined a a function of the error vector, and f, f3, or f4 (f10, f11, or 1) are ued on the reulting atrix, the total function i a non-convex function of the paraeter in α. For the PSO algorith, the learning rate of C 1 and C in (3) are both et to 1.3, and w i decreae linearly fro 0.9 to 0.4 through the firt 100 iteration and i et at 0.4 for the next 00 iteration (the total nuber of iteration are et at 300). The war population i et to 0. The reference trajectory ued for apling i planned according to the PSO-baed ethod preented in []. Saple are taken, rando error i given to the aple, and the ae aple are ued for all 11 ethod of etiation (i.e. the LS, TLS, RLS, and the 8 PSO ethod); the reult are copared. The phyical boundarie oberved by the planned trajectory are a follow: π θ ( ) π, 4 θ ( ) 4, 3 θ ( ) 3 rad rad rad d ( ) 1, d ( ), d ( ) 0 d ( ) 1, 1.5 d ( ) 1.5, 1 d ( ) 1 The PSO-planned trajectory i a follow: θ = 0.43in(. t) + 0.3in(1.8 t) 3.4in(0.06 t) ( t ) d = in(0.1 t) 0.3in(0.07 t) in(1.3 t) ( t ) d = 0.1in(0.1 t) 0.1in(.7 t) in(0.14 t) ( t ) (38) 0 t 10 (39) Table -5 how the etiated paraeter baed on different et of aple. In table, ten aple are ued; each tate eaureent (i.e. q, q, q ) of all aple i given a rando error of up to 0%. In table 3, 10 aple are ued and error of up to 0% are placed upon on all force/torque eaureent (i.e.τ ). Table 4 how the etiated value baed on 0 aple with error of up to 0% on all eaureent (both tate eaureent and force/torque eaureent). Table 5 i baed on aple which have up to 70% error on ten aple coponent (of total 10 aple coponent, i.e. 10(aple) 1(tate and force/torque)) and up to 5% error on the ret. The value tated a the PSO etiate are the ean etiate of ten PSO run, oitting all etiate with cot function that are relatively too large. The real value tated in the table are the value dictated to the iulated robot fro which the aple are obtained. V. DATA ANALYSIS It i een in table that for the cae where the eaureent error are on the tate aple only, uing the abolute error atrix (vector, for the LS ethod) rather

5 than the relative error atrix (vector) yield ore accurate reult. However, in table 3, where the error are on the force/torque eaureent only, table 4, where the error are on all data, and table 5, where few, very large error exit, for ot ethod uing relative error ee to reult in ore accurate etiation. Thu we conclude that uing relative error i ore reliable unle it i known that only the tate eaureent have notable error, and that all error are relatively all. TABLE II. ESTIMATED VALUES BASED ON THE FIRST SET OF SAMPLES 3-3z Ι coputation tie real value LS µ TLS µ RLS LS-rel µ TLS-rel µ RLS-rel PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ TABLE III. ESTIMATED VALUES BASED ON THE SECOND SET OF SAMPLES 3-3z Ι coputation tie real value LS µ TLS µ RLS LS-rel µ TLS-rel µ RLS-rel PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ TABLE IV: ESTIMATED VALUES BASED ON THE THIRD SET OF SAMPLES 3-3z Ι coputation tie real value LS µ TLS µ RLS LS-rel µ TLS-rel µ RLS-rel PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ TABLE V: ESTIMATED VALUES BASED ON THE FOURTH SET OF SAMPLES 3-3z Ι coputation tie real value LS µ TLS µ RLS LS-rel µ TLS-rel µ RLS-rel PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ PSO-ƒ The TLS ethod i deigned to be the ot accurate in the cae where the error are very all and alot negligible. A i een in table to 5, TLS i an untable ethod when the error grow; table 4 and 5 are epecially notable for their original TLS etiation being copletely off-liit. The RLS etiation, both the original and rel verion, are een to give better reult than their LS counterpart in nearly all cae. It i predictable and verified that PSO-f1 and PSO-f9 would reult in approxiately the ae etiate a LS and LS-rel repectively. In table, any of the PSO ethod have reulted in better etiation than RLS ethod, and in each table, there are one or ore PSO etiate which urpa the RLS-

6 etiate in ter of accuracy. However, a it i uncertain which cae of error correpond to our data, we ut chooe a PSO cot function that urpae the RLS-rel etiate in alot all cae. f13 ee to be the function we eek. f13 conider both the infinity-nor and the one-nor, and wa thu hypotheized and verified to be a robut ethod. f13 i a non-convex function, thu analytical ethod baed on convex optiization cannot be ued to iniize the function (particularly with the help of the CVX oftware); thi i one of the advantage of the PSO approach. The -nor by itelf (PSO-f10) doe not ee to be a robut ethod (ee table and 4 where the reult of RLS-rel greatly urpae that of PSO-10) however, adding the - nor to f13 to build f14, in oe cae ee to cancel out the deficiencie of f13. An average of the reult of PSO-f13 and PSO-f14 can be taken a the final etiation, which i een to be ore accurate than the RLS-rel ethod in all four cae of error type. All the idea ipleented were ade poible thank to the flexibility of PSO, which i another advantage of the PSO approach. VI. CONCLUSION In thi paper, we have analyzed the perforance of the nonlinear particle war optiization (PSO) approach preented in the previou paper, in ter of robutne toward error on eaureent aple. 8 PSO ethod (differed by their cot function) a well a the leat quare (LS), total leat quare (TLS) and robut leat quare (RLS) ethod were ued to etiate the paraeter of a iulated cylindrical robot for 4 type of error condition. Both the relative force/torque error and the abolute force/torque error were conidered and copared. It wa een that the conideration of the relative error, rather than the abolute error, yield ore reliable etiation. The etiation reult how that aide fro the iplicity of the ipleentation of the PSO ethod a decribed in [], the PSO approach ha the advantage of being flexible and able to iniize non-convex cot function, which allow the uer to tune the PSO ethod to ake it ore robut than the RLS ethod. In particular, it wa een that f13, which utually conider the 1-nor and the infinite-nor of the relative error atrix, i a robut ethod, ade ore robut by uing it in conjunction with f-14, which conider alo the -nor of the relative error atrix. There i uch pace for experienting and changing the PSO to ake it ore robut, experienting with idea which have not been ipleented in thi paper. REFERENCES [1] De Luca A. and Ferrajoli L., A Modified Newton-Euler Method for Dynaic Coputation in Robot Fault Detection and Control, IEEE Intern. Conf. Robotic and Autoation, Kobe, Japan, May 009. [] Jahandideh H. and Navar M., Ue of PSO in Paraeter Etiation of Robot Dynaic; Part One: No Need for Paraeterization, 16th International Conference on Syte Theory, Control, and coputing, 01. [3] Majhi B. and Panda G., Robut identification of nonlinear coplex yte uing low coplexity ANN and particle war optiization technique, Expert Sy. App., Vol. 38, 011. [4] Nicola M., Janot A., Vandanjon P., and Gautier M., Experiental Identification of the Invere Dynaic Model: Minial Encoder Reolution Needed Application to an Indutrial Robot Ar and a Haptic Interface, Robot Man., Marco Ceccarelli (Ed.), InTech, 008. [5] Calanca A., Capiani L., Ferrara A., and Magnani L., MIMO Cloed Loop Identification of an Indutrial Robot, IEEE Tran. on Control Sy. Tech., Vol. 19, No. 5, Sep [6] El Ghaoui L. and Lebret H., Robut Leat Square and Application, Proceeding of the 35th Conference on Deciion and Control, Kobe, Japan, Deceber [7] El Ghaoui L. and Lebret H., Robut Solution to Leat Square Proble with Uncertain Data, Sia Journal on Matrix Analyi and Application, Volue 18, Iue 4, October [8] Van Huffel S. and Vandewalle S., The total leat quare proble: coputational apect and analyi, Volue 9 of Frontier in applied Matheatic, SIAM, [9] Golub G. and Van Loan C., An analyi of the total leat quare proble, SIAM Journal on Nuerical Analyi 17, pp , [10] Motajabi T., Pohtan J., Control and Syte Identification via Swar and Evolutionary Algorith, Intern. J. Scientific and Engineering Reearch Vol., Iue 10, October 011. [11] Eberhart, R. C. and Kennedy, J. A new optiizer uing particle war theory, Proc. Sixth International Sypoiu on Microachine and Huan Science, Nagoya, Japan, [1] Clerc M. and Kennedy J. The Particle Swar: Exploion, Stability, and Convergence in a Multi-Dienional Coplex Space, IEEE Tran. Evolution Coputer, 6(1):58-73, 00. [13] Da M., Dulger L., Kapucu S., Identification and Control of an Electro Hydraulic Robot Particle Swar Optiization-Neural Network (PSO-NN) Approach, Proc. 8th International Conference on Inforatic in Control, Autoation and Robotic, Volue 1, Noordwkerhout, The Netherland, July 8-31, 011. [14] McGill K. and Taylor S., Robot Algorith for Localization of Multiple Eiion Source, ACM Coputing Survey, Volue 43 Iue 3, April 011. [15] Sith L., Venayagaoorthy G., and Holloway P., Obtacle Avoidance in Collective Robotic Search Uing Particle Swar Optiization, IEEE Swar Intel. Sy., Iue Date: [16] Shi, Y. H., Eberhart, R. C., A Modified Particle Swar Optiizer, IEEE International Conference on Evolutionary Coputation, Anchorage, Alaka, May 4-9, [17] Corke P., Robotic TOOLBOX for MATLAB, CSIRO Manufacturing Science and Technology, 001. [18] Alfi A. and Fateh M., Paraeter Identification Baed on a Modified PSO Applied to Supenion Syte, Journal of Software Engineering & Application, 3: 1-9, 010. [19] Niu B., Zhu Y., He X., Wu H., MCPSO: a ulti-war cooperative particle war optiizer, Applied Matheatic and Coputation 185(), pp , 007. [0] Nahvi H. and Mohagheghian I., A Particle Swar Optiization Algorith for Mixed Variable Nonlinear Proble, Int. J. Engineering 4 (Tranaction A: Baic): 65-78, January 011. [1] Goodwin G. and Payne R., Dynaic Syte Identification: Experient Deign and Data Analyi, Acadeic P., NY [] Khola P. and Kanade T., Paraeter Identification of Robot Dynaic, Proc. 4th Conf. Deciion and Control, Dec [3] Gautier M., Khalil W., and Retrepo P., Identification of the dynaic paraeter of a cloed loop robot, Intern. Conf. Robotic and Autoation, pp , Nagoya, May [4] Bingul Z. and Karahan O., Dynaic identification of Staubli RX-60 robot uing PSO and LS ethod, Expert Syte with Application, Volue 38, 011. [5] Gautier M., Janin C, and Pree C., Dynaic identification of robot uing leat quare and extended kalan filtering ethod, Proceeding of the Second European Control Conference, Groningen, The Netherland, pp , [6] M. Grant and S. Boyd. CVX: Matlab oftware for diciplined convex prograing, verion April 011. [7] M. Grant and S. Boyd. Graph ipleentation for nonooth convex progra, Recent Advance in Learning and Control (a tribute to M. Vidyaagar), V. Blondel, S. Boyd, and H. Kiura, editor, page , Lecture Note in Control and Inforation Science, Springer, 008.

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization Use of PSO in Paraeter Estiation of Robot Dynaics; Part One: No Need for Paraeterization Hossein Jahandideh, Mehrzad Navar Abstract Offline procedures for estiating paraeters of robot dynaics are practically

More information

The Extended Balanced Truncation Algorithm

The Extended Balanced Truncation Algorithm International Journal of Coputing and Optiization Vol. 3, 2016, no. 1, 71-82 HIKARI Ltd, www.-hikari.co http://dx.doi.org/10.12988/ijco.2016.635 The Extended Balanced Truncation Algorith Cong Huu Nguyen

More information

Scale Efficiency in DEA and DEA-R with Weight Restrictions

Scale Efficiency in DEA and DEA-R with Weight Restrictions Available online at http://ijdea.rbiau.ac.ir Int. J. Data Envelopent Analyi (ISSN 2345-458X) Vol.2, No.2, Year 2014 Article ID IJDEA-00226, 5 page Reearch Article International Journal of Data Envelopent

More information

Image Denoising Based on Non-Local Low-Rank Dictionary Learning

Image Denoising Based on Non-Local Low-Rank Dictionary Learning Advanced cience and Technology Letter Vol.11 (AT 16) pp.85-89 http://dx.doi.org/1.1457/atl.16. Iage Denoiing Baed on Non-Local Low-Rank Dictionary Learning Zhang Bo 1 1 Electronic and Inforation Engineering

More information

Topic 7 Fuzzy expert systems: Fuzzy inference

Topic 7 Fuzzy expert systems: Fuzzy inference Topic 7 Fuzzy expert yte: Fuzzy inference adani fuzzy inference ugeno fuzzy inference Cae tudy uary Fuzzy inference The ot coonly ued fuzzy inference technique i the o-called adani ethod. In 975, Profeor

More information

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis Proceeding of 01 4th International Conference on Machine Learning and Computing IPCSIT vol. 5 (01) (01) IACSIT Pre, Singapore Evolutionary Algorithm Baed Fixed Order Robut Controller Deign and Robutne

More information

Lecture 2 DATA ENVELOPMENT ANALYSIS - II

Lecture 2 DATA ENVELOPMENT ANALYSIS - II Lecture DATA ENVELOPMENT ANALYSIS - II Learning objective To eplain Data Envelopent Anali for ultiple input and ultiple output cae in the for of linear prograing .5 DEA: Multiple input, ultiple output

More information

Research Article An Extension of Cross Redundancy of Interval Scale Outputs and Inputs in DEA

Research Article An Extension of Cross Redundancy of Interval Scale Outputs and Inputs in DEA Hindawi Publihing Corporation pplied Matheatic Volue 2013, rticle ID 658635, 7 page http://dx.doi.org/10.1155/2013/658635 Reearch rticle n Extenion of Cro Redundancy of Interval Scale Output and Input

More information

Ranking DEA Efficient Units with the Most Compromising Common Weights

Ranking DEA Efficient Units with the Most Compromising Common Weights The Sixth International Sypoiu on Operation Reearch and It Application ISORA 06 Xiniang, China, Augut 8 12, 2006 Copyright 2006 ORSC & APORC pp. 219 234 Ranking DEA Efficient Unit with the Mot Coproiing

More information

ANALOG REALIZATIONS OF FRACTIONAL-ORDER INTEGRATORS/DIFFERENTIATORS A Comparison

ANALOG REALIZATIONS OF FRACTIONAL-ORDER INTEGRATORS/DIFFERENTIATORS A Comparison AALOG REALIZATIOS OF FRACTIOAL-ORDER ITEGRATORS/DIFFERETIATORS A Coparion Guido DEESD, Technical Univerity of Bari, Via de Gaperi, nc, I-7, Taranto, Italy gaione@poliba.it Keyword: Abtract: on-integer-order

More information

Research Article An Adaptive Regulator for Space Teleoperation System in Task Space

Research Article An Adaptive Regulator for Space Teleoperation System in Task Space Abtract and Applied Analyi, Article ID 586, 7 page http://dx.doi.org/.55/24/586 Reearch Article An Adaptive Regulator for Space Teleoperation Syte in Tak Space Chao Ge, Weiwei Zhang, Hong Wang, and Xiaoyi

More information

Convergence of a Fixed-Point Minimum Error Entropy Algorithm

Convergence of a Fixed-Point Minimum Error Entropy Algorithm Entropy 05, 7, 5549-5560; doi:0.3390/e7085549 Article OPE ACCESS entropy ISS 099-4300 www.dpi.co/journal/entropy Convergence of a Fixed-Point Miniu Error Entropy Algorith Yu Zhang, Badong Chen, *, Xi Liu,

More information

LEARNING DISCRIMINATIVE BASIS COEFFICIENTS FOR EIGENSPACE MLLR UNSUPERVISED ADAPTATION. Yajie Miao, Florian Metze, Alex Waibel

LEARNING DISCRIMINATIVE BASIS COEFFICIENTS FOR EIGENSPACE MLLR UNSUPERVISED ADAPTATION. Yajie Miao, Florian Metze, Alex Waibel LEARNING DISCRIMINATIVE BASIS COEFFICIENTS FOR EIGENSPACE MLLR UNSUPERVISED ADAPTATION Yajie Miao, Florian Metze, Alex Waibel Language Technologie Intitute, Carnegie Mellon Univerity, Pittburgh, PA, USA

More information

Performance Analysis of a Three-Channel Control Architecture for Bilateral Teleoperation with Time Delay

Performance Analysis of a Three-Channel Control Architecture for Bilateral Teleoperation with Time Delay Extended Suary pp.1224 1230 Perforance Analyi of a Three-Channel Control Architecture for Bilateral Teleoperation with Tie Delay Ryogo Kubo Meber (Keio Univerity, kubo@u.d.keio.ac.jp) Noriko Iiyaa Student

More information

An Exact Solution for the Deflection of a Clamped Rectangular Plate under Uniform Load

An Exact Solution for the Deflection of a Clamped Rectangular Plate under Uniform Load Applied Matheatical Science, Vol. 1, 007, no. 3, 19-137 An Exact Solution for the Deflection of a Claped Rectangular Plate under Unifor Load C.E. İrak and İ. Gerdeeli Itanbul Technical Univerity Faculty

More information

Conservation of Energy

Conservation of Energy Add Iportant Conervation of Energy Page: 340 Note/Cue Here NGSS Standard: HS-PS3- Conervation of Energy MA Curriculu Fraework (006):.,.,.3 AP Phyic Learning Objective: 3.E.., 3.E.., 3.E..3, 3.E..4, 4.C..,

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS Matheatic Reviion Guide Introduction to Differential Equation Page of Author: Mark Kudlowki MK HOME TUITION Matheatic Reviion Guide Level: A-Level Year DIFFERENTIAL EQUATIONS Verion : Date: 3-4-3 Matheatic

More information

THE BICYCLE RACE ALBERT SCHUELLER

THE BICYCLE RACE ALBERT SCHUELLER THE BICYCLE RACE ALBERT SCHUELLER. INTRODUCTION We will conider the ituation of a cyclit paing a refrehent tation in a bicycle race and the relative poition of the cyclit and her chaing upport car. The

More information

Advanced D-Partitioning Analysis and its Comparison with the Kharitonov s Theorem Assessment

Advanced D-Partitioning Analysis and its Comparison with the Kharitonov s Theorem Assessment Journal of Multidiciplinary Engineering Science and Technology (JMEST) ISSN: 59- Vol. Iue, January - 5 Advanced D-Partitioning Analyi and it Comparion with the haritonov Theorem Aement amen M. Yanev Profeor,

More information

V2V-Based Vehicle Risk Assessment and Control for Lane-Keeping and Collision Avoidance

V2V-Based Vehicle Risk Assessment and Control for Lane-Keeping and Collision Avoidance VV-Baed Vehicle Rik Aeent and Control for Lane-Keeping and Colliion Avoidance Haze M. Fahy Electronic Departent Geran Univerity in Cairo haze.fahyy9@gail.co Haan Motafa Electronic and Electrical Counication

More information

MODE SHAPE EXPANSION FROM DATA-BASED SYSTEM IDENTIFICATION PROCEDURES

MODE SHAPE EXPANSION FROM DATA-BASED SYSTEM IDENTIFICATION PROCEDURES Mecánica Coputacional Vol XXV, pp. 1593-1602 Alberto Cardona, Norberto Nigro, Victorio Sonzogni, Mario Storti. (Ed.) Santa Fe, Argentina, Noviebre 2006 MODE SHAPE EXPANSION FROM DATA-BASED SYSTEM IDENTIFICATION

More information

SIMM Method Based on Acceleration Extraction for Nonlinear Maneuvering Target Tracking

SIMM Method Based on Acceleration Extraction for Nonlinear Maneuvering Target Tracking Journal of Electrical Engineering & Technology Vol. 7, o. 2, pp. 255~263, 202 255 http://dx.doi.org/0.5370/jeet.202.7.2.255 SIMM Method Baed on Acceleration Extraction for onlinear Maneuvering Target Tracking

More information

1-D SEDIMENT NUMERICAL MODEL AND ITS APPLICATION. Weimin Wu 1 and Guolu Yang 2

1-D SEDIMENT NUMERICAL MODEL AND ITS APPLICATION. Weimin Wu 1 and Guolu Yang 2 U-CHINA WORKHOP ON ADVANCED COMPUTATIONAL MODELLING IN HYDROCIENCE & ENGINEERING epteber 9-, Oxford, Miiippi, UA -D EDIMENT NUMERICAL MODEL AND IT APPLICATION Weiin Wu and Guolu Yang ABTRACT A one dienional

More information

24P 2, where W (measuring tape weight per meter) = 0.32 N m

24P 2, where W (measuring tape weight per meter) = 0.32 N m Ue of a 1W Laer to Verify the Speed of Light David M Verillion PHYS 375 North Carolina Agricultural and Technical State Univerity February 3, 2018 Abtract The lab wa et up to verify the accepted value

More information

A Constraint Propagation Algorithm for Determining the Stability Margin. The paper addresses the stability margin assessment for linear systems

A Constraint Propagation Algorithm for Determining the Stability Margin. The paper addresses the stability margin assessment for linear systems A Contraint Propagation Algorithm for Determining the Stability Margin of Linear Parameter Circuit and Sytem Lubomir Kolev and Simona Filipova-Petrakieva Abtract The paper addree the tability margin aement

More information

Improving Efficiency Scores of Inefficient Units. with Restricted Primary Resources

Improving Efficiency Scores of Inefficient Units. with Restricted Primary Resources Applied Matheatical Science, Vol. 3, 2009, no. 52, 2595-2602 Iproving Efficienc Score of Inefficient Unit with Retricted Priar Reource Farhad Hoeinzadeh Lotfi * Departent of Matheatic, Science and Reearch

More information

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm Send Orders for Reprints to reprints@benthascience.ae The Open Cybernetics & Systeics Journal, 04, 8, 59-54 59 Open Access The Algoriths Optiization of Artificial Neural Network Based on Particle Swar

More information

AN EASY INTRODUCTION TO THE CIRCLE METHOD

AN EASY INTRODUCTION TO THE CIRCLE METHOD AN EASY INTRODUCTION TO THE CIRCLE METHOD EVAN WARNER Thi talk will try to ketch out oe of the ajor idea involved in the Hardy- Littlewood circle ethod in the context of Waring proble.. Setup Firt, let

More information

Exponentially Convergent Controllers for n-dimensional. Nonholonomic Systems in Power Form. Jihao Luo and Panagiotis Tsiotras

Exponentially Convergent Controllers for n-dimensional. Nonholonomic Systems in Power Form. Jihao Luo and Panagiotis Tsiotras 997 Aerican Control Conference Albuquerque, NM, June 4-6, 997 Exponentially Convergent Controller for n-dienional Nonholonoic Syte in Power For Jihao Luo and Panagioti Tiotra Departent of Mechanical, Aeropace

More information

Related Rates section 3.9

Related Rates section 3.9 Related Rate ection 3.9 Iportant Note: In olving the related rate proble, the rate of change of a quantity i given and the rate of change of another quantity i aked for. You need to find a relationhip

More information

A First Digit Theorem for Square-Free Integer Powers

A First Digit Theorem for Square-Free Integer Powers Pure Matheatical Science, Vol. 3, 014, no. 3, 19-139 HIKARI Ltd, www.-hikari.co http://dx.doi.org/10.1988/p.014.4615 A Firt Digit Theore or Square-Free Integer Power Werner Hürliann Feldtrae 145, CH-8004

More information

Bayesian Reliability Estimation of Inverted Exponential Distribution under Progressive Type-II Censored Data

Bayesian Reliability Estimation of Inverted Exponential Distribution under Progressive Type-II Censored Data J. Stat. Appl. Pro. 3, No. 3, 317-333 (2014) 317 Journal of Statitic Application & Probability An International Journal http://dx.doi.org/10.12785/jap/030303 Bayeian Reliability Etiation of Inverted Exponential

More information

Lecture 2 Phys 798S Spring 2016 Steven Anlage. The heart and soul of superconductivity is the Meissner Effect. This feature uniquely distinguishes

Lecture 2 Phys 798S Spring 2016 Steven Anlage. The heart and soul of superconductivity is the Meissner Effect. This feature uniquely distinguishes ecture Phy 798S Spring 6 Steven Anlage The heart and oul of uperconductivity i the Meiner Effect. Thi feature uniquely ditinguihe uperconductivity fro any other tate of atter. Here we dicu oe iple phenoenological

More information

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA μ-synthesis Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN 55455 USA Keywords: Robust control, ultivariable control, linear fractional transforation (LFT),

More information

Moisture transport in concrete during wetting/drying cycles

Moisture transport in concrete during wetting/drying cycles Cheitry and Material Reearch Vol.5 03 Special Iue for International Congre on Material & Structural Stability Rabat Morocco 7-30 Noveber 03 Moiture tranport in concrete during wetting/drying cycle A. Taher

More information

IN SUPERVISING the correct operation of dynamic plants,

IN SUPERVISING the correct operation of dynamic plants, 1158 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 14, NO. 6, NOVEMBER 2006 Nonlinear Fault Detection and Iolation in a Three-Tank Heating Syte Raffaella Mattone and Aleandro De Luca, Senior Meber,

More information

PHYSICS 211 MIDTERM II 12 May 2004

PHYSICS 211 MIDTERM II 12 May 2004 PHYSIS IDTER II ay 004 Exa i cloed boo, cloed note. Ue only your forula heet. Write all wor and anwer in exa boolet. The bac of page will not be graded unle you o requet on the front of the page. Show

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

ADAPTIVE CONTROL DESIGN FOR A SYNCHRONOUS GENERATOR

ADAPTIVE CONTROL DESIGN FOR A SYNCHRONOUS GENERATOR ADAPTIVE CONTROL DESIGN FOR A SYNCHRONOUS GENERATOR SAEED ABAZARI MOHSEN HEIDARI NAVID REZA ABJADI Key word: Adaptive control Lyapunov tability Tranient tability Mechanical power. The operating point of

More information

(6) B NN (x, k) = Tp 2 M 1

(6) B NN (x, k) = Tp 2 M 1 MMAR 26 12th IEEE International Conference on Methods and Models in Autoation and Robotics 28-31 August 26 Międzyzdroje, Poland Synthesis of Sliding Mode Control of Robot with Neural Networ Model Jaub

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

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

More information

(2011) 34 (3) ISSN

(2011) 34 (3) ISSN Ceriotti, Matteo and McInne, Colin () Generation of optial trajectorie for Earth hybrid pole itter. Journal of Guidance, Control and Dynaic, 34 (3). pp. 847-859. ISSN 533-3884, http://dx.doi.org/.54/.5935

More information

Investigation of application of extractive distillation method in chloroform manufacture

Investigation of application of extractive distillation method in chloroform manufacture Invetigation of application of etractive ditillation ethod in chlorofor anufacture Proceeding of uropean Congre of Cheical ngineering (CC-6) Copenhagen, 16-20 Septeber 2007 Invetigation of application

More information

Control of industrial robots. Decentralized control

Control of industrial robots. Decentralized control Control of indutrial robot Decentralized control Prof Paolo Rocco (paolorocco@poliiit) Politecnico di Milano Dipartiento di Elettronica, Inforazione e Bioingegneria Introduction Once the deired otion of

More information

The Features For Dark Matter And Dark Flow Found.

The Features For Dark Matter And Dark Flow Found. The Feature For Dark Matter And Dark Flow Found. Author: Dan Vier, Alere, the Netherland Date: January 04 Abtract. Fly-By- and GPS-atellite reveal an earth-dark atter-halo i affecting the orbit-velocitie

More information

A New Predictive Approach for Bilateral Teleoperation With Applications to Drive-by-Wire Systems

A New Predictive Approach for Bilateral Teleoperation With Applications to Drive-by-Wire Systems 1 A New Predictive Approach for Bilateral Teleoperation With Application to Drive-by-Wire Syte Ya-Jun Pan, Carlo Canuda-de-Wit and Olivier Senae Departent of Mechanical Engineering, Dalhouie Univerity

More information

International Conference on Mathematics, Science, and Education 2016 (ICMSE 2016)

International Conference on Mathematics, Science, and Education 2016 (ICMSE 2016) International Conference on Matheatic, Science, and Education (ICMSE Analytical and Nuerical Solution Anal of Legendre Differential Equation Hadi Suanto, a, b and St. Budi Waluya Maheatic Potgraduate Progra,

More information

Section J8b: FET Low Frequency Response

Section J8b: FET Low Frequency Response ection J8b: FET ow Frequency epone In thi ection of our tudie, we re o to reiit the baic FET aplifier confiuration but with an additional twit The baic confiuration are the ae a we etiated ection J6 of

More information

Research Article Efficient Recursive Methods for Partial Fraction Expansion of General Rational Functions

Research Article Efficient Recursive Methods for Partial Fraction Expansion of General Rational Functions Journal of Applied atheatic Volue 24, Article ID 89536, 8 page http://dx.doi.org/.55/24/89536 Reearch Article Efficient Recurive ethod for Partial Fraction Expanion of General Rational Function Youneng

More information

On the Use of High-Order Moment Matching to Approximate the Generalized-K Distribution by a Gamma Distribution

On the Use of High-Order Moment Matching to Approximate the Generalized-K Distribution by a Gamma Distribution On the Ue of High-Order Moent Matching to Approxiate the Generalized- Ditribution by a Gaa Ditribution Saad Al-Ahadi Departent of Syte & Coputer Engineering Carleton Univerity Ottawa Canada aahadi@ce.carleton.ca

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

Frequency Response Analysis of Linear Active Disturbance Rejection Control

Frequency Response Analysis of Linear Active Disturbance Rejection Control Senor & Tranducer, Vol. 57, Iue, October 3, pp. 346-354 Senor & Tranducer 3 by IFSA http://www.enorportal.co Freuency Repone Analyi of Linear Active Diturbance Reection Control Congzhi HUANG, Qing ZHENG

More information

Problem Set 8 Solutions

Problem Set 8 Solutions Deign and Analyi of Algorithm April 29, 2015 Maachuett Intitute of Technology 6.046J/18.410J Prof. Erik Demaine, Srini Devada, and Nancy Lynch Problem Set 8 Solution Problem Set 8 Solution Thi problem

More information

A New Model and Calculation of Available Transfer Capability With Wind Generation *

A New Model and Calculation of Available Transfer Capability With Wind Generation * The Eighth International Sypoiu on Operation Reearch and It Application (ISORA 09) Zhangjiajie, China, Septeber 0, 009 Copyright 009 ORSC & APORC, pp. 70 79 A New Model and Calculation of Available Tranfer

More information

Research Article Numerical and Analytical Study for Fourth-Order Integro-Differential Equations Using a Pseudospectral Method

Research Article Numerical and Analytical Study for Fourth-Order Integro-Differential Equations Using a Pseudospectral Method Matheatical Proble in Engineering Volue 213, Article ID 43473, 7 page http://d.doi.org/1.11/213/43473 Reearch Article Nuerical and Analytical Study for Fourth-Order Integro-Differential Equation Uing a

More information

Lecture 10 Filtering: Applied Concepts

Lecture 10 Filtering: Applied Concepts Lecture Filtering: Applied Concept In the previou two lecture, you have learned about finite-impule-repone (FIR) and infinite-impule-repone (IIR) filter. In thee lecture, we introduced the concept of filtering

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

Nonlinear Model-Based Condition Monitoring of Advanced Gas-cooled Nuclear Reactor Cores

Nonlinear Model-Based Condition Monitoring of Advanced Gas-cooled Nuclear Reactor Cores Nonlinear Model-Baed Condition Monitoring of Advanced Ga-cooled Nuclear Reactor Core Erfu Yang, Mike J. Grible, Santo Inzerillo, Reza Katebi Indutrial Control Centre, Departent of Electronic and Electrical

More information

Privacy-Preserving Point-to-Point Transportation Traffic Measurement through Bit Array Masking in Intelligent Cyber-Physical Road Systems

Privacy-Preserving Point-to-Point Transportation Traffic Measurement through Bit Array Masking in Intelligent Cyber-Physical Road Systems Privacy-Preerving Point-to-Point Tranportation Traffic Meaureent through Bit Array Making in Intelligent Cyber-Phyical Road Syte Yian Zhou Qingjun Xiao Zhen Mo Shigang Chen Yafeng Yin Departent of Coputer

More information

LOW ORDER MIMO CONTROLLER DESIGN FOR AN ENGINE DISTURBANCE REJECTION PROBLEM. P.Dickinson, A.T.Shenton

LOW ORDER MIMO CONTROLLER DESIGN FOR AN ENGINE DISTURBANCE REJECTION PROBLEM. P.Dickinson, A.T.Shenton LOW ORDER MIMO CONTROLLER DESIGN FOR AN ENGINE DISTURBANCE REJECTION PROBLEM P.Dickinon, A.T.Shenton Department of Engineering, The Univerity of Liverpool, Liverpool L69 3GH, UK Abtract: Thi paper compare

More information

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281 72 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 28 and i 2 Show how Euler formula (page 33) can then be ued to deduce the reult a ( a) 2 b 2 {e at co bt} {e at in bt} b ( a) 2 b 2 5 Under what condition

More information

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.1 INTRODUCTION 8.2 REDUCED ORDER MODEL DESIGN FOR LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.3

More information

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE Proceeding of the ASME 9 International Manufacturing Science and Engineering Conference MSEC9 October 4-7, 9, West Lafayette, Indiana, USA MSEC9-8466 MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL

More information

3.185 Problem Set 6. Radiation, Intro to Fluid Flow. Solutions

3.185 Problem Set 6. Radiation, Intro to Fluid Flow. Solutions 3.85 Proble Set 6 Radiation, Intro to Fluid Flow Solution. Radiation in Zirconia Phyical Vapor Depoition (5 (a To calculate thi viewfactor, we ll let S be the liquid zicronia dic and S the inner urface

More information

Fair scheduling in cellular systems in the presence of noncooperative mobiles

Fair scheduling in cellular systems in the presence of noncooperative mobiles 1 Fair cheduling in cellular yte in the preence of noncooperative obile Veeraruna Kavitha +, Eitan Altan R. El-Azouzi + and Rajeh Sundarean Maetro group, INRIA, 2004 Route de Luciole, Sophia Antipoli,

More information

INVERSE ESTIMATE OF SOIL PARAMETERS AND SURFACE ENERGY BUDGET FROM IN SITU MEASUREMENTS

INVERSE ESTIMATE OF SOIL PARAMETERS AND SURFACE ENERGY BUDGET FROM IN SITU MEASUREMENTS INVERSE ESTIMATE OF SOIL PARAMETERS AND SURFACE ENERGY BUDGET FROM IN SITU MEASUREMENTS KUN YANG, TOSHIO KOIKE Departent of Civil Engineering, Univerity of Toyo, Hongo 7-3-, Bunyo-u, Toyo 3-8656, Japan

More information

Bogoliubov Transformation in Classical Mechanics

Bogoliubov Transformation in Classical Mechanics Bogoliubov Tranformation in Claical Mechanic Canonical Tranformation Suppoe we have a et of complex canonical variable, {a j }, and would like to conider another et of variable, {b }, b b ({a j }). How

More information

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays Gain and Phae Margin Baed Delay Dependent Stability Analyi of Two- Area LFC Sytem with Communication Delay Şahin Sönmez and Saffet Ayaun Department of Electrical Engineering, Niğde Ömer Halidemir Univerity,

More information

s s 1 s = m s 2 = 0; Δt = 1.75s; a =? mi hr

s s 1 s = m s 2 = 0; Δt = 1.75s; a =? mi hr Flipping Phyic Lecture Note: Introduction to Acceleration with Priu Brake Slaing Exaple Proble a Δv a Δv v f v i & a t f t i Acceleration: & flip the guy and ultiply! Acceleration, jut like Diplaceent

More information

Chemistry I Unit 3 Review Guide: Energy and Electrons

Chemistry I Unit 3 Review Guide: Energy and Electrons Cheitry I Unit 3 Review Guide: Energy and Electron Practice Quetion and Proble 1. Energy i the capacity to do work. With reference to thi definition, decribe how you would deontrate that each of the following

More information

Research Article Efficiency Bounds for Two-Stage Production Systems

Research Article Efficiency Bounds for Two-Stage Production Systems Matheatical Proble in Engineering Volue 2018, Article I 2917537, 9 page http://doi.org/10.1155/2018/2917537 Reearch Article Efficiency Bound for Two-Stage Production Syte Xiao Shi School of Finance, Shandong

More information

PPP AND UNIT ROOTS: LEARNING ACROSS REGIMES

PPP AND UNIT ROOTS: LEARNING ACROSS REGIMES PPP AND UNIT ROOTS: LEARNING ACROSS REGIMES GERALD P. DYWER, MARK FISHER, THOMAS J. FLAVIN, AND JAMES R. LOTHIAN Preliinary and incoplete Abtract. Taking a Bayeian approach, we focu on the inforation content

More information

LOAD AND RESISTANCE FACTOR DESIGN APPROACH FOR FATIGUE OF MARINE STRUCTURES

LOAD AND RESISTANCE FACTOR DESIGN APPROACH FOR FATIGUE OF MARINE STRUCTURES 8 th ACE pecialty Conference on Probabilitic Mechanic and tructural Reliability PMC2000-169 LOAD AND REITANCE FACTOR DEIGN APPROACH FOR FATIGUE OF MARINE TRUCTURE Abtract I.A. Aakkaf, G. ACE, and B.M.

More information

Research Article Robust ε-support Vector Regression

Research Article Robust ε-support Vector Regression Matheatical Probles in Engineering, Article ID 373571, 5 pages http://dx.doi.org/10.1155/2014/373571 Research Article Robust ε-support Vector Regression Yuan Lv and Zhong Gan School of Mechanical Engineering,

More information

Relevance Estimation of Cooperative Awareness Messages in VANETs

Relevance Estimation of Cooperative Awareness Messages in VANETs Relevance Etiation of Cooperative Awarene Meage in VANET Jakob Breu Reearch and Developent Dailer AG Böblingen, Gerany Eail: jakobbreu@dailerco Michael Menth Departent of Coputer Science Univerity of Tübingen

More information

2FSK-LFM Compound Signal Parameter Estimation Based on Joint FRFT-ML Method

2FSK-LFM Compound Signal Parameter Estimation Based on Joint FRFT-ML Method International Conerence on et eaureent Coputational ethod (C 5 FS-F Copound Signal Paraeter Etiation Baed on Joint FF- ethod Zhaoyang Qiu Bin ang School o Electronic Engineering Univerity o Electronic

More information

Periodic Table of Physical Elements

Periodic Table of Physical Elements Periodic Table of Phyical Eleent Periodic Table of Phyical Eleent Author:Zhiqiang Zhang fro Dalian, China Eail: dlxinzhigao@6.co ABSTRACT Thi i one of y original work in phyic to preent periodic table

More information

Investment decision for supply chain resilience based on Evolutionary Game theory

Investment decision for supply chain resilience based on Evolutionary Game theory Invetent deciion for upply chain reilience baed on Evolutionary Gae theory Xiaowei Ji(jixw@hut.edu.cn), Haijun Wang Manageent School Huazhong Univerity of Science and Technology Wuhan, Hubei, 4374, China

More information

Multi-dimensional Fuzzy Euler Approximation

Multi-dimensional Fuzzy Euler Approximation Mathematica Aeterna, Vol 7, 2017, no 2, 163-176 Multi-dimenional Fuzzy Euler Approximation Yangyang Hao College of Mathematic and Information Science Hebei Univerity, Baoding 071002, China hdhyywa@163com

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004 18.997 Topic in Combinatorial Optimization April 29th, 2004 Lecture 21 Lecturer: Michel X. Goeman Scribe: Mohammad Mahdian 1 The Lovaz plitting-off lemma Lovaz plitting-off lemma tate the following. Theorem

More information

A PLC BASED MIMO PID CONTROLLER FOR MULTIVARIABLE INDUSTRIAL PROCESSES

A PLC BASED MIMO PID CONTROLLER FOR MULTIVARIABLE INDUSTRIAL PROCESSES ABCM Sympoium Serie in Mechatronic - Vol. 3 - pp.87-96 Copyright c 8 by ABCM A PLC BASE MIMO PI CONOLLE FO MULIVAIABLE INUSIAL POCESSES Joé Maria Galvez, jmgalvez@ufmg.br epartment of Mechanical Engineering

More information

Optimization model in Input output analysis and computable general. equilibrium by using multiple criteria non-linear programming.

Optimization model in Input output analysis and computable general. equilibrium by using multiple criteria non-linear programming. Optimization model in Input output analyi and computable general equilibrium by uing multiple criteria non-linear programming Jing He * Intitute of ytem cience, cademy of Mathematic and ytem cience Chinee

More information

4 Conservation of Momentum

4 Conservation of Momentum hapter 4 oneration of oentu 4 oneration of oentu A coon itake inoling coneration of oentu crop up in the cae of totally inelatic colliion of two object, the kind of colliion in which the two colliding

More information

ME 375 FINAL EXAM SOLUTIONS Friday December 17, 2004

ME 375 FINAL EXAM SOLUTIONS Friday December 17, 2004 ME 375 FINAL EXAM SOLUTIONS Friday December 7, 004 Diviion Adam 0:30 / Yao :30 (circle one) Name Intruction () Thi i a cloed book eamination, but you are allowed three 8.5 crib heet. () You have two hour

More information

Simple Observer Based Synchronization of Lorenz System with Parametric Uncertainty

Simple Observer Based Synchronization of Lorenz System with Parametric Uncertainty IOSR Journal of Electrical and Electronic Engineering (IOSR-JEEE) ISSN: 78-676Volume, Iue 6 (Nov. - Dec. 0), PP 4-0 Simple Oberver Baed Synchronization of Lorenz Sytem with Parametric Uncertainty Manih

More information

Adaptive Radar Signal Detection with Integrated Learning and Knowledge Exploitation

Adaptive Radar Signal Detection with Integrated Learning and Knowledge Exploitation Integrated Learning and Knowledge Exploitation Hongbin Li Departent of Electrical and Coputer Engineering Steven Intitute of Technology, Hoboken, NJ 73 USA hli@teven.edu Muralidhar Rangaway AFRL/RYAP Bldg

More information

m 0 are described by two-component relativistic equations. Accordingly, the noncharged

m 0 are described by two-component relativistic equations. Accordingly, the noncharged Generalized Relativitic Equation of Arbitrary Ma and Spin and Bai Set of Spinor Function for It Solution in Poition, Moentu and Four-Dienional Space Abtract I.I.Gueinov Departent of Phyic, Faculty of Art

More information

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505)

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505) EE 4443/5329 LAB 3: Control of Indutrial Sytem Simulation and Hardware Control (PID Deign) The Inverted Pendulum (ECP Sytem-Model: 505) Compiled by: Nitin Swamy Email: nwamy@lakehore.uta.edu Email: okuljaca@lakehore.uta.edu

More information

Assignment for Mathematics for Economists Fall 2016

Assignment for Mathematics for Economists Fall 2016 Due date: Mon. Nov. 1. Reading: CSZ, Ch. 5, Ch. 8.1 Aignment for Mathematic for Economit Fall 016 We now turn to finihing our coverage of concavity/convexity. There are two part: Jenen inequality for concave/convex

More information

Practice Problem Solutions. Identify the Goal The acceleration of the object Variables and Constants Known Implied Unknown m = 4.

Practice Problem Solutions. Identify the Goal The acceleration of the object Variables and Constants Known Implied Unknown m = 4. Chapter 5 Newton Law Practice Proble Solution Student Textbook page 163 1. Frae the Proble - Draw a free body diagra of the proble. - The downward force of gravity i balanced by the upward noral force.

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

Differential Evolution based Optimal Control of Induction Motor Serving to Textile Industry

Differential Evolution based Optimal Control of Induction Motor Serving to Textile Industry IAENG International Journal of Coputer Science, 35:, IJCS_35 03 Differential Evolution baed Optial Control of Induction Motor Serving to Textile Indutry C. Thanga Raj, Meber, IAENG, S. P. Srivatava, and

More information

15 N 5 N. Chapter 4 Forces and Newton s Laws of Motion. The net force on an object is the vector sum of all forces acting on that object.

15 N 5 N. Chapter 4 Forces and Newton s Laws of Motion. The net force on an object is the vector sum of all forces acting on that object. Chapter 4 orce and ewton Law of Motion Goal for Chapter 4 to undertand what i force to tudy and apply ewton irt Law to tudy and apply the concept of a and acceleration a coponent of ewton Second Law to

More information

The generalized Pareto sum

The generalized Pareto sum HYDROLOGICAL PROCESSES Hydrol. Proce. 22, 288 294 28) Publihed online 28 Noveber 27 in Wiley InterScience www.intercience.wiley.co).662 The generalized Pareto u Saralee Nadarajah 1 *SauelKotz 2 1 School

More information

Physics 20 Lesson 28 Simple Harmonic Motion Dynamics & Energy

Physics 20 Lesson 28 Simple Harmonic Motion Dynamics & Energy Phyic 0 Leon 8 Siple Haronic Motion Dynaic & Energy Now that we hae learned about work and the Law of Coneration of Energy, we are able to look at how thee can be applied to the ae phenoena. In general,

More information

CHAPTER 13 FILTERS AND TUNED AMPLIFIERS

CHAPTER 13 FILTERS AND TUNED AMPLIFIERS HAPTE FILTES AND TUNED AMPLIFIES hapter Outline. Filter Traniion, Type and Specification. The Filter Tranfer Function. Butterworth and hebyhev Filter. Firt Order and Second Order Filter Function.5 The

More information

Codes Correcting Two Deletions

Codes Correcting Two Deletions 1 Code Correcting Two Deletion Ryan Gabry and Frederic Sala Spawar Sytem Center Univerity of California, Lo Angele ryan.gabry@navy.mil fredala@ucla.edu Abtract In thi work, we invetigate the problem of

More information

Sliding-Mode Bilateral Teleoperation Control Design for Master-Slave Pneumatic Servo Systems

Sliding-Mode Bilateral Teleoperation Control Design for Master-Slave Pneumatic Servo Systems Thi paper appear in Control Engineering Practice, 212. http://dx.doi.org/1.116/j.conengprac.212.2.3 Sliding-Mode Bilateral Teleoperation Control Deign for Mater-Slave Pneuatic Servo Syte R. Moreau 1, M.T.

More information