Slovak University of Technology in Bratislava Institute of Information Engineering, Automation, and Mathematics PROCEEDINGS

Size: px
Start display at page:

Download "Slovak University of Technology in Bratislava Institute of Information Engineering, Automation, and Mathematics PROCEEDINGS"

Transcription

1 Slovak Unvery of echnology n Bralava Inue of Informaon Engneerng, Auomaon, and Mahemac PROCEEDINGS 17 h Inernaonal Conference on Proce Conrol 9 Hoel Baník, Šrbké Pleo, Slovaka, June 9 1, 9 ISBN hp:// Edor: M. Fkar and M. Kvanca Jadlovká, A., Dolnký, K., Lonščák, R.: Applcaon of Degned Program Module n C# Language for Smulaon of Model of Dynamc Syem, Edor: Fkar, M., Kvanca, M., In Proceedng of he 17h Inernaonal Conference on Proce Conrol 9, Šrbké Pleo, Slovaka, , 9. Full paper onlne: hp://

2 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka APPLICAION OF DESIGNED PROGRAM MODULES IN C# LANGUAGE FOR SIMULAION OF MODELS OF DYNAMIC SYSEMS A. Jadlovká, K. Dolnký, R. Lonščák Deparmen of Cybernec and Arfcal Inelgence, Faculy of Elecrcal Engneerng, echncal Unvery of Košce, Lená 9/A, 4 1 Košce e-mal: Anna.Jadlovká@uke.k, kaml@plazma.k, Rchard.Loncak@uke.k Abrac: he purpoe of h paper o gve a bref lluraon of poble of programng language C# n feld of modelng and clacal conrol heory. We decrbe mplemenaon of algorhm ha perform ranformaon of connuou lnear dynamc yem no her dcree equvvalen, connuou PID conrol no dcree form and employ hee algorhm n dcree cloed loop conrol. We alo how how mplemened numercal mehod can be ued o olve yem of dfferenal equaon whch are ued n modelng of nonlnear dynamc yem. All requred relaed funcon are mplemened and negraed no program module whch are ued ogeher n wo mlar applcaon degned o mulae conrol of lnear and nonlnear dynamc yem Ball & Plae hu verfyng robune of he PID conroller. Keyword: Velocy algorhm, dgal conroller, Ball & Plae, C# n modelng 1 INRODUCION Feld of modelng and conrol enjoy ubanal aenon. I requred however o know and maer rgh algorhm, programmng echnque, mahemac mehod and conrol procedure o employ correcly n developed applcaon. h paper dedcaed o modelng and conrol of dynamc yem wh employmen of compuer. Hgher programmng language provde an excellen oluon for olvng problem ha nclude mulaon of conrol, denfcaon and lkewe. Some cae hough requre dfferen approach. When man am peed or ably of applcaon be o ue language a C or C++. here were a lo of new programmng language n la pa year. Que a lo of aenon ha been acqured by a one called C#. here are numerou publcaon encompang algorhm wren n C# for compuer cence and arfcal nellgence. Ye publcaon ha are ryng o ue h language for clac heory of conrol are very rare. herefore we decded o conrbue no h feld wh conen of h paper and alo demonrae poble of h language. MODELING OF DYNAMICAL SYSEMS WIH PROGRAM MODULES CREAED IN C# Before we can ar wh conrol we need o defne he dynamc yem n conrol rucure. here are numerou mehod for bu bacally we ue yem of dfferenal equaon n ome form. For h parcular ak we o ue a yem of dfferenal equaon n ae pace a eay o ue n erave algorhm. In general we can decrbe SISO lnear dynamc yem wh followng equaon: where: x() u() y() ɺx ( ) = Ax( ) + B u( ) (1) y( ) = Cx( ) + D u( ) () - vecor of nernal ae, - yem npu, - yem oupu, A, B are conan marxe decrbng nernal dynamc of yem, 534

3 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka C, D are conan marxe ha decrbe how are oupu bound wh nernal ae of yem and nal condon. A mpoble for a compuer o proce daa n every nan we need o mplfy our model and ranform no a dcree equvalen. x(( + 1) ) = Fx( ) + Gu( ) y( ) = Hx( ) + Ju( ) (3) F, G, H, J - marxe decrbng he yem n dcree ae pace. Marxe F, G, H, and J are acqured by ranformaon of marxe A, B, C, D, whch characerze dynamc yem n connuou ae pace. x( ) - vecor of nernal ae varable n me x(( + 1) ) - vecor of nernal ae varable n me ( + 1) u( ) y( ) - npu n me - oupu n me Such ranformaon handled by Connuou o Dcree yem ranformaon module (CD). I approprae o analyze he yem repone o varou npu before we ll apply any conrol a all. If he cae SISO (Sngle Inpu Sngle Oupu) lnear dynamc yem we can ealy apply Syem Analy module (SA) whch come wh nuve uer nerface. Afer provded wh marxe F, G, H, J wll compue and plo yem repone o chooen npu. o conrol he yem we are ung connuou PID algorhm ranformed o dcree equvalen a PSD conrol. h ranformaon managed by PID o PSD ranformaon module (PIDPSD). Cloed loop conrol of he yem can be mulaed ung Cloed Loop Smulaon module (CLS). I we o verfy robune of he conroller. h poble o accomplh by everal way. One of hem caung a durbance n conrol. If we ponder he fac ha every real dynamc yem nonlnear and han f we have a nonlnear model of he yem beer o verfy he robune of he conroller by applyng o he orgnal nonlnear model whch wa mplfed o lnear by lnearzaon. Fr of all a wh lnear dynamc yem alo nonlnear dynamc yem need o be defned. Moly decrbed by yem of nonlnear dfferenal equaon. hee yem are uually olved by numercal mehod. For example by Runge-Kua mehod whch ued n Nonlnear Dfferenal Syem Solvng module (NDSS). In followng chaper our aenon wll be focued on decpron of ndvdual program module han on a demonraon of hee module by an applcaon whch combne hem ogeher. We ll um up reul and n he concluon ae of h paper wll be evaluaed..1 Connuou o dcreee yem ranformaonmodule CD Module npu: - marxe A, B, C, D ha are decrbng connuou lnear dynamc yem - amplng perod Module oupu: - marxe F, G, H, J ha are decrbng dcree lnear dynamc yem.1.1 Module analy Dervaon of dcree ae pace followng a requred for acqurng neceary formula for ranformaon from dcree o connuou ae pace. Le aume we have a lnear dynamc yem decrbed by (1) and (): Le modfy eqaon (1): A dx( ) A A e e Ax( ) = e B u( ) d A ( A d e x( )) = e B u( ) d Av Av d( e x( v)) = e B u( v) dv A A Av e x( ) e x( ) = e B u( v) dv A A Av e x( ) = e x( ) + e B u( v) dv A( ) A( v) x( ) e x( ) e B u( v) dv, = + where x( ) nal value of ae vecor. Under he condon ha amplng ekvdand wh amplng rae, for oluon n nerval v <,( + 1) >, ( = ), whle npu npu n h nerval mee he condon u( v) = u( ). And f we nroduce a ubuon: v = τ, dv = dτ v = τ =, v = τ = and f we re conderng only dcree value of me, where N = N + {}. =, = ( + 1), hen we oban a dcree ae pace decrpon: A Aτ x(( + 1) ) = e x( ) + e dτ B u( ) 535

4 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka where: hen: Snce: F = e A (4) G = e Aτ dτ B (5) x(( + 1) ) = Fx( ) + G u( ) (6) y( ) = Hx( ) + J u( ). (7) H = C, J = D e A no aylor ar- I poble o unroll funcon ray: 3 n A A A A 3 A n e = lm I (8) n 1!! 3! n! where I reprezen unarly marx whch ha he ame dmenon a marx A. Afer negraon (5) we oban accordng o (Krokavec 6): G = [ A e ] B = A ( e I) B = A ( F I ) B 1 A 1 A 1 n 1 1 A A n G = A ( F I) B = A lm I I B n 1! n! n A A 3 A n G = lm I B (9) n 1!! 3! n!.1. Module mplemenaon We can begn wh equaon (8) a (9) whch are fundamenal formula for h module. Par of he program ha handle ranformaon of he marxe can be decrbed n followng ep. ranformaon of marx A no marx F: 1. Inalzaon of varable A,, e(), ε from uer nerface (value are up o uer),.. F I 3. Savng e( 1) (error from prevou ep). 4. A A 5. Compuaon of facoral. 6. A F F +! 7. Compuaon of e( ) for marx F. 8. Connung wh ep 3 and + 1, f condon e( ) e( 1) < ε no me. Oherwe end. ranformaon of marx B no marx G: 1. Inalzaon of varable A, B,, e(), ε from uer nerface (value are up o uer),.. G I 1! 3. Savng e( 1). 4. A A 5. Compuaon of facoral. 6. A G G +! 7. Compuaon of e( ) for marx G. 8. Connung wh ep 3 and + 1, f condon e( ) e( 1) < ε no me. Oherwe end. Compuaon of e( ) for marx F: 7.1. Inalzaon of varable F, Y, r,. 7.. Y F 7.3. Y YF r r +Y [, ] Connung wh ep 4 unl coun of row n marx Y n reached r r e( ) - error n ep, ε - accuracy r - reul, Y - nrumenal varable Compuaon of e( ) for marx G can be done by analogy.in followng we ll be ung horened noaon = k, ( + 1) = k + 1, ec. o mplfy noaon of eqaon. And for amplng perod.. Syem Analy module SA Module npu: - marxe F, G, H, J decrbng dcree lnear dynamc yem - amplng perod - mulaon me pan, f - vecor of npu value u Module oupu: - vecor of oupu value y 536

5 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka..1 Module analy A we know from dcree yem heory value of ae and oupu varable can be compued for nex ep n an erave compuaon ung eqaon (3). We can analyze he yem from graphcal reprezenaon of yem repone... Module mplemenaon Par of he module ha dedcaed o compue y(k) n an erave compuaon can be decrbed n followng hree ep. 1. Generaon of npu gnal.. Compuaon baed on eqaon (3) of ae vecor x(k +1) and oupu y(k) n cycle for each value of dcree npu gnal. 3. Dplay of he reul..3 PID o PSD ranformaon module PIDPSD Module npu: - parameer of PID conroller K, I, d, µ - amplng perod - conrol npu u( k 1) - conrol conran u max ( u mn ) - conrol error e( k) and e( k 1) Module oupu: - conrol npu u( k ).3.1 Module analy We can ar wh eqaon decrbng deal PID conroler: where: K I d e() u() 1 de( ) u( ) = K[ e( ) + e( τ ) dτ d ] + (1) d I - proporonal gan, - negral me conan, - dervaonal me conan, - conrol error, - conrol npu. Equaon (1) can be ranformed no dcree equvalen accordng o (Harány 1998): e() + e( k) u( k) = K[ e( k) + ( + k 1 = 1 I d e( k)) + ( e( k) e( k 1))] (11) where negraon wa ubued by rapezod approxmaon and dervaon by fr dfference. If we wan (11) o copy (1) wh afyng precon we have o chooe approprae amplng perod. Equaon (11) repreen o called poonal algorhm for PSD conroller. From effcency pon of vew beer o ue velocy algorhm where ncreae of conrol nervenon mee condon: where u( k) = u( k) u( k 1) = = q e( k) + q e( k 1) + q e( k ) 1 (1) D q = K(1 + ) + (13) I D S q = 1 K(1 + ) (14) q S I D = K. (15) Hence conrol nervenon can be compued ung erave formula: u( k) = u( k 1) + u( k) (16) o he velocy algorhm for PSD conroller : u( k) = u( k 1) + q e( k) + q e( k 1) + q e( k ) 1 characer of PID conroler reman preerved f followng condon wll be me: q >, q1 q <, ( q + q1 ) < q < q. Whle we are ang only equaon for PSD conrol. We can rewre (16) no followng form where u( k) = u ( k) + u ( k) + u ( k), (17) p d u ( k) = ( q q ) e( k), p u ( k) = u ( k 1) + ( q + q + q ) e( k 1), 1 u ( k) = q ( e( k) e( k 1)). d o preven wnd-up effec, whch occur n conrol when conrol npu are bounded o nerval < umn, umax >, we wll modfy velocy algorhm n followng way. If hen and u( k) >= umax (or u( k) umn u ( k) = u ( k 1) u( k) >= ), = umax (or u( k) umn = ). o preven oclaon and udden change n conrol gnal u( k) we can ue dervave fler whch 537

6 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka ued n (Melchar 8) and demonraed on Fg. 1. y r (k) Where e(k) K K I µ /(3 ), K I K D d u(k) Fp( )= B( ) A( ) K d µ +1 Fg. 1: Schema of dervave fler. - negral gan, - dervaonal gan, Fp ( ) - ranfer funcon of conrolled yem. Conrol rule for PID conroller wh dervave fler : KI KD U ( ) = K + E( ) Y ( ). µ + 1 Afer ubuon for PSD algorhm: y(k) ( z 1) = we oban conrol rule ( z + 1) 1 1 de + d1 ez + dez E( z) + d y + d1yz + d yz Y ( z) U ( z) = c + c z + c z 1 1 n Z ranformaon. h afer backward ranformaon gve followng recurve conrol rule: 1 u( k) = ( c1u ( k 1) cu( k ) + dee( k) c + d e( k 1) + d e( k ) + d y( k) (18) where 1e e y + d y( k 1) + d y( k )) 1y y c = 4µ +, c 1 = 8µ, c = 4µ, d = 4K µ + K + K µ + K, e I I d1 = 8K µ + K, (19) e I d = 4K µ K K µ + K, d e I I = K, d1 = 8K, d = 4K y 4 D are parameer of (18)..3. Module mplemenaon y D We can mplemen an algorhm whch can be employed n dcrezaon of PID conroller o PSD form. Par of he module ha handle h pecfc ak can be ummarzed no nex ep: y D 1. Acquon of PID conroler parameer K, I, D, amplng perod (and fler parameer µ ).. Parameer q, q 1, q compuaon baed on (13), (14), (15) or compuaon of parameer for PSD wh dervave fler baed on (19). And ung (17) we can compue conrol npu u( k ). h par of module can be decrbed n followng ep: 1. Acquon of conrol npu u( k 1) and conrol conran u max e( k 1) from anoher module. ( u mn ) and conrol error e( k ) and. Compuaon of conrol npu u( k) baed on (17). 3. If u( k) >= umax (or u( k) >= umn ), hen u ( k) = u ( k 1) and u( k) = umax (or u( k) = umn ). Or f we are ung PSD wh dervave fler we can compue u( k) ung (18) wh followng mplemenaon: 1. Acquon of conrol npu u( k 1), u( k ), conrol error e( k ), e( k 1), e( k ) and oupu y( k ), y( k 1), y( k ) from anoher module.. Compuaon of conrol npu u( k) baed on (18). If we wan o mplemen dcrezaon of P, PI, PD conroller we can do by analogy dervng from mplemenaon of dcrezaon of PID conroler..4 Cloed Loop Smulaon module CLS Module npu: - marxe A, B, C, D ha decrbe connuo lnear dynamc yem and amplng perod - conroller parameer K, I, d, µ - vecor of reference value y r - mulaon me pan, f - conrol npu u( k ) Module oupu: - vecor of conrol npu u - vecor of conrol error e - vecor of oupu value y.4.1 Module analy A we know from auomac conrol heory, ome dynamc yem can be conrolled by PID conrol algorhm. For ucceful PID conrol we need o oban a e of parameer for hee algorhm by 538

7 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka ung convenen mehod of ynhe. he man elemen of he conrol algorhm are repreened by (6) and (7). Ung hee formula we can compue value of ae and oupu varable for each ep n an erave compuaon. Smlarly ung (17) or (18) we can oban conrol nervenon of he conroller for each ep k. Schema of cloed loop conrol rucure demonraed on Fg.. y r(k) y r (k) e(k) e(k) y o(k) Dgal conroller Senor z (k) u(k) z 1 (k) Conrolled yem Fg. : Schema of cloed loop conrol - dered value - conrol error u(k) - conrol npu aqured ung (17) or (18) z 1 (k) y(k) y o (k) z (k) - perurbaon caued by oude world y(k) - yem oupu whch can be meaured aqured ung (3) - oberved yem oupu - noe ha affecng he enor In h module we wll employ CD and PIDPSD whch we decrbed earler. We can for example ue Naln or Graham-Lanhrop mehod for conroler ynhe aed n (Madaráz 7), (Mkleš 1986)..4. Module mplemenaon Implemenaon of velocy algorhm, whch ung eleced mehod of ynhe (Naln and Graham- Lanhrop) and wa verfyed on model of dynamc yem (mple mechanc ocllaor and vagon e n (Dolnký 8) n cloed loop conrol ung language C#, can be decrbed n followng ep. 1. Acquon of yem model parameer (marxe A, B, C, D and amplng perod ).. ranformaon of marxe A, B, C, D o her dcree equvalen F, G, H, J. 3. Acquon of conroller parameer (conroller ype and uben parameer). 4. Acquon of reference, perurbaon and noe gnal parameer (decrpon n uer manual (Dolnký 8). 5. Reference gnal generaon. 6. Perurbaon gnal generaon (f wa defned). 7. Noe gnal generaon (f wa defned). 8. Recuren compuaon of repone of conrolled yem o reference gnal. Implemenaon of recuren compuaon of repone of conrolled yem o reference gnal (ep number 8) decrbed n followng ep k 8.. e( k) y ( k) y ( k) r o 8.3. Conrol nervenon compuaon accordng o (17) (or (18) f we are ung dervave fler) ung PIDPSD module Sumng perubaon and conrol nervenon (f perurbaon wa defned) Compuaon of repone of conrolled yem o conrol nervenon wh perubaon accordng o (3) Oberved conrolled yem oupu compuaon (value of conrolled yem oupu ummed wh noe) Savng e( k 1) (and f we are ung dervave fler avng u( k 1) and y( k 1) ) Savng e(k) and u(k) (and f we are ung dervave fler y( k ) ) If number of ample of reference gnal no exceeded connue wh ep and k k + 1. Oherwe end..5 Nonlnear Dfferenal Syem Solvng module NDSS Module npu: - arng condon f (, x ), - vecor of nonlnear funcon f (, x ), - me pan, f, - nal ep h mn and mnmal ep h. Module oupu: - vecor of fnal value f ( f ).5.1 Module analy h module enable u o mulae nonlnear model of dynamc yem decrbed by yem of nonlnear dfferenal equaon. 539

8 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka dx1 = f1(, x1,..., xn ) d dx = f (, x1,..., xn ) d... dxn = fn (, x1,..., xn ) d Module mplemen numercal mehod Runge Kua of 4 h order. Accordng o (Buša e al. 6) h mehod baed on approxmaon expreed n followng form. where: x k + k + k + k 1 3 4, j + 1 = x, j + () f ( ) - -h nonlnear funcon ( = 1,,..., n ) f ( ) - nal value of -h funcon f ( ) - fnal value of -h funcon f x, j - value of -h ae varable n ep j, x, j value of -h ae varable n ep j + 1. Value k k are: k = h. f (, x ) 1, j j, j 1 6 k = h. f ( + h /, x + k / ) (1) k = h. f ( + h /, x + k / ) 3 j, j k = h. f ( + h, x + k ) 4 j, j 3 5. Acual me ncreaed by ep h. 6. Compuaon of value x, j + 1 accordng o (). 7. If acual me leer han fnal me we ll connue wh ep oherwe end. 3 APPLICAION OF DESIGNED PROGRAM MODULES O PHYSICAL SYSEM BALL & PLAE 3.1 Applcaon analy Whle mplemenng our applcaon we have o repec ha he real model nonlnear and ha o our benef o mulae boh lnear and nonlnear model behavour. herefore requred o creae wo applcaon ha wll negrae and conrol mplemened program module a dfferen module wll be ued for mulaon and conrol n each cae. 3. Analy of dynamc yem Ball & Plae h model repreened by a ball rollng on a plae. h plae conrolled by a couple of ep moor. Poon of he ball caned by a camera. Image are analyed by a compuer whch wll deermne he ball locaon and conecuvely wll deermne and end ou approprae volage o ep moor. hee moor wll lean he plae o dered angle and force he ball o move n approprae drecon o he dered reul would be acheved. Schema from (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ) hown on Fg. 3, block chema on Fg. 4. o check f he ep mall enough we can ue followng. ( k k ) /( k k ) () 3 1 If value () approxmaely equal o.5 we wll preerve la ued ep. If () conderable greaer han.5 we wll reduce ep h..5. Module mplemenaon 1. Inalzaon of varable (nal me, fnal me, ep, mnmal ep, nal condon, collecon of dferenal equaon).. If ep doen mee he precon condon and greaer han mnmal ep han we ll reduce ep by half. 3. Compuaon of parameer k k accordng o (1). Fg. 3: Schema of Ball & Plae and apparau 4. If ep doen mee he precon condon and greaer han mnmal ep han we ll connue wh ep oherwe we ll connue wh ep 5. 54

9 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka yx() yy() Compuer ua() ub() Servo yem a() b() Ball & plae Fg. 4: Block chema of Ball & Plae Varable decrpon: y x (), y y () u a (), u b () a(), b() x() y() - ball locaon on plae deermned from acqured mage [m, m] - volage conrollng ndvdual epng moor [V, V] - angle repreenng nclnaon of plae [rad, rad] x(), y() - ball real poon [m, m] A here no feedback beween ball poon and plae nclnaon poble o dvde he model no wo eparae par ervomechanm and ball freely rollng on he plae. Maemacal model whou ervomechanm wa derved n (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ) from bac Euler - Lagrange equaon. where q qɺ V Q d V + = Q d qɺ q q - he -h generalzed coordnae - he fr dervaon of he -h generalzed coordnae by me - knec energy of he yem - poenal energy of he yem - he -h generalzed force Dealed dervaon n (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ). Fnally we ge a yem of four dfferenal equaon of he econd grade. where I x m ɺɺ x mɺ ɺ y ɺ x mg (3) b : ( + ) ( αβ + α ) + nα = rb I y m ɺɺ y mɺ αβɺ x ɺ β y mg β (4) b : ( + ) ( + ) + n = rb I + I + mx ɺɺ α + mɺɺ βxy + ɺ βxy ɺ + ɺ βxyɺ + ɺ αxx ɺ ( p b ) ( ) + mgx co α = ɺɺ F d α co α ( I p + Ib + mx ) β + m( αxy + αxy + αxy + βxx) + mgx co β = ɺɺ ɺɺ ɺ ɺ ɺɺ F d β co β x, y - ball coordnae on he plae [m] (5) (6) r b - ball radu [m] ω - vecor of ball angular velocy [rad/] α, β - angle of plae nclnaon [rad] I b - ball nera [kg.m ] I p - plae nera [kg.m ] m - ball ma [kg] g - gravonal acceleraon [m - ] F α F β - force nfluencng he plae n he drecon of ax x [N] -force nfluencng he plae n he drecon of ax y [N] Ball moon decrbed by (3) and (4) whch decrbe dependence of ball acceleraon from angle and angular velocy of he plae nclnaon. Eqaon (5) and (6) are decrbng how he plae nclnaon dynamc nfluenced by he exernal drvng force and he poon and peed of he ball. Accordng o he B&P manual poble o mplfy he dynamc of B&P. Ung he aumpon from manual we ll fnally oban followng model. d x d d y d 3..1 Servo yem 5 = g n α Kbα 7 5 = g n β Kbβ 7 Block chema of he ervo yem from (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ) on Fg. 5. Due o lmaon of he yem h par conan everal nonlnear componen. Fg. 5: Block chema of ervo yem he fr nonlnear componen a fler called rae lmer whch rercng he cope of peed of change (dervaon) of npu volage. h fler olve he problem of ofware drver. he problem dwell n followng. Sack n whch we ore waned value can be acualzed only afer reachng he dered poon. In oher word we canno exceed nomnal peed of eppng moor whch deermned by frequency of mpule whch are upplyed by drvng card of 541

10 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka eppng moor. We can expe maemacally n followng aemen. where u α u αf k R uα ( k) uα ( k 1) rae = u ( k) = + R + u ( k 1) rae < +R α f α f u ( k) = R + u ( k 1) rae < -R α f α f u ( k) = u oherwe. α f α - fler npu - fler oupu - ep - amplng perod - rae rehold Addonal nonlnear dynamc are caued by a auraon fler called amplude lmer whch enure ha maxmum lope of he plae canno be exceeded. Inpu gnal lmed no nerval <-1,1> o afer mulplyng by ac gan f no plae nclnaon lm. Fnally we have o repec he fac ha he eppng moor have conan peed of eppng. Hence we need o add an elemen ha wll be nenve o ceran range of value and beyond h nerval oupu wll be a pove or negave conan value hu modelng he moon of he moor upward or downward. Syem parameer Parameer of dynamc yem can be meaured drecly or are known from (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ). Normalzed parameer are followng. K overall yem gan [ - ] ω nomnal peed of ervo yem [ -1 ] m me conan of ervoyem [] K α ac gan [rad/mu] K b B&P yem gan [m - /rad] K x ball poon enor conan [MU/ m] Lnear model Sae vecor: x1 yx ball ' poon [ ] 1 x = x = yɺ x ball ' velocy [ ] x 3 α plae' nclnaon [ ] Inpu u α... dered plae angle en ou from Malab u α < 1, + 1 > Oupu y x... ball poon read o Malab y < 1, + 1 > x Sae equaon ɺx = A x + B 1 ɺx = K x + uα (7) 1 1 m m y x = = Lnear model ranfer funcon: u α [ 1 ] C x x (8) Y K x α Kβ K x K F( ) = = = U ( + 1) ( + 1) Syem characerc α m m. (9) he B&P model a 3rd order yem wh he nd order of aam Characerc nonlneare: - rae lmer - auraon - me conan dependen on he magnude and frequency of an npu gnal unmodelled propere : - frcon - defec n he ball and/or plae urface 3.3 Lnear Ball & Plae Conrol Smulaon module LBPC Module npu: - PID parameer K, d,, µ - amplng perod, - mulaon me pan, f, - noe and perurbaon parameer. Module oupu: - vecor of conrol npu for x and y ax u x, u y, - vecor of poon for x and y ax y x, y y, - vecor of oberved poon for x and y ax y ox, y oy, - vecor of conrol error for x and y ax e x, e y Module analy When we are aumng lnear model of Ball & Plae we can compue yem ae and oupu ung (7) and (8). Alhough Ball & Plae a MIMO (Mul Inpu Mul Oupu) dynamc yem poble o dvde no wo SISO dynamc yem (ball moon on he plae n drecon of ax x and moon n drec- 54

11 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka on of ax y). herefore we ll conduc analy only for one coordnae (rule for he econd coordae are he ame). z 1 (k) q = 3.3, q 1 = , q = 1.5. Conrol rule for PSD conroller followng: u( k) = u( k 1) e( k) e( k 1) e( k ). y r (k) e(k) yo(k) Dgal conroller Senor z (k) u(k) LI B&P model Fg. 6: Clooed loop conrol of lnear Ball & Plae model y r (k) e(k) y(k) - conrol npu(reference rajecory for one ax) - conrol error u(k) - conrol npu whch compued from (17) or (18)(volage uppled o eppng moor whch conrol nclnaon of plae n drecon of one ax) z 1 (k) y(k) y o (k) z (k) - perurbaon ha affec ball poon - oupu (ball poon) whch compued from (3) - oberved oupu (ball poon nfluenced by noe) - noe affecng he enor I mgh appear ha perurbaon and noe are he ame and can be condered a one gnal bu here dfference n characer of hoe gnal. Characer of perurbaon gnal deermnc whle characer of noe peudorandom alhough amplude lmed. We can ue perurbaon o mulae jumpng and ldng of he ball on he plae a hoe phenomena are preen n real model. Noe can be ued o mulae behavour of camera and mperfecon of mage recognon algorhm. Synhe of conrol baed on ranfer funcon (9). PID conroller degned by Naln mehod ha followng parameer K =.15, d = 4, = 8. Correpondng parameer of PSD conroller when amplng perod =.1 are: q = 5.157, q 1 = -1.14, q = 5. Conrol rule for PSD conroller followng: u( k) = u( k 1) e( k) e( k 1) + 5 e( k ). PID conroller degned by Graham-Lanhrop mehod ha followng parameer K = 1.743, d =.494, = Correpondng parameer of PSD conroller when amplng perod =.4 are: 3.4 Module mplemenaon o mulae cloed loop crcu for boh axe we can ue module CLS whch wa decrbed earler. Bu we have o modfy he mplemenaon of recurve compuaon of repone of conrolled yem o followng form k 7.. e( k) y ( k) y ( k) r o 7.3. Conrol nervenon compuaon accordng o (17) (or (18) f we are ung dervave fler) ung PIDPSD module Compuaon of ae vecor accordng o he fr equaon of (3), 7.5. Summng perurbaon and ball poon (f perurbaon wa defned) Lmaon of he ball poon Compuaon of repone of he yem accordng o econd equaon n (3) Compuaon of oberved oupu (value of oupu ummed wh noe), 7.9. Savng e( k 1) (and f we are ung dervave fler avng u( k 1) and y( k 1) ) Savng e(k) and u(k) (and f we are ung dervave fler yo ( k ) ) If number of ample of reference gnal no exceeded connue wh ep and k k + 1. Oherwe end. 3.5 Nonlnear B&P Conrol Smulaon Module NBPCSM Module npu: - PID parameer K, d,, µ, - Samplng perod, - Smulaon me pan, f, - noe and perurbaon parameer Module oupu: - vecor of conrol npu for x and y ax u x, u y, - vecor of poon for x and y ax y x, y y, - vecor of oberved poon for x and y ax y ox, y oy, - vecor of conrol error for x and y ax e x, e y. 543

12 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka Module analy When we are aumng nonlnear model of Ball & Plae we have o compue yem ae and oupu ung (3) a (4) whch are decrbng behavour of he nonlnear dynamc yem. A no he force F α and F β bu drecly he angle α and β are yem npu. h due o he fac ha he frequency of a epper below he acceleraon lm. No ep can be lo and he magnude of load momen canno affec he moor poon. h aumpon reul n omng he equaon (5) and (6) a aed n (Humuof: CE151 Ball and Plae Apparau Educaonal Manual ). Bu of coure we ll have o repec lm of dynamc yem. y rx (k) y ry (k) y ox (k) e x (k) e y (k) y oy (k) z x (k) Senor for x ax locaon Dgal conroller for ax x Dgal conroller for ax y Senor for y ax locaon z y (k) u x (k) u y (k) Nonlnear B&P model z 1x (k) z 1y (k) y x (k) y y (k) Fg. 7: Clooed loop conrol of nonlear Ball & Plae y rx (k) e x (k) - conrol npu (reference rajecory for ax x) - conrol error for ax x u x (k) - acon npu whch compued from (17) or (18) (volage uppled o eppng moor whch conrol nclnaon of plae n drecon of x ax) z 1x (k) y x (k) y ox (k) z x (k) - perurbaon ha affec ball poon - oupu for ax x (x coordnae of ball poon) whch compued from (3) - oberved oupu for ax x (x coordnae of ball poon nfluenced by noe) - noe affecng he enor n coordnae x Decrpon for y ax varable can be done by analogy. o conrol nonlnear dynamc yem Ball & Plae we ued conroller degned ung ranfer funcon of lnear model of Ball & Plae Module mplemenaon 1. Acquon of conroller parameer (conroller ype and uben parameer).. Acquon of reference, perurbaon and noe gnal parameer and ample me. 3. Reference gnal generaon. 4. Perurbaon gnal generaon (f wa defned). 5. Noe gnal generaon (f wa defned). 6. Recuren compuaon of repone of conrolled yem o reference gnal. Implemenaon of recuren compuaon of repone of conrolled yem o reference npu (ep number 6) decrbed n followng ep k 6.. e ( k) y ( k) y ( k) x rx ox e ( k) y ( k) y ( k) y ry oy 6.3. Compuaon and rae and amplude lmaon of volage for each moor Compuaon of plae nclnaon angle, her lmaon, compuaon of dfference beween preen and la value and flraon (baed on envy) Numercal negraon of angle Compuaon of ball poon and dervaon of ball poon Summng perurbaon and ball poon (f perurbaon wa defned) Compuaon of ball poon affeced wh noe and lmaon of ball locaon Savng ex ( k 1), ey ( k 1), ex ( k ), ey ( k ), ux ( k ), uy ( k ) (f we are ung dervave fler avng alo yox ( k ), yoy ( k ), yox ( k 1), yoy ( k 1), ux ( k 1), uy ( k 1) ) and plae nclnaon ( α ( k), β ( k) ) If number of ample of reference npu no exceeded connue wh ep and k k + 1. Oherwe end. 3.6 Applcaon reul For mulaon of conrol of he dynamc yem Ball & Plae we ued followng gnal. A a conrolled npu we ued poon of he ball and a a conrol npu we ued ball dered poon or dered rajecory. Reul depend on employed conroller, dered rajecory, me pan provded o cover he rajecory, amplng perod, perurbaon and noe. A a perurbaon gnal we ue a gnal ha affec ball poon. hu we can approxmae real condon where ball n ceran momen looe conac wh he plae or ldng. Noe n h yem conderable a mage proceng by camera deermnng he locaon 544

13 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka of he ball affeced by lgh condon and ball color. In general reul of conrol of lnear model are beer. Followng pcure llurae reul of lnear and nonlnear model. Smulaon me wa 6 econd for qare and crcle rajecory, 1 econd for ar and helx and 3 econd for poon. For conrol of lnear model we ued conroller degned by Graham- Lanhrop mehod (K = 1.743, d =.494, = 1.98) wh dervave fler ( µ = ), a we acqured beer 1 reul. For conrol of nonlnear model we ued conroller degned by Naln mehod (K =.15, d = 4, = 8) whou dervave fler. d Fg. 11: rackng of qare rajecory (nonlnear model) Fg. 1: rackng of crcle rajecory (lnear model) Fg. 8 : Conrol o dered poon (lnear model) Fg. 13: rackng of crcle rajecory (nonlnear model) Fg. 9: Conrol o dered poon (nonlnear model) Fg. 14: rackng of ar rajecory (lnear model) Fg. 1: rackng of qare rajecory (lnear model) 545

14 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka Fg. 15: rackng of ar rajecory (nonlnear model) Fg. 19: rackng of qare rajecory (ax x) wh fler. Fg. 16: rackng of helx rajecory (lnear model) Fg. : rackng of qare rajecory (ax y) whou fler. Fg. 17: rackng of helx rajecory (nonlnear model) Fg. 1: rackng of qare rajecory (ax y) wh fler. Fg. 18: rackng of qare rajecory (ax x) whou fler. Fg. : rackng wh qare rajecory whou fler. Fg. 1 can be compared wh Fg. o demonrae effec of dervave fler when reference rajecory changng very eeply. 546

15 17h Inernaonal Conference on Proce Conrol 9 June 9 1, 9, Šrbké Pleo, Slovaka 4 CONCLUSION We creaed and verfed requred module ha allow u o ranform connuou lnear dynamc yem o her dcree equvalen and analyze behavour of hee dynamc yem. hen we connued wh ranformaon of PID algorhm o dcree form. We ued PSD algorhm wh an-wndup and dervave fler n mulaon of conrol n cloed loop crcu. A we waned o evaluae robune of conrol we creaed a program module ha enable u o olve nonlnear yem of dfferenal equaon. All hee module were ued n an applcaon ha mulae behavour of real phycal model Ball and Plae. We creaed wo applcaon one for mulaon of conrol of lnear model and econd for nonlnear model of dynamc yem Ball and Plae. hu we verfed he robune of degned conrol. Alo we howed ha whle C# doen drecly provde funcon or procedure for modelng or conrol of dynamc yem, we can creae hem by ourelve. Conderng he fac ha ynax of C# very eay and horough we can quckly mplemen requred funcon no program module whch can be ued n an applcaon n dered way. Alo we are no bound o hgher programmng language a Malab. Moreover poble o ue rch poble ha plaform.ne provde. D. Krokavec, A. Flaová. (6). Dkréne yémy. Košce: Elfa. 3. ISBN L. Madaráz, M. Bučko, L. Fozo. (7). Základy auomackého radena - 1. Elfa. Košce. ISBN J. Mkleš, V. Hula. (1986) eóra auomackého radena. Alfa. Bralava. ISBN J.Melchar. (8) Lneární Syémy (Učební ex). ZČU Plzeň (avalable on nerne). 5 ACKNOWLEDGMENS h reearch ha been uppored by he Scenfc Gran Agency of Slovak republc under projec Vega No. 1/617/8 Mulagen Nework Conrol Syem wh Auomac Reconfguraon. h uppor very graefully acknowledged. 6 REFERENCES J. Buša, V. Prč, Š. Schroer. (6). Numercké meódy, pravdepodobnoť a maemacká šaka. Košce: U-FEI, ISBN K Dolnký. (8). Degn and Realzaon of Program Module for Model of Dynamcal Syem. Bachelor he. (upervor: ao. prof. Ing. A. Jadlovká, PhD, Ing. R. Lonščák), FEI U, Košce, (n Slovak). L. Harány, J. Murgaš, D. Ronová, A. Kozáková. (1998). eóra auomackého radena. Bralava: Slovenká echncká Unverza Bralava, Fakula elekroechnky a nformaky. 16. ISBN Humuof: CE151 Ball and Plae Apparau Educaonal Manual. (1996-4). 547

Control Systems. Mathematical Modeling of Control Systems.

Control Systems. Mathematical Modeling of Control Systems. Conrol Syem Mahemacal Modelng of Conrol Syem chbum@eoulech.ac.kr Oulne Mahemacal model and model ype. Tranfer funcon model Syem pole and zero Chbum Lee -Seoulech Conrol Syem Mahemacal Model Model are key

More information

Fundamentals of PLLs (I)

Fundamentals of PLLs (I) Phae-Locked Loop Fundamenal of PLL (I) Chng-Yuan Yang Naonal Chung-Hng Unvery Deparmen of Elecrcal Engneerng Why phae-lock? - Jer Supreon - Frequency Synhe T T + 1 - Skew Reducon T + 2 T + 3 PLL fou =

More information

Cooling of a hot metal forging. , dt dt

Cooling of a hot metal forging. , dt dt Tranen Conducon Uneady Analy - Lumped Thermal Capacy Model Performed when; Hea ranfer whn a yem produced a unform emperaure drbuon n he yem (mall emperaure graden). The emperaure change whn he yem condered

More information

SSRG International Journal of Thermal Engineering (SSRG-IJTE) Volume 4 Issue 1 January to April 2018

SSRG International Journal of Thermal Engineering (SSRG-IJTE) Volume 4 Issue 1 January to April 2018 SSRG Inernaonal Journal of Thermal Engneerng (SSRG-IJTE) Volume 4 Iue 1 January o Aprl 18 Opmal Conrol for a Drbued Parameer Syem wh Tme-Delay, Non-Lnear Ung he Numercal Mehod. Applcaon o One- Sded Hea

More information

(,,, ) (,,, ). In addition, there are three other consumers, -2, -1, and 0. Consumer -2 has the utility function

(,,, ) (,,, ). In addition, there are three other consumers, -2, -1, and 0. Consumer -2 has the utility function MACROECONOMIC THEORY T J KEHOE ECON 87 SPRING 5 PROBLEM SET # Conder an overlappng generaon economy le ha n queon 5 on problem e n whch conumer lve for perod The uly funcon of he conumer born n perod,

More information

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS THE PREICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS INTROUCTION The wo dmensonal paral dfferenal equaons of second order can be used for he smulaon of compeve envronmen n busness The arcle presens he

More information

Solution in semi infinite diffusion couples (error function analysis)

Solution in semi infinite diffusion couples (error function analysis) Soluon n sem nfne dffuson couples (error funcon analyss) Le us consder now he sem nfne dffuson couple of wo blocks wh concenraon of and I means ha, n a A- bnary sysem, s bondng beween wo blocks made of

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Lnear Response Theory: The connecon beween QFT and expermens 3.1. Basc conceps and deas Q: ow do we measure he conducvy of a meal? A: we frs nroduce a weak elecrc feld E, and hen measure

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

Laplace Transformation of Linear Time-Varying Systems

Laplace Transformation of Linear Time-Varying Systems Laplace Tranformaon of Lnear Tme-Varyng Syem Shervn Erfan Reearch Cenre for Inegraed Mcroelecronc Elecrcal and Compuer Engneerng Deparmen Unvery of Wndor Wndor, Onaro N9B 3P4, Canada Aug. 4, 9 Oulne of

More information

A Nonlinear ILC Schemes for Nonlinear Dynamic Systems To Improve Convergence Speed

A Nonlinear ILC Schemes for Nonlinear Dynamic Systems To Improve Convergence Speed IJCSI Inernaonal Journal of Compuer Scence Iue, Vol. 9, Iue 3, No, ay ISSN (Onlne): 694-84 www.ijcsi.org 8 A Nonlnear ILC Scheme for Nonlnear Dynamc Syem o Improve Convergence Speed Hoen Babaee, Alreza

More information

Chapter 6: AC Circuits

Chapter 6: AC Circuits Chaper 6: AC Crcus Chaper 6: Oulne Phasors and he AC Seady Sae AC Crcus A sable, lnear crcu operang n he seady sae wh snusodal excaon (.e., snusodal seady sae. Complee response forced response naural response.

More information

( ) () we define the interaction representation by the unitary transformation () = ()

( ) () we define the interaction representation by the unitary transformation () = () Hgher Order Perurbaon Theory Mchael Fowler 3/7/6 The neracon Represenaon Recall ha n he frs par of hs course sequence, we dscussed he chrödnger and Hesenberg represenaons of quanum mechancs here n he chrödnger

More information

H = d d q 1 d d q N d d p 1 d d p N exp

H = d d q 1 d d q N d d p 1 d d p N exp 8333: Sacal Mechanc I roblem Se # 7 Soluon Fall 3 Canoncal Enemble Non-harmonc Ga: The Hamlonan for a ga of N non neracng parcle n a d dmenonal box ha he form H A p a The paron funcon gven by ZN T d d

More information

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems

The Finite Element Method for the Analysis of Non-Linear and Dynamic Systems Swss Federal Insue of Page 1 The Fne Elemen Mehod for he Analyss of Non-Lnear and Dynamc Sysems Prof. Dr. Mchael Havbro Faber Dr. Nebojsa Mojslovc Swss Federal Insue of ETH Zurch, Swzerland Mehod of Fne

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm H ( q, p, ) = q p L( q, q, ) H p = q H q = p H = L Equvalen o Lagrangan formalsm Smpler, bu

More information

Graduate Macroeconomics 2 Problem set 5. - Solutions

Graduate Macroeconomics 2 Problem set 5. - Solutions Graduae Macroeconomcs 2 Problem se. - Soluons Queson 1 To answer hs queson we need he frms frs order condons and he equaon ha deermnes he number of frms n equlbrum. The frms frs order condons are: F K

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 0 Canoncal Transformaons (Chaper 9) Wha We Dd Las Tme Hamlon s Prncple n he Hamlonan formalsm Dervaon was smple δi δ Addonal end-pon consrans pq H( q, p, ) d 0 δ q ( ) δq ( ) δ

More information

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s Ordnary Dfferenal Equaons n Neuroscence wh Malab eamples. Am - Gan undersandng of how o se up and solve ODE s Am Undersand how o se up an solve a smple eample of he Hebb rule n D Our goal a end of class

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm Hqp (,,) = qp Lqq (,,) H p = q H q = p H L = Equvalen o Lagrangan formalsm Smpler, bu wce as

More information

Implementation of Quantized State Systems in MATLAB/Simulink

Implementation of Quantized State Systems in MATLAB/Simulink SNE T ECHNICAL N OTE Implemenaon of Quanzed Sae Sysems n MATLAB/Smulnk Parck Grabher, Mahas Rößler 2*, Bernhard Henzl 3 Ins. of Analyss and Scenfc Compung, Venna Unversy of Technology, Wedner Haupsraße

More information

Lecture 18: The Laplace Transform (See Sections and 14.7 in Boas)

Lecture 18: The Laplace Transform (See Sections and 14.7 in Boas) Lecure 8: The Lalace Transform (See Secons 88- and 47 n Boas) Recall ha our bg-cure goal s he analyss of he dfferenal equaon, ax bx cx F, where we emloy varous exansons for he drvng funcon F deendng on

More information

On computing differential transform of nonlinear non-autonomous functions and its applications

On computing differential transform of nonlinear non-autonomous functions and its applications On compung dfferenal ransform of nonlnear non-auonomous funcons and s applcaons Essam. R. El-Zahar, and Abdelhalm Ebad Deparmen of Mahemacs, Faculy of Scences and Humanes, Prnce Saam Bn Abdulazz Unversy,

More information

Lecture 11: Stereo and Surface Estimation

Lecture 11: Stereo and Surface Estimation Lecure : Sereo and Surface Emaon When camera poon have been deermned, ung rucure from moon, we would lke o compue a dene urface model of he cene. In h lecure we wll udy he o called Sereo Problem, where

More information

Cubic Bezier Homotopy Function for Solving Exponential Equations

Cubic Bezier Homotopy Function for Solving Exponential Equations Penerb Journal of Advanced Research n Compung and Applcaons ISSN (onlne: 46-97 Vol. 4, No.. Pages -8, 6 omoopy Funcon for Solvng Eponenal Equaons S. S. Raml *,,. Mohamad Nor,a, N. S. Saharzan,b and M.

More information

Chapter Lagrangian Interpolation

Chapter Lagrangian Interpolation Chaper 5.4 agrangan Inerpolaon Afer readng hs chaper you should be able o:. dere agrangan mehod of nerpolaon. sole problems usng agrangan mehod of nerpolaon and. use agrangan nerpolans o fnd deraes and

More information

6.302 Feedback Systems Recitation : Phase-locked Loops Prof. Joel L. Dawson

6.302 Feedback Systems Recitation : Phase-locked Loops Prof. Joel L. Dawson 6.32 Feedback Syem Phae-locked loop are a foundaional building block for analog circui deign, paricularly for communicaion circui. They provide a good example yem for hi cla becaue hey are an excellen

More information

Let s treat the problem of the response of a system to an applied external force. Again,

Let s treat the problem of the response of a system to an applied external force. Again, Page 33 QUANTUM LNEAR RESPONSE FUNCTON Le s rea he problem of he response of a sysem o an appled exernal force. Agan, H() H f () A H + V () Exernal agen acng on nernal varable Hamlonan for equlbrum sysem

More information

FTCS Solution to the Heat Equation

FTCS Solution to the Heat Equation FTCS Soluon o he Hea Equaon ME 448/548 Noes Gerald Reckenwald Porland Sae Unversy Deparmen of Mechancal Engneerng gerry@pdxedu ME 448/548: FTCS Soluon o he Hea Equaon Overvew Use he forward fne d erence

More information

On One Analytic Method of. Constructing Program Controls

On One Analytic Method of. Constructing Program Controls Appled Mahemacal Scences, Vol. 9, 05, no. 8, 409-407 HIKARI Ld, www.m-hkar.com hp://dx.do.org/0.988/ams.05.54349 On One Analyc Mehod of Consrucng Program Conrols A. N. Kvko, S. V. Chsyakov and Yu. E. Balyna

More information

A Demand System for Input Factors when there are Technological Changes in Production

A Demand System for Input Factors when there are Technological Changes in Production A Demand Syem for Inpu Facor when here are Technologcal Change n Producon Movaon Due o (e.g.) echnologcal change here mgh no be a aonary relaonhp for he co hare of each npu facor. When emang demand yem

More information

u(t) Figure 1. Open loop control system

u(t) Figure 1. Open loop control system Open loop conrol v cloed loop feedbac conrol The nex wo figure preen he rucure of open loop and feedbac conrol yem Figure how an open loop conrol yem whoe funcion i o caue he oupu y o follow he reference

More information

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5 TPG460 Reservor Smulaon 08 page of 5 DISCRETIZATIO OF THE FOW EQUATIOS As we already have seen, fne dfference appromaons of he paral dervaves appearng n he flow equaons may be obaned from Taylor seres

More information

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy Arcle Inernaonal Journal of Modern Mahemacal Scences, 4, (): - Inernaonal Journal of Modern Mahemacal Scences Journal homepage: www.modernscenfcpress.com/journals/jmms.aspx ISSN: 66-86X Florda, USA Approxmae

More information

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC CH.3. COMPATIBILITY EQUATIONS Connuum Mechancs Course (MMC) - ETSECCPB - UPC Overvew Compably Condons Compably Equaons of a Poenal Vecor Feld Compably Condons for Infnesmal Srans Inegraon of he Infnesmal

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4 CS434a/54a: Paern Recognon Prof. Olga Veksler Lecure 4 Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped

More information

A. Inventory model. Why are we interested in it? What do we really study in such cases.

A. Inventory model. Why are we interested in it? What do we really study in such cases. Some general yem model.. Inenory model. Why are we nereed n? Wha do we really udy n uch cae. General raegy of machng wo dmlar procee, ay, machng a fa proce wh a low one. We need an nenory or a buffer or

More information

Lecture 6: Learning for Control (Generalised Linear Regression)

Lecture 6: Learning for Control (Generalised Linear Regression) Lecure 6: Learnng for Conrol (Generalsed Lnear Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure 6: RLSC - Prof. Sehu Vjayakumar Lnear Regresson

More information

Notes on the stability of dynamic systems and the use of Eigen Values.

Notes on the stability of dynamic systems and the use of Eigen Values. Noes on he sabl of dnamc ssems and he use of Egen Values. Source: Macro II course noes, Dr. Davd Bessler s Tme Seres course noes, zarads (999) Ineremporal Macroeconomcs chaper 4 & Techncal ppend, and Hamlon

More information

Matrix reconstruction with the local max norm

Matrix reconstruction with the local max norm Marx reconrucon wh he local max norm Rna oygel Deparmen of Sac Sanford Unvery rnafb@anfordedu Nahan Srebro Toyoa Technologcal Inue a Chcago na@cedu Rulan Salakhudnov Dep of Sac and Dep of Compuer Scence

More information

Chapters 2 Kinematics. Position, Distance, Displacement

Chapters 2 Kinematics. Position, Distance, Displacement Chapers Knemacs Poson, Dsance, Dsplacemen Mechancs: Knemacs and Dynamcs. Knemacs deals wh moon, bu s no concerned wh he cause o moon. Dynamcs deals wh he relaonshp beween orce and moon. The word dsplacemen

More information

2/20/2013. EE 101 Midterm 2 Review

2/20/2013. EE 101 Midterm 2 Review //3 EE Mderm eew //3 Volage-mplfer Model The npu ressance s he equalen ressance see when lookng no he npu ermnals of he amplfer. o s he oupu ressance. I causes he oupu olage o decrease as he load ressance

More information

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS R&RATA # Vol.) 8, March FURTHER AALYSIS OF COFIDECE ITERVALS FOR LARGE CLIET/SERVER COMPUTER ETWORKS Vyacheslav Abramov School of Mahemacal Scences, Monash Unversy, Buldng 8, Level 4, Clayon Campus, Wellngon

More information

Motion in Two Dimensions

Motion in Two Dimensions Phys 1 Chaper 4 Moon n Two Dmensons adzyubenko@csub.edu hp://www.csub.edu/~adzyubenko 005, 014 A. Dzyubenko 004 Brooks/Cole 1 Dsplacemen as a Vecor The poson of an objec s descrbed by s poson ecor, r The

More information

Lecture 9: Dynamic Properties

Lecture 9: Dynamic Properties Shor Course on Molecular Dynamcs Smulaon Lecure 9: Dynamc Properes Professor A. Marn Purdue Unversy Hgh Level Course Oulne 1. MD Bascs. Poenal Energy Funcons 3. Inegraon Algorhms 4. Temperaure Conrol 5.

More information

Variants of Pegasos. December 11, 2009

Variants of Pegasos. December 11, 2009 Inroducon Varans of Pegasos SooWoong Ryu bshboy@sanford.edu December, 009 Youngsoo Cho yc344@sanford.edu Developng a new SVM algorhm s ongong research opc. Among many exng SVM algorhms, we wll focus on

More information

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation Global Journal of Pure and Appled Mahemacs. ISSN 973-768 Volume 4, Number 6 (8), pp. 89-87 Research Inda Publcaons hp://www.rpublcaon.com Exsence and Unqueness Resuls for Random Impulsve Inegro-Dfferenal

More information

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION INTERNATIONAL TRADE T. J. KEHOE UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 27 EXAMINATION Please answer wo of he hree quesons. You can consul class noes, workng papers, and arcles whle you are workng on he

More information

, the. L and the L. x x. max. i n. It is easy to show that these two norms satisfy the following relation: x x n x = (17.3) max

, the. L and the L. x x. max. i n. It is easy to show that these two norms satisfy the following relation: x x n x = (17.3) max ecure 8 7. Sabiliy Analyi For an n dimenional vecor R n, he and he vecor norm are defined a: = T = i n i (7.) I i eay o how ha hee wo norm aify he following relaion: n (7.) If a vecor i ime-dependen, hen

More information

Example: MOSFET Amplifier Distortion

Example: MOSFET Amplifier Distortion 4/25/2011 Example MSFET Amplfer Dsoron 1/9 Example: MSFET Amplfer Dsoron Recall hs crcu from a prevous handou: ( ) = I ( ) D D d 15.0 V RD = 5K v ( ) = V v ( ) D o v( ) - K = 2 0.25 ma/v V = 2.0 V 40V.

More information

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!") i+1,q - [(!

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!) i+1,q - [(! ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL The frs hng o es n wo-way ANOVA: Is here neracon? "No neracon" means: The man effecs model would f. Ths n urn means: In he neracon plo (wh A on he horzonal

More information

6 December 2013 H. T. Hoang - www4.hcmut.edu.vn/~hthoang/ 1

6 December 2013 H. T. Hoang - www4.hcmut.edu.vn/~hthoang/ 1 Lecure Noe Fundamenal of Conrol Syem Inrucor: Aoc. Prof. Dr. Huynh Thai Hoang Deparmen of Auomaic Conrol Faculy of Elecrical & Elecronic Engineering Ho Chi Minh Ciy Univeriy of Technology Email: hhoang@hcmu.edu.vn

More information

Fall 2010 Graduate Course on Dynamic Learning

Fall 2010 Graduate Course on Dynamic Learning Fall 200 Graduae Course on Dynamc Learnng Chaper 4: Parcle Flers Sepember 27, 200 Byoung-Tak Zhang School of Compuer Scence and Engneerng & Cognve Scence and Bran Scence Programs Seoul aonal Unversy hp://b.snu.ac.kr/~bzhang/

More information

Motion of Wavepackets in Non-Hermitian. Quantum Mechanics

Motion of Wavepackets in Non-Hermitian. Quantum Mechanics Moon of Wavepaces n Non-Herman Quanum Mechancs Nmrod Moseyev Deparmen of Chemsry and Mnerva Cener for Non-lnear Physcs of Complex Sysems, Technon-Israel Insue of Technology www.echnon echnon.ac..ac.l\~nmrod

More information

THERMODYNAMICS 1. The First Law and Other Basic Concepts (part 2)

THERMODYNAMICS 1. The First Law and Other Basic Concepts (part 2) Company LOGO THERMODYNAMICS The Frs Law and Oher Basc Conceps (par ) Deparmen of Chemcal Engneerng, Semarang Sae Unversy Dhon Harano S.T., M.T., M.Sc. Have you ever cooked? Equlbrum Equlbrum (con.) Equlbrum

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 31 Signal & Syem Prof. Mark Fowler Noe Se #27 C-T Syem: Laplace Tranform Power Tool for yem analyi Reading Aignmen: Secion 6.1 6.3 of Kamen and Heck 1/18 Coure Flow Diagram The arrow here how concepual

More information

Lecture 11 SVM cont

Lecture 11 SVM cont Lecure SVM con. 0 008 Wha we have done so far We have esalshed ha we wan o fnd a lnear decson oundary whose margn s he larges We know how o measure he margn of a lnear decson oundary Tha s: he mnmum geomerc

More information

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6)

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6) Econ7 Appled Economercs Topc 5: Specfcaon: Choosng Independen Varables (Sudenmund, Chaper 6 Specfcaon errors ha we wll deal wh: wrong ndependen varable; wrong funconal form. Ths lecure deals wh wrong ndependen

More information

Sample Final Exam (finals03) Covering Chapters 1-9 of Fundamentals of Signals & Systems

Sample Final Exam (finals03) Covering Chapters 1-9 of Fundamentals of Signals & Systems Sample Final Exam Covering Chaper 9 (final04) Sample Final Exam (final03) Covering Chaper 9 of Fundamenal of Signal & Syem Problem (0 mar) Conider he caual opamp circui iniially a re depiced below. I LI

More information

Comb Filters. Comb Filters

Comb Filters. Comb Filters The smple flers dscussed so far are characered eher by a sngle passband and/or a sngle sopband There are applcaons where flers wh mulple passbands and sopbands are requred Thecomb fler s an example of

More information

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL Sco Wsdom, John Hershey 2, Jonahan Le Roux 2, and Shnj Waanabe 2 Deparmen o Elecrcal Engneerng, Unversy o Washngon, Seale, WA, USA

More information

5.2 GRAPHICAL VELOCITY ANALYSIS Polygon Method

5.2 GRAPHICAL VELOCITY ANALYSIS Polygon Method ME 352 GRHICL VELCITY NLYSIS 52 GRHICL VELCITY NLYSIS olygon Mehod Velociy analyi form he hear of kinemaic and dynamic of mechanical yem Velociy analyi i uually performed following a poiion analyi; ie,

More information

Model-Based FDI : the control approach

Model-Based FDI : the control approach Model-Baed FDI : he conrol approach M. Saroweck LAIL-CNRS EUDIL, Unver Llle I Olne of he preenaon Par I : model Sem, normal and no normal condon, fal Par II : he decon problem problem eng noe, drbance,

More information

NATIONAL UNIVERSITY OF SINGAPORE PC5202 ADVANCED STATISTICAL MECHANICS. (Semester II: AY ) Time Allowed: 2 Hours

NATIONAL UNIVERSITY OF SINGAPORE PC5202 ADVANCED STATISTICAL MECHANICS. (Semester II: AY ) Time Allowed: 2 Hours NATONAL UNVERSTY OF SNGAPORE PC5 ADVANCED STATSTCAL MECHANCS (Semeser : AY 1-13) Tme Allowed: Hours NSTRUCTONS TO CANDDATES 1. Ths examnaon paper conans 5 quesons and comprses 4 prned pages.. Answer all

More information

Multiple Regressions and Correlation Analysis

Multiple Regressions and Correlation Analysis Mulple Regreon and Correlaon Analy Chaper 4 McGraw-Hll/Irwn Copyrgh 2 y The McGraw-Hll Compane, Inc. All rgh reerved. GOALS. Decre he relaonhp eween everal ndependen varale and a dependen varale ung mulple

More information

Volatility Interpolation

Volatility Interpolation Volaly Inerpolaon Prelmnary Verson March 00 Jesper Andreasen and Bran Huge Danse Mares, Copenhagen wan.daddy@danseban.com brno@danseban.com Elecronc copy avalable a: hp://ssrn.com/absrac=69497 Inro Local

More information

A new topology for quasi-z-source inverter

A new topology for quasi-z-source inverter pp.: A new opology or qua-z-ource nerer Negar Mrkazeman, Ebrahm Babae Elecrcal Engneerng Deparmen, Shabear Branch, Ilamc Azad Unery, Shabear, Iran, Emal:negarmrkazeman@auhab.ac.r Elecrcal and Compuer Engneerng,

More information

Online Appendix for. Strategic safety stocks in supply chains with evolving forecasts

Online Appendix for. Strategic safety stocks in supply chains with evolving forecasts Onlne Appendx for Sraegc safey socs n supply chans wh evolvng forecass Tor Schoenmeyr Sephen C. Graves Opsolar, Inc. 332 Hunwood Avenue Hayward, CA 94544 A. P. Sloan School of Managemen Massachuses Insue

More information

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model BGC1: Survval and even hsory analyss Oslo, March-May 212 Monday May 7h and Tuesday May 8h The addve regresson model Ørnulf Borgan Deparmen of Mahemacs Unversy of Oslo Oulne of program: Recapulaon Counng

More information

Design of Controller for Robot Position Control

Design of Controller for Robot Position Control eign of Conroller for Robo oiion Conrol Two imporan goal of conrol: 1. Reference inpu racking: The oupu mu follow he reference inpu rajecory a quickly a poible. Se-poin racking: Tracking when he reference

More information

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair TECHNI Inernaonal Journal of Compung Scence Communcaon Technologes VOL.5 NO. July 22 (ISSN 974-3375 erformance nalyss for a Nework havng Sby edundan Un wh ang n epar Jendra Sngh 2 abns orwal 2 Deparmen

More information

Problem Set If all directed edges in a network have distinct capacities, then there is a unique maximum flow.

Problem Set If all directed edges in a network have distinct capacities, then there is a unique maximum flow. CSE 202: Deign and Analyi of Algorihm Winer 2013 Problem Se 3 Inrucor: Kamalika Chaudhuri Due on: Tue. Feb 26, 2013 Inrucion For your proof, you may ue any lower bound, algorihm or daa rucure from he ex

More information

L N O Q. l q l q. I. A General Case. l q RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY. Econ. 511b Spring 1998 C. Sims

L N O Q. l q l q. I. A General Case. l q RANDOM LAGRANGE MULTIPLIERS AND TRANSVERSALITY. Econ. 511b Spring 1998 C. Sims Econ. 511b Sprng 1998 C. Sm RAD AGRAGE UPERS AD RASVERSAY agrange mulpler mehod are andard fare n elemenary calculu coure, and hey play a cenral role n economc applcaon of calculu becaue hey ofen urn ou

More information

ANALYSIS AND MODELING OF HYDROLOGIC TIME SERIES. Wasserhaushalt Time Series Analysis and Stochastic Modelling Spring Semester

ANALYSIS AND MODELING OF HYDROLOGIC TIME SERIES. Wasserhaushalt Time Series Analysis and Stochastic Modelling Spring Semester ANALYSIS AND MODELING OF HYDROLOGIC TIME SERIES Waerhauhal Tme Sere Analy and Sochac Modellng Sprng Semeer 8 ANALYSIS AND MODELING OF HYDROLOGIC TIME SERIES Defnon Wha a me ere? Leraure: Sala, J.D. 99,

More information

3. OVERVIEW OF NUMERICAL METHODS

3. OVERVIEW OF NUMERICAL METHODS 3 OVERVIEW OF NUMERICAL METHODS 3 Inroducory remarks Ths chaper summarzes hose numercal echnques whose knowledge s ndspensable for he undersandng of he dfferen dscree elemen mehods: he Newon-Raphson-mehod,

More information

Relative controllability of nonlinear systems with delays in control

Relative controllability of nonlinear systems with delays in control Relave conrollably o nonlnear sysems wh delays n conrol Jerzy Klamka Insue o Conrol Engneerng, Slesan Techncal Unversy, 44- Glwce, Poland. phone/ax : 48 32 37227, {jklamka}@a.polsl.glwce.pl Keywor: Conrollably.

More information

Chapter 5 Signal-Space Analysis

Chapter 5 Signal-Space Analysis Chaper 5 Sgnal-Space Analy Sgnal pace analy provde a mahemacally elegan and hghly nghful ool for he udy of daa ranmon. 5. Inroducon o Sacal model for a genec dgal communcaon yem n eage ource: A pror probable

More information

Multiple Failures. Diverse Routing for Maximizing Survivability. Maximum Survivability Models. Minimum-Color (SRLG) Diverse Routing

Multiple Failures. Diverse Routing for Maximizing Survivability. Maximum Survivability Models. Minimum-Color (SRLG) Diverse Routing Mulple Falure Dvere Roung for Maxmzng Survvably One-falure aumpon n prevou work Mulple falure Hard o provde 100% proecon Maxmum urvvably Maxmum Survvably Model Mnmum-Color (SRLG) Dvere Roung Each lnk ha

More information

TSS = SST + SSE An orthogonal partition of the total SS

TSS = SST + SSE An orthogonal partition of the total SS ANOVA: Topc 4. Orhogonal conrass [ST&D p. 183] H 0 : µ 1 = µ =... = µ H 1 : The mean of a leas one reamen group s dfferen To es hs hypohess, a basc ANOVA allocaes he varaon among reamen means (SST) equally

More information

10. A.C CIRCUITS. Theoretically current grows to maximum value after infinite time. But practically it grows to maximum after 5τ. Decay of current :

10. A.C CIRCUITS. Theoretically current grows to maximum value after infinite time. But practically it grows to maximum after 5τ. Decay of current : . A. IUITS Synopss : GOWTH OF UNT IN IUIT : d. When swch S s closed a =; = d. A me, curren = e 3. The consan / has dmensons of me and s called he nducve me consan ( τ ) of he crcu. 4. = τ; =.63, n one

More information

P R = P 0. The system is shown on the next figure:

P R = P 0. The system is shown on the next figure: TPG460 Reservor Smulaon 08 page of INTRODUCTION TO RESERVOIR SIMULATION Analycal and numercal soluons of smple one-dmensonal, one-phase flow equaons As an nroducon o reservor smulaon, we wll revew he smples

More information

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005 Dynamc Team Decson Theory EECS 558 Proec Shruvandana Sharma and Davd Shuman December 0, 005 Oulne Inroducon o Team Decson Theory Decomposon of he Dynamc Team Decson Problem Equvalence of Sac and Dynamc

More information

Scattering at an Interface: Oblique Incidence

Scattering at an Interface: Oblique Incidence Course Insrucor Dr. Raymond C. Rumpf Offce: A 337 Phone: (915) 747 6958 E Mal: rcrumpf@uep.edu EE 4347 Appled Elecromagnecs Topc 3g Scaerng a an Inerface: Oblque Incdence Scaerng These Oblque noes may

More information

Lecture VI Regression

Lecture VI Regression Lecure VI Regresson (Lnear Mehods for Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure VI: MLSC - Dr. Sehu Vjayakumar Lnear Regresson Model M

More information

Including the ordinary differential of distance with time as velocity makes a system of ordinary differential equations.

Including the ordinary differential of distance with time as velocity makes a system of ordinary differential equations. Soluons o Ordnary Derenal Equaons An ordnary derenal equaon has only one ndependen varable. A sysem o ordnary derenal equaons consss o several derenal equaons each wh he same ndependen varable. An eample

More information

Physics 240: Worksheet 16 Name

Physics 240: Worksheet 16 Name Phyic 4: Workhee 16 Nae Non-unifor circular oion Each of hee proble involve non-unifor circular oion wih a conan α. (1) Obain each of he equaion of oion for non-unifor circular oion under a conan acceleraion,

More information

Chapter 2 Linear dynamic analysis of a structural system

Chapter 2 Linear dynamic analysis of a structural system Chaper Lnear dynamc analyss of a srucural sysem. Dynamc equlbrum he dynamc equlbrum analyss of a srucure s he mos general case ha can be suded as akes no accoun all he forces acng on. When he exernal loads

More information

Response of MDOF systems

Response of MDOF systems Response of MDOF syses Degree of freedo DOF: he nu nuber of ndependen coordnaes requred o deerne copleely he posons of all pars of a syse a any nsan of e. wo DOF syses hree DOF syses he noral ode analyss

More information

Handout # 6 (MEEN 617) Numerical Integration to Find Time Response of SDOF mechanical system Y X (2) and write EOM (1) as two first-order Eqs.

Handout # 6 (MEEN 617) Numerical Integration to Find Time Response of SDOF mechanical system Y X (2) and write EOM (1) as two first-order Eqs. Handou # 6 (MEEN 67) Numercal Inegraon o Fnd Tme Response of SDOF mechancal sysem Sae Space Mehod The EOM for a lnear sysem s M X DX K X F() () X X X X V wh nal condons, a 0 0 ; 0 Defne he followng varables,

More information

MATHEMATICAL MODEL OF THYRISTOR INVERTER INCLUDING A SERIES-PARALLEL RESONANT CIRCUIT

MATHEMATICAL MODEL OF THYRISTOR INVERTER INCLUDING A SERIES-PARALLEL RESONANT CIRCUIT 78 Avance n Elecrcal an Elecronc Engneerng MATHEMATIA MODE OF THYRISTOR INVERTER INUDING A SERIESPARAE RESONANT IRUIT M. uf, E. Szycha Faculy of Tranpor, Techncal Unvery of Raom, Polan ul. Malczewkego

More information

Online EM Algorithm for Background Subtraction

Online EM Algorithm for Background Subtraction Avalable onlne a www.cencedrec.com Proceda Engneerng 9 (0) 64 69 0 Inernaonal Workhop on Informaon and Elecronc Engneerng (IWIEE) Onlne E Algorhm for Background Subracon Peng Chen a*, Xang Chen b,bebe

More information

Variable Structure Control ~ Basics

Variable Structure Control ~ Basics Varable Structure Control ~ Bac Harry G. Kwatny Department of Mechancal Engneerng & Mechanc Drexel Unverty Outlne A prelmnary example VS ytem, ldng mode, reachng Bac of dcontnuou ytem Example: underea

More information

Discussion Session 2 Constant Acceleration/Relative Motion Week 03

Discussion Session 2 Constant Acceleration/Relative Motion Week 03 PHYS 100 Dicuion Seion Conan Acceleraion/Relaive Moion Week 03 The Plan Today you will work wih your group explore he idea of reference frame (i.e. relaive moion) and moion wih conan acceleraion. You ll

More information

Thruster Modulation for Unsymmetric Flexible Spacecraft with Consideration of Torque Arm Perturbation

Thruster Modulation for Unsymmetric Flexible Spacecraft with Consideration of Torque Arm Perturbation hruer Modulaon for Unymmerc Flexble Sacecraf wh onderaon of orue rm Perurbaon a Shgemune anwak Shnchro chkawa a Yohak hkam b a Naonal Sace evelomen gency of Jaan 2-- Sengen ukuba-h barak b eo Unvery 3--

More information

CS 268: Packet Scheduling

CS 268: Packet Scheduling Pace Schedulng Decde when and wha pace o send on oupu ln - Usually mplemened a oupu nerface CS 68: Pace Schedulng flow Ion Soca March 9, 004 Classfer flow flow n Buffer managemen Scheduler soca@cs.bereley.edu

More information

Should Exact Index Numbers have Standard Errors? Theory and Application to Asian Growth

Should Exact Index Numbers have Standard Errors? Theory and Application to Asian Growth Should Exac Index umbers have Sandard Errors? Theory and Applcaon o Asan Growh Rober C. Feensra Marshall B. Rensdorf ovember 003 Proof of Proposon APPEDIX () Frs, we wll derve he convenonal Sao-Vara prce

More information

An introduction to Support Vector Machine

An introduction to Support Vector Machine An nroducon o Suppor Vecor Machne 報告者 : 黃立德 References: Smon Haykn, "Neural Neworks: a comprehensve foundaon, second edon, 999, Chaper 2,6 Nello Chrsann, John Shawe-Tayer, An Inroducon o Suppor Vecor Machnes,

More information

To become more mathematically correct, Circuit equations are Algebraic Differential equations. from KVL, KCL from the constitutive relationship

To become more mathematically correct, Circuit equations are Algebraic Differential equations. from KVL, KCL from the constitutive relationship Laplace Tranform (Lin & DeCarlo: Ch 3) ENSC30 Elecric Circui II The Laplace ranform i an inegral ranformaion. I ranform: f ( ) F( ) ime variable complex variable From Euler > Lagrange > Laplace. Hence,

More information

Supplementary Material to: IMU Preintegration on Manifold for E cient Visual-Inertial Maximum-a-Posteriori Estimation

Supplementary Material to: IMU Preintegration on Manifold for E cient Visual-Inertial Maximum-a-Posteriori Estimation Supplemenary Maeral o: IMU Prenegraon on Manfold for E cen Vsual-Ineral Maxmum-a-Poseror Esmaon echncal Repor G-IRIM-CP&R-05-00 Chrsan Forser, Luca Carlone, Fran Dellaer, and Davde Scaramuzza May 0, 05

More information

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany Herarchcal Markov Normal Mxure models wh Applcaons o Fnancal Asse Reurns Appendx: Proofs of Theorems and Condonal Poseror Dsrbuons John Geweke a and Gann Amsano b a Deparmens of Economcs and Sascs, Unversy

More information