Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Application

Size: px
Start display at page:

Download "Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Application"

Transcription

1 Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Alication Jiaqi Liang, Jing Dai, Ganesh K. Venayagamoorthy, and Ronald G. Harley Abstract A large nonlinear dynamic system usually has comlex dynamic modes corresonding to the system s eigenvalues. These eigenvalues govern the system s local behavior and thus are critical information for designing system oeration and control strategies. Without the availability of the system s analytical model, which is often the case for large nonlinear systems, the system s eigenvalues need to be estimated. A linear echo state network (ESN) based method for extracting observable eigenvalues of a dynamic system together with the articiation factors of these eigenvalues in the accessible system states is resented in this aer. A linear ESN is first trained to track the dynamic system s local resonses under injected small erturbation signals. The dynamic system s eigenvalues are then extracted from the ESN s weight matrices. Given the merit of fast training of ESNs, the ESN can be quickly retrained once the system oerating oint changes, and the system eigenvalues can be reestimated. Alication of the roosed eigenvalue extraction method in the ower system small-signal analysis is resented to demonstrate the effectiveness of the roosed method. A I. INTRODUCTION RTIFICIAL neural networks (ANNs) are well-known effective universal function aroximators. Different tyes of ANNs have been roosed in the ast few decades and broadly used in nonlinear system modeling and intelligent neural control [1]. The multi-layer ercetron (MLP) network and the radial basis function (RBF) network have relatively simle structures, but their aroximation abilities are limited by their feed-forward structures. Recurrent neural networks (RNNs) have advantages in modeling dynamic systems due to their internal dynamic memory [2]. However, the training algorithms for RNNs usually have high comutational comlexity and long training cycles. Recently, the echo state network (ESN) [3] has been introduced as a secial tye of RNN, which has the same dynamic modeling caability as a RNN but requires a simler training rocess. ESNs have been successfully alied to the areas of dynamic system modeling and neural adative controls [4]-[7]. However, most of the revious works on dynamic system identification have focused on how to Manuscrit received May 2, 21. This work was suorted in art by the National Science Foundation, USA, under Grants ECCS 8247 and EFRI J. Liang, J. Dai and R. G. Harley are with the School of Electrical and Comuter Engineering, Georgia Institute of Technology, Atlanta, GA 3332, USA. R. G. Harley is also Professor Emeritus and an Honorary Research Associate, University of KwaZulu-Natal, Durban, South Africa. ( jliang@gatech.edu; jingdai@gatech.edu; rharley@ece.gatech. edu) G. K. Venayagamoorthy is the Director of the Real-Time Power and Intelligent Systems Laboratory, Missouri University of Science and Technology, Rolla, MO 6549, USA ( gkumar@ieee.org). train an ANN such that it tracks a certain trajectory or minimizes a certain erformance index, but seldom has anyone investigated the information buried inside an ANN after it has been trained. On the other side, a comlex nonlinear dynamic system (lant) being modeled by an ANN often does not have an accurate analytical model for designers to study its dynamic characteristics and stability margins. This characteristic information, such as system eigenvalues (or modes), however, is often critical for system oerators to maintain the system within a safe stability margin as well as designing system controllers. Existing methods to estimate a dynamic system s observable modes are based on directly analyzing the frequency comonents in the system oututs, for examle, Prony s method [8]. However, if the system has multile oututs and multile observable modes, this method does not rovide information on the couling between different system modes and states, i.e., the articiation factors. This aer rooses a linear ESN (an ESN with linear activation function) based method to extract observable eigenvalues of a dynamic system as well as the articiation factors of these eigenvalues in the accessible system states. For nonlinear system identification, nonlinear activation functions are necessary. However, eigenvalues of a nonlinear dynamic system only reresent its local dynamics around its oerating oint, where the nonlinear system behaves like a linear system. Therefore, a linear ESN is sufficient to extract this information. A brief overview of the ESN structure and its training algorithms, as well as the mathematical simlicity of a linear ESN, is resented in Section II. The roosed method for dynamic system observable eigenvalue extraction is discussed in Section III. Section IV rovides further discussion on finding the articiation factors between the extracted system eigenvalues and the system accessible states. The alication of the roosed method to evaluate the small-signal stability of a ower system is resented in Section V. II. OVERVIEW OF ECHO STATE NETWORKS This section gives a brief overview of ESNs. More detailed descritions can be found in [3],[9]-[12]. A. Structure of ESNs The structure of an ESN is shown in Fig. 1, where the outut of the internal hidden layer (dynamic reservoir) deends on the network inut vector at time k, u(k) (n x 1), the internal state (hidden layer outut) vector at time k, x(k) (q x 1), and the network outut vector at time k, y(k) (m x 1). Note that time k here does not denote the k th execution of the ESN, but reresents the k th samling instant of all signals. W i (q x n)

2 u1( k) u2( k) u( k) = M u ( ) n k Fig. 1. Structure of an ESN. denotes the inut weight matrix, W b (q x m) denotes the outut feedback weight matrix, W s (q x q) denotes the state feedback weight matrix, and W o (m x q) denotes the outut weight matrix. The ESN in Fig. 1 can be mathematically exressed as x(k +1) = f [W i u(k) + W s x(k) + W b y(k)], (1) y(k +1) = W o x(k +1), (2) where the activation function, f( ), is an element-wise oeration that can be chosen as a linear function, or a nonlinear function such as the sigmoid function and the tansig function. W i, W b and, W s are generated randomly beforehand and they are fixed during the training rocess. W o is the only matrix that will be udated during the network training. The random generation of W s follows these secific stes [9]: 1) Randomly generate a sarse matrix, W s_init, with all elements between -1 and 1. 2) Normalize W s_init into a matrix, W s, with unity sectral radius: W ' = W λ, (3) s s _ init x( k + 1) = x1 ( k + 1) M x ( 1) q k + where λ max is the sectral radius of W s_init, i.e., the maximum absolute eigenvalue of W s_init. 3) W s is obtained as max W s = αw s, (4) where α < 1, and usually α is selected between.9 and 1. B. Training Algorithms for ESNs y1 ( k + 1) y2( k + 1) y( k + 1) = M y ( 1) m k + Both offline and online training algorithms have been develoed for training the ESN [9]-[11]. Fig. 2 shows the general scheme for training an ESN to identify the lant dynamics, and the objective of the training is to minimize the error, e(k), between the ESN and the lant oututs. The offline training algorithm is based on the seudo-inverse method [9], [1]. First, a set of lant inut and outut samles are taken, and then a set of over-determined equations are formed with W o unknown (the number of data samles is usually much more than the number of unknown weights in W o ). A solution for W o with minimum mean squared error is obtained by erforming a seudo-inverse oeration. Therefore, the offline training is fast and it leads to an otimal outut weight matrix with resect to the samle data set. Fig. 2. General scheme of lant dynamics identification. The online training algorithm continuously udates the outut weight matrix based on the error signal and the gradient descent algorithm [11]. The online training algorithm offers a method for tracking the variations of the lant dynamics, but the training cycle tyically takes more time than the offline training algorithm. C. ESN with Linear Activation Function If a linear function is used as the activation function in an ESN, then the ESN can be described by x(k +1) = a[w i u(k) + W s x(k) + W b y(k)], (5) y(k +1) = W o x(k +1), (6) where a is a constant. Since a can be absorbed by the outut matrix W o, without loss of generality, a is set to 1 and the resulting ESN is called a linear ESN in this aer. Substitute (6) at time k into (5), to obtain the following equation: x( k + 1) = Wiu( k) + Ws x( k) + WbW ox( k), (7) = W x( k) + W u( k) A where W A =W s +W b W o, which is the state udate matrix of the discrete-time dynamic system (7), i.e. the linear ESN. The modes of the linear ESN are comletely reresented by the eigenvalues of W A. Combine (6) and (7), and the linear ESN is described by i y( k + 1) = W W x( k) + W W u ( k). (8) o A o i When a linear ESN is trained to track the oututs of a nonlinear dynamic system under small erturbation signals, the system s local dynamics around its oerating oint are learned by the linear ESN, i.e., the linear ESN learns the locally linearized dynamic system. Note that the linear ESN is in the discrete-time domain, and thus it indeed learns the time-discretized version of the dynamic system. It will be shown in Section III.B that a time-discretized locally linearized dynamic system can also be reresented in the same analytical form as (8). III. DYNAMIC SYSTEM EIGENVALUE EXTRACTION A. Small-Signal Analysis of a Dynamic System A multile-inut multile-outut (MIMO) time-invariant dynamic system without feed-through oututs can be described in the state equation form, as in & x ( t) = g[ x ( t), u( t)], (9) y ( t) = h[ x ( t)]

3 where u(t) is the inut vector to the MIMO system, x (t) is the system internal state vector, and y (t) is the system outut vector. The overall stability of such a nonlinear system is usually difficult to analyze and rove. However, the smallsignal stability of the linearized system, which is necessary for the overall system to be asymtotically stable at the oerating oint, is often of interest. The locally linearized system of (9) around an oerating oint (u, x, y ) is given by & x ( t) = A x ( t) + B u( t), (1) y ( t) = C x ( t) where u(t)= u(t)+u, x (t)= x (t)+x, y (t)= y (t)+y, g A = x u = u x = x, g u = u B = u x = x, and C = h u x = x The locally linearized system (1) is stable, i.e., the nonlinear system (9) is small-signal stable, if and only if all eigenvalues of matrix A have real arts less than zero. For a small-signal stable nonlinear system, the closer an eigenvalue lies to the imaginary axis, the less stable margin the system would have for the corresonding mode. In the real world, the analytical model of a comlex dynamic system is often unknown. Therefore, the direct eigenvalue analysis on a comlex system is often not ossible. However, the system modes, or art of the modes, can be observed from the system outut, y (t), given that the observability condition is satisfied. Therefore, these observable system modes can be estimated from the system oututs, and the small-signal analysis can then be erformed on these observable modes. B. System Discretization in Time Before introducing the method of system eigenvalue extraction using a linear ESN, it is necessary to first introduce the time-discretized version of (1), because the linear ESN learns in the discrete time domain. The continuous-time system (1) can be discretized [13] to x ( k + 1) = Ad x ( k) + Bd u( k), (11) y ( k + 1) = C x ( k + 1) d where A d = L -1 {(si-a) -1 } t=ts and L -1 { } t=ts is the Lalace inverse transform with the samling time being T s, B d = A -1 (A d -I)B, and C d = C. An aroximation of A d exists based on the bilinear transform which reserves the stability of the continuous-time system [13], given by 1 1 A I AT I AT d = ( + s )( s ). (12) Note that a smaller samling time ste results in a better aroximation by using (12). The modes of the dicretized locally linearized system (11) are comletely reresented by the eigenvalues of A d. System (11) can be further written as. y ( k + 1) = C A x ( k) + C B u ( k), (13) d d d d which has the exact same form as the linear ESN in (8). Note that the linearization and time discretization of the nonlinear system (9) are not assumtions. Under small erturbations and in discrete time domain, the nonlinear system (9) behaves exactly like (11). Therefore, when a linear ESN is trained to model the nonlinear dynamic system (9) under small erturbations, the modeling task is indeed to find out the outut weight matrix, W o, such that (8) and (13) resond as closely as ossible. Note that x(k) in (8) and x (k) in (13) may have different dimensions and different values. C. System Eigenvalue Extraction using Linear ESN The idea of the roosed method is to reconstruct the internal local dynamics of an unknown nonlinear system by training a linear model to follow the system s local resonses and then analyzing the eigenvalues of the trained model. As discussed above, the small-signal stability of a nonlinear system is based on its local dynamics (the linearized system), and thus the reconstruction can be achieved by using a linear dynamic ANN, for examle the linear ESN. Because the dynamics of a linear ESN and the local dynamics of the nonlinear system (lant) are comletely reresented by the eigenvalues of W A in (8) and the eigenvalues of A in (1) resectively, if the linear ESN resonse tracks the lant resonse closely around a local region, then the lant s observable eigenvalues should be shared by the linear ESN. However, because the linear ESN is in the discrete-time domain, the trained linear ESN indeed contains the observable eigenvalues of A d in (11). In order to find the observable eigenvalues of A, it is then necessary to find the continuous-time version of the linear ESN matrix W A. Once the linear ESN is trained, by solving (12), the continuous-time version of W A is given by 2 W ( W I )( W I ) 1 A_ cts = A A +. (14) Ts The eigenvalues of W A_cts then contain the lant s observable eigenvalues. If the lant s oerating oint changes, the ESN can be retrained as necessary, and a new set of eigenvalues can be obtained for the new oerating oint. Because the number of the linear ESN internal states is usually larger than the number of the lant s observable eigenvalues, there are some extra eigenvalues from W A_cts that do not corresond to any of the lant modes. However, since the linear ESN outut dynamics deends mostly on those observable lant modes, the extra eigenvalues are usually well damed and they do not have much effect on the ESN oututs. Therefore, those eigenvalues of the linear ESN that are closer to the imaginary axis are more likely to be the lant modes. Another way of distinguishing the lant modes from the extra eigenvalues is to use the articiation factors, which is

4 introduced in the next section. The eigenvalues of the linear ESN that have high articiation factors in the ESN oututs are more likely to be the lant modes. IV. PARTICIPATION FACTOR EXTRACTION The extraction of the articiation factors between different observable modes and different accessible states is discussed in this section. The accessible states are defined as lant states that are also lant oututs. For the analysis below, art of the lant oututs are assumed to be lant states. This assumtion is often true, because most measured quantities in an actual system cannot change abrutly and thus they can be chosen as state variables. A. Particiation Factor The definition of articiation factor is briefly reviewed below. The lant states x in (1) can be decouled by the lant s modal matrix U [14], where the columns of U are the eigenvectors of matrix A in (1) with unity norms, i.e., AU = U Λ, (15) where Λ = diag (λ 1, λ 2, λ n ) and λ i s are the eigenvalues of A. Define a new set of state variables, z, as z x. (16) 1 ( t) = U ( t) Then the lant dynamics described by (1) can be rewritten as 1 & ( t) ( t) U = Λ + B ( t) z z u. (17) From (17), each state in z is only related to one eigenvalue and thus only related to one system mode. The original state vector is related to z by (16). For examle, the k th state in x is related to the i th element in z by a factor of u ki. Define a matrix V as V = U 1. (18) The rows of V are then the left eigenvectors of A with the same eigenvalue matrix Λ. The articiation factor of the i th mode in the k th state of x is defined as [14] = u v. (19) ki ki ik In the case of comlex eigenvalues and eigenvectors, the normalized articiation factor ki is given by ki = u v q j= 1 ki ik u v kj jk. (2) The articiation factor ki is a measurement of the relative couling between the k th state and the i th mode. It is useful when a daming controller for increasing daming of the i th mode is desired [15]. B. Particiation Factor Extraction using Linear ESN Suose that the first r lant oututs are the lant states and they are distinct (r is less than the total number of the lant states). As a result from the linear ESN modeling, the first r oututs from a trained linear ESN are estimates of the lant states, and the linear ESN has art of the eigenvalues that are corresonding to the observable lant modes. The goal is then to find the articiation factors between the lant observable modes and the r accessible states. In order to find out these articiation factors, the first r oututs from the trained linear ESN is first transformed to be art of the linear ESN states by a linear transformation defined as Wo,1:r T, (21) = I ( r) ( r) where W o,1:r denotes the first to the r th rows of W o, which are linear indeendent due to the assumtion that the r lant states are distinct. If T is full rank, which is true in most cases, a new set of linear ESN states, x new (k), is defined as x new y1( k) M yr ( k). (22) ( k) = T x( k) = xr + 1( k) M xq ( k) With this new set of states, the linear ESN described by (6) and (7) is then rewritten as new 1 new x ( k + 1) = ( TWAT ) x ( k) + TWi u( k). (23) Ir r new y( k + 1) = ( k+1) W x o, r+1:m Define W A new = TW A T -1, which has the same eigenvalues as W A, i.e., they have the same modes. After finding the continuous-time version of W A new from (14) and calculating its right eigenvector matrix U, the articiation factors between the first r states in x new, i.e., y 1, y 2, y r, and all the modes of the linear ESN are obtained by following the same rocedure as described in section IV.A. In other words, the articiation factors between the r accessible lant states and the observable lant modes are obtained. V. APPLICATION IN POWER SYSTEM SMALL-SIGNAL ANALYSIS A electric ower grid is a nonlinear comlex MIMO dynamic system. Most of its internal states are not accessible and cross-couled. The dynamic model for a large ower system is often not available due to lack of accurate system arameters. However, the system dynamic characteristics, such as eigenvalues around different oerating oints, are critical information for oerating the system within a safe

5 Infinite Bus G2 Plant G1 G4 ω 2 ω 4 ω3 V ref3 G3 + + V ref3 PRBS Fig. 3. Benchmark 12 bus ower system. V - ref + P mref v s Seed Gov stability margin, as well as allocating and designing system daming controllers. The generator seed oscillation modes in a 12 bus ower system [15] are studied in this section as an examle alication of the roosed dynamic system eigenvalue extraction technique. A. 12 bus Power System Volt Regulator Generator ω + - ω ω ref = 1 u Fig. 4. Block diagram of controller on each generator. The one-line diagram [15] of the benchmark 12 bus ower system is shown in Fig. 3. It has three detailed modeled generators (G2, G3 and G4) and one voltage source (G1). Two different models of the same 12 bus system are develoed. One detailed dynamic system model, which reresents all three generators by their 8 th order models, is develoed in the PSCAD/EMTDC commercial time domain simulation software. The detailed models for the terminal voltage regulators and generator seed governors are also included, as shown in Fig. 4. This model is used as the lant for generating training data for the linear ESN. Another simlified system analytical model is develoed, which reresents each generator as only a 3 rd order system and reresents each voltage regulator as a 1 st order system. The seed governors are neglected due to their relatively slow resonses, comared to the generator seed oscillations. The analytical modeling and linearizing method of a ower system was discussed in detail in [14] and [15]. In each generator and voltage regulator unit, there are 4 states, including the rotor seed ω, the rotor angle (integral of rotor seed) δ, the internal induced voltage E q, and the voltage regulator outut E f. This simlified analytical model, with a total of 12 states, is linearized around its steady-state oerating oint to obtain the system matrix A and its eigenvalues. These eigenvalues are then used to verify the roosed technique. v s e(k) y (k) + - y(k) Linear ESN Fig. 5. Plant and linear ESN inut-outut signals. TABLE I CASES 1: GENERATOR SET POINTS B. Training of the Linear ESN Model Fig. 5 shows the inut-outut signals of the lant and the linear ESN. The lant has three oututs, which are seed deviation signals from the three generators. The generator seed deviations in a ower system are often couled with modes with long time constants, i.e., their corresonding eigenvalues are close to the imaginary axis. Note that all three lant oututs are also the lant states. A small seudo-random binary signal (PRBS) is fed into the voltage reference signal of generator 3 to erturb the 12 bus system for generating ESN training data. The PRBS is generated by PRBS( k) =.3[ r ( k) + r ( k)] / 2 (u), (24).5.1 where r.5 (k) and r.1 (k) are sequences of i.i.d. random numbers uniformly distributed in [-1, 1]. r.5 (k) udates at the frequency of.5 and r.1 (k) udates at the frequency of.1. The maximum value for the PRBS is set to ±.3 er unit (u), so that the generator terminal voltage stays between.95 u and 1.5 u, which is a requirement in an actual ower system. A linear ESN is trained to track the lant oututs during this series inut PRBS disturbances. The linear ESN thus has one inut (n = 1) and three oututs (m = 3). Thirty internal neurons are used (q = 3), i.e., the linear ESN has 3 eigenvalues. α is set to.95 in the linear ESN W s initialization. Two different cases corresonding to two different oerating oints of the 12 bus system are studied below. For both cases, the offline training based on seudo-inverse is used for fast convergence. C. Case 1: Base Case for Verifying the Proosed Eigenvalue Extraction Technique In this case, the set oints of the three generators, i.e., the reference outut owers and the reference terminal votlages, are listed in Table I. From the simlified analytical model, the u(k) Gen # MVA Rating P mref (MW) V ref (u) Gen Gen Gen

6 TABLE II CASE 1: OSCILLATION MODES FROM ANALYTICAL MODEL Eigenvalues Frequency () Daming Ratio (%) ± j ± j ± j TABLE III CASE 1: PARTICIPATION FACTORS FROM ANALYTICAL MODEL State 1.13 Mode.85 Mode.75 Mode δ G ω G E q G E f G δ G ω G E q G E f G δ G ω G E q G E f G system s eigenvalues at this oerating oint are obtained, among which those corresonding to the oscillation modes are listed in Table II. There are three oscillation modes in this system, the 1.13 mode, the.85 mode, and the.75 mode. Table III shows the articiation factors between these three modes and each of the system states from the analytical model. All of the three oscillation modes are rimarily couled with the generator mechanical states, i.e., the rotor seed and angle. Generator 3 dominates in the 1.13 mode, as indicated by the relatively high articiation factors of δ G3 and ω G3 in the 1.13 mode. Generator 2 dominates in the.85 mode, and Generator 4 dominates in the.75 mode. However, all of the above information is based on the system analytical model, which is often not available for a large comlex real-world system. The linear ESN is now trained with data generated from the detailed dynamic system PSCAD model. 7 s of training data, as shown in Fig. 6, are generated with a samling time of.2 s (T s =.2). The linear ESN is trained offline by seudo-inverse with a final mean squared error (MSE) of 2.19e-16, which is 12 orders of magnitude smaller than the ω data. After the training, all the weights in the linear ESN are fixed and the network is tested under a different set of PRBS disturbance. The testing results with fixed weights are shown in Fig. 7. Under ste change inuts, the trained linear ESN shows good tracking to the dynamic oscillation of the lant, which indicates that the trained linear ESN contains information of the lant oscillation modes. With the mode extraction technique introduced in section III, all the 3 eigenvalues corresonding to the continuous-time version of the trained linear ESN are listed in Table IV. It can be seen from Table IV that the linear ESN contains the lant s three oscillation modes, with accurate dv ref3 (u) dw 2 (u) dw 3 (u) dw 4 (u) 5 x x x Time (s) Fig. 6. Linear ESN offline training data in case 1. To grah: injected PRBS. Bottom three grahs: lant resonses under the injected PRBS. estimation on both the oscillation frequencies and the daming ratios. These three oscillation modes can be searated from the rest of the linear ESN eigenvalues from either the daming ratios or the oscillation frequencies. The other extra eigenvalues of the linear ESN either have a high daming ratio or a high oscillation frequency, which are clearly not the dominant comonents in the ω waveforms. Table V shows the articiation factors between the 3 eigenvalues and the three linear ESN oututs, which are calculated based on the technique introduced in section IV. From the articiation factors, the three modes that corresond to the lant oscillation modes clearly stand out by having relatively high articiation factors. From Table V, it can also be seen that the.75 mode is mostly couled with generator 4, the.84 mode is mostly couled with generator 2, and the 1.13 mode is mostly couled with generator 3. The results are consistent with those derived from the analytical model, i.e., Tables II and III. The roosed technique would be more useful when a certain mode is couled with more than one state, or one state is couled with more than one mode. In such a case, the articiation factor table could show the coulings between multile states and multile modes. D. Case 2: Same System with a Different Oerating Point In this case, the ower generations from all three generators are increased to reduce the energy demand from the voltage

7 dv ref3 (u) dw 2 (u) dw 3 (u) dw 4 (u) x Plant Outut ESN Outut x x 1-4 Plant Outut ESN Outut Plant Outut ESN Outut Time(s) Fig. 7. Testing results of the trained linear ESN (fixed weights) in case 1. To grah: injected PRBS. Bottom three grahs: lant and the linear ESN resonses under the injected PRBS. source (G1). The set oints in this case are listed in Table VI. From the analytical model, the lant oscillation modes are calculated and listed in Table VII for comarison with results extracted from the linear ESN. After changing the system oerating oint, both the oscillation frequency and daming ratio of the mode couled with G3 increase, while the daming ratios of the modes couled with G2 and G4 decrease. 7 s of new data are collected at the new oerating oint under the PRBS erturbation. When using the weights trained in case 1, the MSE increases to 3.41e-14 under this new data set. This is rimarily because the change of the lant oerating oint also changes the eigenvalues of the lant. The linear ESN is then retrained with the new data. After training, the TABLE IV CASE 1: ALL 3 EIGENVALUES OF THE LINEAR ESN Eigenvalues Frequency () Daming Ratio (%) N/A ± j ± j ± j ± j N/A ± j ± j ± j ± j N/A ± j ± j N/A ± j ± j ± j MSE dros back to 2.64e-16. The retrained linear ESN with fixed weights is tested again at the new oerating oint. Fig. 8 shows the testing results, which reveal good tracking erformance of the retrained linear ESN. The system oscillation modes are extracted again from the retrained linear ESN, as shown in Table VIII. Comaring Tables VII and VIII, the modes extracted from the linear ESN are accurate. Note that by monitoring the oscillation modes of the 12 bus system using the linear ESN, it can be seen that generator 2 is close to instability at the new oerating oint. VI. CONCLUSIONS This aer rooses a linear ESN based method for extracting observable eigenvalues of a large nonlinear dynamic system around its oerating oint, as well as extracting the articiation factors between the observable eigenvalues and the system s accessible states. A linear ESN is first trained by using offline training algorithm to learn the nonlinear dynamic system s local dynamics. The system s observable eigenvalues and their articiation factors are then extracted from the linear ESN s weight matrices. Because of the availability of the fast offline training algorithm for ESNs, the roosed method is able to quickly retrain the ESN once the system oerating oint changes, and reestimate the system s eigenvalues. Moreover, for ESNs, it is only necessary to change the ESN outut weights in order to follow the changes of the lant oerating oint. Thus, the ESN demands State TABLE V CASE 1: PARTICIPATION FACTORS (ROUNDED TO THE 3 RD DECIMAL) BETWEEN THE LINEAR ESN OUTPUTS AND THE LINEAR ESN MODES (-2.52) (-49.6) ω G ω G ω G (-131) (-156)

8 dv ref3 (u) dw 2 (u) dw 3 (u) dw 4 (u) x 1-4 Plant Outut ESN Outut x 1-4 Plant Outut ESN Outut x 1-4 Plant Outut ESN Outut Time(s) Fig. 8. Testing results of the retrained linear ESN (fixed weights) at the new oerating oint in case 2. To grah: injected PRBS. Bottom three grahs: lant and the linear ESN resonses under the injected PRBS. less storage if the weights of the linear ESN are to be saved for different lant oerating oints. An examle in estimating the eigenvalues of a 12 bus ower system under different oerating oints is resented in this aer and demonstrates the effectiveness of the roosed method. REFERENCES [1] S. Haykin, Neural networks: a comrehensive foundation, 2nd ed., Prentice Hall, ISBN-13: [2] D. Prokhorov, G. Puskorius, and L. Feldkam, Dynamical neural networks for control, in J. Kolen and S. Kremer (Eds.), A Field Guide to Dynamical Recurrent Networks, IEEE Press, 21. ISBN-13: [3] H. Jaeger, The echo state aroach to analysing and training recurrent neural networks, GMD Reort 148, German National Research Center for Information Technology, 21. [4] J.Mazumdar, R. G. Harley, Utilization of echo state networks for differentiating source and nonlinear load harmonics in the utility network, IEEE Trans. Power Electronics, vol 23, no. 6, : , Nov. 28. [5] J. Mazumdar, G. K. Venayagamoorthy, R. G. Harley and F. C. Lambert, Echo state networks for determining harmonic contributions from nonlinear loads, Proc. IEEE Int. Joint Conf. on Neural Networks (IJCNN 6), Vancouver, Canada, 26, [6] M. Salmen and P.G. Ploger, Echo state networks used for motor control, Proc. IEEE International Conf. on Robotics and Automation, Barcelona, Sain, 25, TABLE VI CASES 2: GENERATOR SET POINTS Gen # MVA Rating P mref (MW) V ref (u) Gen Gen Gen TABLE VII CASE 2: OSCILLATION MODES FROM ANALYTICAL MODEL Eigenvalues Frequency () Daming Ratio (%) Dominant Gen -.41 ± j G ± j G ± j G4 TABLE VIII CASE 2: OSCILLATION MODES ESTIMATED FROM LINEAR ESN Eigenvalues Frequency () Daming Ratio (%) Dominant Gen ± j G ± j G ± j G4 [7] D. Xu, J. Lan and J. C. Princie, Direct adative control: an echo state network and genetic algorithm aroach, Proc. IEEE Int. Joint Conf. on Neural Networks (IJCNN 5), Montréal, Québec, Canada, Jul./Aug. 25, vol. 3, [8] J. F. Hauer, C. J. Demeure, and L. L. Scharf, Initial results in rony analysis of ower system resonse signals, IEEE Trans. Power Systems, vol. 5, no. 1,. 8-89, Feb 199. [9] H. Jaeger, Tutorial on training recurrent neural networks, covering BPTT, RTRL, EKF and the Echo State Network aroach, GMD Reort 159. German National Research Center for Information Technology, Sankt. [1] H. Jaeger, Adative nonlinear system identification with echo state networks, Proc. Advances in Neural Information Processing Systems, , MIT Press, Cambridge, MA, 23. [11] G. Venayagamoorthy, Online design of an echo state network based wide area monitor for a multimachine ower system, Neural Networks, vol. 2, , 27. [12] J. Dai, G. Venayagamoorthy, and R. Harley, An introduction to the echo state network and its alications in ower system, Proc. Intelligent System Alications to Power Systems (ISAP 29), Curitiba, Brazil, Nov. 8-12, 29. [13] R. A. DeCarlo, Linear systems: a state variable aroach with numerical imlementation, Prentice Hall, NJ, ISBN-13: [14] P. Kundur, Power system stability and control, New York: McGraw-Hill, ISBN-13: [15] S. Jiang, U. D. Annakkage, and A. M. Gole, A latform for validation of FACTS models, IEEE Trans. Power Delivery, vol. 21, no. 1, , Jan 26.

Radial Basis Function Networks: Algorithms

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

More information

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

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

More information

State Estimation with ARMarkov Models

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

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

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

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

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Feedback-error control

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

More information

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum

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

More information

Position Control of Induction Motors by Exact Feedback Linearization *

Position Control of Induction Motors by Exact Feedback Linearization * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8 No Sofia 008 Position Control of Induction Motors by Exact Feedback Linearization * Kostadin Kostov Stanislav Enev Farhat

More information

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

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

More information

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

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

More information

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

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

More information

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Z. S. WANG *, S. L. HO ** * College of Electrical Engineering, Zhejiang University, Hangzhou

More information

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements An Adative Three-bus Power System Equivalent for Estimating oltage Stability argin from Synchronized Phasor easurements Fengkai Hu, Kai Sun University of Tennessee Knoxville, TN, USA fengkaihu@utk.edu

More information

Recent Developments in Multilayer Perceptron Neural Networks

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

More information

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators S. K. Mallik, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S. N. Singh, Senior Member, IEEE Deartment of Electrical

More information

Generation of Linear Models using Simulation Results

Generation of Linear Models using Simulation Results 4. IMACS-Symosium MATHMOD, Wien, 5..003,. 436-443 Generation of Linear Models using Simulation Results Georg Otte, Sven Reitz, Joachim Haase Fraunhofer Institute for Integrated Circuits, Branch Lab Design

More information

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.**

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** * echnology and Innovation Centre, Level 4, Deartment of Electronic and Electrical Engineering, University of Strathclyde,

More information

The Noise Power Ratio - Theory and ADC Testing

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

More information

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS

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

More information

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

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

More information

Feedback-Based Iterative Learning Control for MIMO LTI Systems

Feedback-Based Iterative Learning Control for MIMO LTI Systems International Journal of Control, Feedback-Based Automation, Iterative and Systems, Learning vol. Control 6, no., for. MIMO 69-77, LTI Systems Aril 8 69 Feedback-Based Iterative Learning Control for MIMO

More information

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

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

More information

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process Journal of Industrial and Intelligent Information Vol. 4, No. 2, March 26 Using a Comutational Intelligence Hybrid Aroach to Recognize the Faults of Variance hifts for a Manufacturing Process Yuehjen E.

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

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

More information

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

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

More information

Principal Components Analysis and Unsupervised Hebbian Learning

Principal Components Analysis and Unsupervised Hebbian Learning Princial Comonents Analysis and Unsuervised Hebbian Learning Robert Jacobs Deartment of Brain & Cognitive Sciences University of Rochester Rochester, NY 1467, USA August 8, 008 Reference: Much of the material

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

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

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

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

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

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

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

More information

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

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

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

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

More information

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty

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

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

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

More information

Recursive Estimation of the Preisach Density function for a Smart Actuator

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

More information

The Recursive Fitting of Multivariate. Complex Subset ARX Models

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

More information

Multivariable PID Control Design For Wastewater Systems

Multivariable PID Control Design For Wastewater Systems Proceedings of the 5th Mediterranean Conference on Control & Automation, July 7-9, 7, Athens - Greece 4- Multivariable PID Control Design For Wastewater Systems N A Wahab, M R Katebi and J Balderud Industrial

More information

Highly improved convergence of the coupled-wave method for TM polarization

Highly improved convergence of the coupled-wave method for TM polarization . Lalanne and G. M. Morris Vol. 13, No. 4/Aril 1996/J. Ot. Soc. Am. A 779 Highly imroved convergence of the couled-wave method for TM olarization hilie Lalanne Institut d Otique Théorique et Aliquée, Centre

More information

Adaptive Protection Algorithm for Overcurrent Relay in Distribution System with DG

Adaptive Protection Algorithm for Overcurrent Relay in Distribution System with DG J Electr Eng Technol Vol. 8, No. 5: 1002-1011, 2013 htt://dx.doi.org/10.5370/jeet.2013.8.5.1002 SSN(Print) 1975-0102 SSN(Online) 2093-7423 Adative Protection Algorithm for Overcurrent Relay in Distribution

More information

Comparison of TDNN and RNN Performances for Neuro-Identification on Small to Medium-Sized Power Systems

Comparison of TDNN and RNN Performances for Neuro-Identification on Small to Medium-Sized Power Systems Comparison of DNN and RNN Performances for Neuro-Identification on Small to Medium-Sized Power Systems Diogenes Molina, Jiaqi Liang, Ron Harley Department of Electrical and Computer Engineering Georgia

More information

An Improved Calibration Method for a Chopped Pyrgeometer

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

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

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

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

More information

Time Domain Calculation of Vortex Induced Vibration of Long-Span Bridges by Using a Reduced-order Modeling Technique

Time Domain Calculation of Vortex Induced Vibration of Long-Span Bridges by Using a Reduced-order Modeling Technique 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 Time Domain Calculation of Vortex Induced Vibration of Long-San Bridges by Using a Reduced-order Modeling

More information

Availability and Maintainability. Piero Baraldi

Availability and Maintainability. Piero Baraldi Availability and Maintainability 1 Introduction: reliability and availability System tyes Non maintained systems: they cannot be reaired after a failure (a telecommunication satellite, a F1 engine, a vessel

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

Approximating min-max k-clustering

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

More information

Provided by the author(s) and University College Dublin Library in accordance with ublisher olicies. Please cite the ublished version when available. Title Low Comlexity Stochastic Otimization-Based Model

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

Research Article Controllability of Linear Discrete-Time Systems with Both Delayed States and Delayed Inputs

Research Article Controllability of Linear Discrete-Time Systems with Both Delayed States and Delayed Inputs Abstract and Alied Analysis Volume 203 Article ID 97546 5 ages htt://dxdoiorg/055/203/97546 Research Article Controllability of Linear Discrete-Time Systems with Both Delayed States and Delayed Inuts Hong

More information

Improved Identification of Nonlinear Dynamic Systems using Artificial Immune System

Improved Identification of Nonlinear Dynamic Systems using Artificial Immune System Imroved Identification of Nonlinear Dnamic Sstems using Artificial Immune Sstem Satasai Jagannath Nanda, Ganaati Panda, Senior Member IEEE and Babita Majhi Deartment of Electronics and Communication Engineering,

More information

PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH. Luoluo Liu, Trac D. Tran, and Sang Peter Chin

PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH. Luoluo Liu, Trac D. Tran, and Sang Peter Chin PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH Luoluo Liu, Trac D. Tran, and Sang Peter Chin Det. of Electrical and Comuter Engineering, Johns Hokins Univ., Baltimore, MD 21218, USA {lliu69,trac,schin11}@jhu.edu

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

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

More information

Optimal Integrated Control and Scheduling of Systems with Communication Constraints

Optimal Integrated Control and Scheduling of Systems with Communication Constraints Otimal Integrated Control and Scheduling of Systems with Communication Constraints Mohamed El Mongi Ben Gaid, Arben Çela and Yskandar Hamam Abstract This aer addresses the roblem of the otimal control

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Linear diophantine equations for discrete tomography

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

More information

Forced Oscillation Source Location via Multivariate Time Series Classification

Forced Oscillation Source Location via Multivariate Time Series Classification Forced Oscillation Source Location via ultivariate ime Series Classification Yao eng 1,2, Zhe Yu 1, Di Shi 1, Desong Bian 1, Zhiwei Wang 1 1 GEIRI North America, San Jose, CA 95134 2 North Carolina State

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Participation Factors. However, it does not give the influence of each state on the mode.

Participation Factors. However, it does not give the influence of each state on the mode. Particiation Factors he mode shae, as indicated by the right eigenvector, gives the relative hase of each state in a articular mode. However, it does not give the influence of each state on the mode. We

More information

Damage Identification from Power Spectrum Density Transmissibility

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

More information

Passive Identification is Non Stationary Objects With Closed Loop Control

Passive Identification is Non Stationary Objects With Closed Loop Control IOP Conerence Series: Materials Science and Engineering PAPER OPEN ACCESS Passive Identiication is Non Stationary Obects With Closed Loo Control To cite this article: Valeriy F Dyadik et al 2016 IOP Con.

More information

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

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

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

Research of PMU Optimal Placement in Power Systems

Research of PMU Optimal Placement in Power Systems Proceedings of the 5th WSEAS/IASME Int. Conf. on SYSTEMS THEORY and SCIENTIFIC COMPUTATION, Malta, Setember 15-17, 2005 (38-43) Research of PMU Otimal Placement in Power Systems TIAN-TIAN CAI, QIAN AI

More information

INTERACTIONS among power converters, input/output filters,

INTERACTIONS among power converters, input/output filters, IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 55, NO. 4, APRIL 8 795 Reaching Criterion of a Three-Phase Voltage-Source Inverter Oerating With Passive and Nonlinear Loads and Its Imact on Global Stability

More information

Finite Mixture EFA in Mplus

Finite Mixture EFA in Mplus Finite Mixture EFA in Mlus November 16, 2007 In this document we describe the Mixture EFA model estimated in Mlus. Four tyes of deendent variables are ossible in this model: normally distributed, ordered

More information

One step ahead prediction using Fuzzy Boolean Neural Networks 1

One step ahead prediction using Fuzzy Boolean Neural Networks 1 One ste ahead rediction using Fuzzy Boolean eural etworks 1 José A. B. Tomé IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa jose.tome@inesc-id.t João Paulo Carvalho IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa

More information

MODELING OF THE DYNAMIC RESPONSE OF A FRANCIS TURBINE

MODELING OF THE DYNAMIC RESPONSE OF A FRANCIS TURBINE MODELING OF THE DYNAMIC RESPONSE OF A FRANCIS TURBINE Paolo PENNACCHI, Steven CHATTERTON *, Andrea VANIA Politecnico di Milano, Deartment of Mechanical Engineering - Via G. La Masa, - 256 - Milano, Italy.

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control

The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control MATEC Web of Conferences 95, 8 (27) DOI:.5/ matecconf/27958 ICMME 26 The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control Ma Guoqing, Yu Zhenglin, Cao Guohua, Zhang Ruoyan

More information

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions 17 th Euroean Symosium on Comuter Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 Logistics Otimization Using Hybrid Metaheuristic Aroach

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

J. Electrical Systems 13-2 (2017): Regular paper

J. Electrical Systems 13-2 (2017): Regular paper Menxi Xie,*, CanYan Zhu, BingWei Shi 2, Yong Yang 2 J. Electrical Systems 3-2 (207): 332-347 Regular aer Power Based Phase-Locked Loo Under Adverse Conditions with Moving Average Filter for Single-Phase

More information

General Linear Model Introduction, Classes of Linear models and Estimation

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

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

One-way ANOVA Inference for one-way ANOVA

One-way ANOVA Inference for one-way ANOVA One-way ANOVA Inference for one-way ANOVA IPS Chater 12.1 2009 W.H. Freeman and Comany Objectives (IPS Chater 12.1) Inference for one-way ANOVA Comaring means The two-samle t statistic An overview of ANOVA

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW

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

More information

Efficient Approximations for Call Admission Control Performance Evaluations in Multi-Service Networks

Efficient Approximations for Call Admission Control Performance Evaluations in Multi-Service Networks Efficient Aroximations for Call Admission Control Performance Evaluations in Multi-Service Networks Emre A. Yavuz, and Victor C. M. Leung Deartment of Electrical and Comuter Engineering The University

More information

Frequency-Weighted Robust Fault Reconstruction Using a Sliding Mode Observer

Frequency-Weighted Robust Fault Reconstruction Using a Sliding Mode Observer Frequency-Weighted Robust Fault Reconstruction Using a Sliding Mode Observer C.P. an + F. Crusca # M. Aldeen * + School of Engineering, Monash University Malaysia, 2 Jalan Kolej, Bandar Sunway, 4650 Petaling,

More information

Minimax Design of Nonnegative Finite Impulse Response Filters

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

More information

ADAPTIVE CONTROL METHODS FOR EXCITED SYSTEMS

ADAPTIVE CONTROL METHODS FOR EXCITED SYSTEMS ADAPTIVE CONTROL METHODS FOR NON-LINEAR SELF-EXCI EXCITED SYSTEMS by Michael A. Vaudrey Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State University in artial fulfillment

More information

MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS CONTROL

MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS CONTROL The 6 th edition of the Interdiscilinarity in Engineering International Conference Petru Maior University of Tîrgu Mureş, Romania, 2012 MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation Uniformly best wavenumber aroximations by satial central difference oerators: An initial investigation Vitor Linders and Jan Nordström Abstract A characterisation theorem for best uniform wavenumber aroximations

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert).

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert). LIMITATIONS OF RECEPTRON XOR Problem The failure of the ercetron to successfully simle roblem such as XOR (Minsky and Paert). x y z x y z 0 0 0 0 0 0 Fig. 4. The exclusive-or logic symbol and function

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

ESTIMATION OF THE OUTPUT DEVIATION NORM FOR UNCERTAIN, DISCRETE-TIME NONLINEAR SYSTEMS IN A STATE DEPENDENT FORM

ESTIMATION OF THE OUTPUT DEVIATION NORM FOR UNCERTAIN, DISCRETE-TIME NONLINEAR SYSTEMS IN A STATE DEPENDENT FORM Int. J. Al. Math. Comut. Sci. 2007 Vol. 17 No. 4 505 513 DOI: 10.2478/v10006-007-0042-z ESTIMATION OF THE OUTPUT DEVIATION NORM FOR UNCERTAIN DISCRETE-TIME NONLINEAR SYSTEMS IN A STATE DEPENDENT FORM PRZEMYSŁAW

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition TNN-2007-P-0332.R1 1 Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

GIVEN an input sequence x 0,..., x n 1 and the

GIVEN an input sequence x 0,..., x n 1 and the 1 Running Max/Min Filters using 1 + o(1) Comarisons er Samle Hao Yuan, Member, IEEE, and Mikhail J. Atallah, Fellow, IEEE Abstract A running max (or min) filter asks for the maximum or (minimum) elements

More information

Analysis of execution time for parallel algorithm to dertmine if it is worth the effort to code and debug in parallel

Analysis of execution time for parallel algorithm to dertmine if it is worth the effort to code and debug in parallel Performance Analysis Introduction Analysis of execution time for arallel algorithm to dertmine if it is worth the effort to code and debug in arallel Understanding barriers to high erformance and redict

More information

MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS

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

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Factor Analysis of Convective Heat Transfer for a Horizontal Tube in the Turbulent Flow Region Using Artificial Neural Network

Factor Analysis of Convective Heat Transfer for a Horizontal Tube in the Turbulent Flow Region Using Artificial Neural Network COMPUTATIONAL METHODS IN ENGINEERING AND SCIENCE EPMESC X, Aug. -3, 6, Sanya, Hainan,China 6 Tsinghua University ess & Sringer-Verlag Factor Analysis of Convective Heat Transfer for a Horizontal Tube in

More information