Synthesis of Moore FSM with Expanded Coding Space

Size: px
Start display at page:

Download "Synthesis of Moore FSM with Expanded Coding Space"

Transcription

1 Volume 3 Issue, January 24 Synthesis of oore FS with Exanded Coding Sace Olena Hebda, Larysa Titarenko Institute of Comuter Engineering and Electronics University of Zielona Góra Zielona Góra, Poland OShaoval {at} weituzzgoral Abstract The roosed method is targeted on reduction of hardware amount in logic circuit of oore finite-state machine imlemented with rogrammable logic arrays (PLA) The method is based on using more than minimal amount of variables in codes of FS internal states The method includes two stages of state encoding The second stage is connected with recoding of states inside each class of seudoequivalent states An examle is given for roosed method alication Keywords- oore FS, grah-scheme of algorithm, seudoequivalent states, PLA, logic circuit I INTRODUCTION A control unit is a very imortant block of any digital system The model of oore finite state machine (FS) [8] is often used during the digital control systems realization [, 5] One of the imortant roblems of FS synthesis is the decrease of chi sace occuied by FS logic circuit Solution of this roblem allows decreasing the ower consumtion and increasing the clock rate oreover it could hel the develoing industry, for examle in Polish Lubuskie Province, because in this case the manufacturers will be able to roduce much more cometitive roducts The methods of solution of this roblem deend strongly on logic elements used for imlementing the FS logic circuit [2, 8] In this article we discuss the case when rogrammable logic arrays (PLA) are used for imlementing oore FS logic circuit The PLAs were introduced in 97s, they were a very oular base for the logic design [2] As it is mentioned in [3], successful comutation structures return back at the next round of the technological siral Now the return of PLA basis can be observed in the hybrid FPGAs [7], as well as in CoolRunner CPLD by Xilinx [22] Also, the PLAs are very oular in the modern sublitograhic technology [] In the nanoelectronics, these devices are named nano-plas Nowadays, extensive research is conducted in the fields connected with nano-plas [3, 6] In the case of alication-secified integrated circuits (ASIC) [2], the combinational logic is very often imlemented using so called matrix structures where the rincile of distributed logic is used [4] Two matrix structures combined together form a PLA [] So, the PLA basis is still oular in the logic design It means that new design methods should be develoed for area reduction of PLA-based control units In this article, a new design method is roosed targeting the area reduction of PLA-based oore FS s logic circuit In this article a control algorithm to be imlemented is reresented by a grah-scheme of algorithm (GSA) [] The roosed method can be viewed as a develoment of the method [6] II PRELIINARIES AND RELATED WORK Let oore FS be reresented by the structure table (ST) with columns []: a m, K a m, a s, K a s, X h, h, h Here a m is the initial state of FS; K a m is the code of state a m A have caacity R log 2, to code the states the internal variables from the set T T,,T R are used; a s, K a s are the state of transition and its code resectively; X h is the inut, which determines the transition a m, as, and it is equal to conjunction of some elements (or their comlements) of a set of inut variables X x,,x L ; h is the set of inut memory functions for fli-flos of FS memory, which are equal to to change the content of the memory from K a m to K a s, h,, R ; h, H is the number of transition In the column a m a collection of outut variables Y q is written These outut variables are generated in the state a m A ( Yq Y y,, y N, q,, Q ) This table is used to form the following system of functions T,X T Y Y The systems () (2) determine an FS logical circuit In the case of PLA-based oore FS, the logic circuit includes wwwijcitcom 3

2 Volume 3 Issue, January 24 two PLAs: a Core PLA (CPLA) and an Outut PLA (OPLA)In this model, CPLA imlements the system (), a register RG kees state codes, OPLA imlements the system (2) The roblem of FS synthesis with PLAs was thoroughly investigated in 7s [9] Two main directions of design were discussed The first of them was the minimization of a number of standard PLA chis imlementing an FS circuit [4] The second grou of methods targeted the minimization of the COS VLSI area occuied by an FS logic circuit [2] To solve the first roblem, the algorithms of state assignment were used [9, 2], as well as different methods of decomosition [3] To solve the second roblem, the encoding of inut and outut variables were used [2] Nowadays, the last grou of methods is used in otimizing the nano-pla designs [3] Their aroach leads to the Six atrix (S) imlementation of ealy FS discussed in [3] The same aroach can be used for the case of oore FS The systems () (2) can be imlemented using only two matrices The first of them (AND-matrix) imlements the roduct terms of the systems The second matrix (OR-matrix) imlements the functions But this solution leads to the FS circuits with the highest ossible area The six matrix solution [3] leads to the rather slow FS circuits So, in this article we discuss the Four atrix (F) imlementation of a oore FS This model is shown in Fig It can be treated as a comromise between the economical but slow S model and the fast but redundant two matrices model Let us denote the F model of oore FS as an FS U Let us analyze the comonents of matrix circuit shown in Fig A conjunctive matrix T imlements the system of terms F { F,,FH } ; a disjunctive matrix T 2 imlements system (); a conjunctive matrix T 3 imlements terms A m m,, corresonding to FS states; a disjunctive matrix T 4 imlements system (2) The register RG kees state codes; it is controlled by ulses Start (clearing) and Clock (changing content deending on functions ) The matrices T and T 2 determine the CPLA, whereas the matrices T 3 and T 4 determine the OPLA Unfortunately, as a rule, oore FS has more states then an equivalent ealy FS [] It leads to the fact that the number H is much more than the number of rows H of ST for an equivalent ealy FS Let be the number of states of equivalent ealy FS and R is defined as Then the following relations are true for ractical cases: H H ; R log R 2 The hardware amount is determined for the matrix circuits as a chi area occuied by an FS s circuit [2] Comlexity of each matrix is defined by the area S T i of a chi demanded for its imlementation ( i, 4 ) In theoretical articles this area is defined in conventional units [2] The following estimations can be obtained for FS U : S( ) 2( L R )H ; S( 3 ) 2R ; S( S( 4 2 ) HR; ) N The area S U that is occuied by logic circuit of FS U is defined as a sum of the areas (5) Because of relations (4), the chi area occuied by the circuit of oore FS always exceeds this value for an equivalent ealy FS There are a lot of methods targeting hardware reduction of oore FS circuit [2, 8] But they deal with either CPLD or FPGA chis Because of it, they cannot be directly used in the case of PLA-based oore FS Taking it into account, we roose new method targeting PLA-based oore FS The roosed method can be viewed as a develoment of the method [6] One of oore FS features is existence of seudoequivalent states [5], which are the states with the same transitions by the effect of the same inuts [] There are two main otimization methods [5] based on the existence of seudoequivalent states: method of otimal state assignment and method of transformation of the states codes Let us find the classes of seudoequivalent states B i ( i, I ) for a given set A These classes define a artition A B,, B I for the set A Let us oint out that I [5] ethod of otimal state assignment Let us construct the following system of equations for some oore FS: i B C A i, I m im m R log 2 Figure atrix circuit of oore FS U In (), the Boolean variable C im if a m B i Let us execute the state assignment for a given FS In the case of the otimal state assignment, the system (6) has exactly I roduct terms It is ossible if the following statement is true for each class B i A: the codes K a m belong to a single generalized interval of R -dimensional Boolean sace It leads to oore FS U 2 The structures of both U and U 2 are the same But in U 2 the matrix T roduces only H H2 H terms wwwijcitcom 32

3 Volume 3 Issue, January 24 However, such an encoding that leads to H2 H is not always ossible [] The well-known algorithm JEDI [5] can be used for the otimal state assignment ethod of transformation of the states codes The classes B i A are encoded by the binary codes K B i with R B log 2 I bits The variables r are used for such an encoding, where RB Next system of functions is formed T The system (7) secifies the law of transformation of the codes K a m into the codes K B i The structure table is transformed in such a way that the states am B i are relaced by the classes Bi A in the column of resent state Such an aroach allows to decrease the number of rows of ST to H, whereas the number of feedback variables is reduced to R B R This aroach leads to a oore FS U 3 with a code transformer (CT) The number of transitions of the oore FS U 3 is equal to H The drawback of U 3 is the existence of a block of the code transformer that consumes additional resources of a chi III THE BASIC IDEA OF A PROPOSED ETHOD Let us execute the state assignment in the following way If am B i, then the codes K a m include the codes K B i It means that the codes K B i are reresented by some variables T r T', where T' T It results in oore FS U 4 whose structure is the same as the structure of oore FS U (Fig ) The roosed aroach guarantees the reduction of the number of terms in the system u to H It leads to reducing area of matrix T, as well as the number of inuts for matrix T2 T2 Unfortunately, this aroach does not ermit the terms reduction in system (2) Let us reresent the coding sace as a Karnaugh ma having I K columns, where I 2 K R B Let Bi i and B max(,, I ), then the ma should have O 2 K R R log 2 B If condition (9) is true, then the states for any class Bi A are laced in the same column of the ma and the code K( B i ) is determined by the values of variables marking this column If the following condition R B R R takes lace, then the exansion of encoding sace occurs The value of condition true: R can be decreased if the following is I K I In this case u to ( I K I ) classes B i can be laced in adjacent cells of the ma Let us discuss the following examle with the artition П A { B,, B 5 },where B { a }, B 2 { a 2,a 3,a 4,a 5,a 6 }, B3 { a7,a8,a9,a }, B4 { a,a2,a3,a4,a5 }, B5 { a6,a7 } Now, there is R B 3, B 5 and R 3 Therefore, it is enough R B R 6 variables to encode the states But the ma includes I K 8 columns and condition (2) is true Obviously, those classes Bi A having the maximum number of states should be transformed Let us 2 reresent the class B 2 as B 2 { a2,, a5 } and B2 { a6 }, 2 whereas the class B 4 as B 4 { a,, a4 } and B4 { a5 } Now there are B 4, R 2 and variables T,, T5 are used for state encoding (Fig 2) As follows from Fig 2, there is one code for each class Bi A, namely: K( B ) *, K( B2 ) *, K ( B 3 ), K( B 4 ) *, K( B 5 ) * In this case there is R B R 5, so there is no code sace exansion T T 2 T 3 T 4 T 5 a a 2 a 6 a 7 a a 5 a 6 * * a 3 * a 8 a 2 * a 7 * * a 4 * a 9 a 3 * * * * a 5 * a a 4 * * * Figure 2 The codes of states for oore FS U 4 rows, where wwwijcitcom 33

4 Volume 3 Issue, January 24 IV PROPOSED DESIGN ETHOD The roosed design method includes the following stes: Constructing the marked GSA and the set of states A 2 Construction of the artition A 3 Primary state assignment 4 Secondary state assignment 5 Construction of the transformed structure table 6 Imlementation of FS matrix circuit Let us discuss some stes of the roosed method Primary state assignment This ste is connected with finding values of I K and O K Here the ossibility of decreasing R under keeing R B is analyzed This ste is reduced to the lacement of states am B i inside the columns of Karnaugh ma having the size IK O K It allows finding the set T' T and codes K B i Secondary state assignment This ste is connected with otimizing system (2) Let us reresent equations of system (2) as the following ones: y n V CnmAm n, N m In (3) the symbol C nm stands for the Boolean variable equal to if the outut variable y n Y is generated in the state a m A States am B i are rearranged in the column K( B i ) to decrease the number of terms in system (3) The don t care cells of the ma are used for this otimization Construction of transformed structure table This table is constructed using the system of generalized formulae of transitions [], which is the following one: H Bi V ih XhAs hc i, I In (4), the Boolean variable C ih, if the term X h A s belongs to the system of transitions for the class Bi A This system is constructed using initial GSA The transformed structure table includes the columns B i, K( B i ), a S, K( a S ), X k, k, h The rows of this table corresond to the terms F h F : RB l Fh ( T ri r )* Xh r h, H In (5), the first art is determined by the code K( B i ) from the row h, whereas the value of l ri {,,*} is the value of code bit r; T r Tr,Tr Tr, Tr, where r,rb The terms (5) belong to functions D r H h rh * h D r Ф, where: V C F r,r B R In (6), the Boolean variable C, iff the row h contains function D r Ф ( h, H ) Imlementation of FS matrix circuit Let us analyze the matrices from the circuit shown in Fig The matrix T imlements terms (5); it has I 2( L RB ) inuts and O H oututs The matrix T 2 imlements functions (6); it has I2 H inuts and O2 R B R The matrix T 3 imlements terms (3); it has I 3 inuts and O 3 oututs deending on outcome of the secondary encoding stage ( I3 2 ( RB R ),O3 ) If some functions y n Y are reresented by a single term, then they are formed directly by the matrix T 3 It decreases the number of inuts for T 4 from N to The lower bound corresonds to the situation when all outut variables are formed by the matrix T 3 In the general case the matrix T 4 has I4 inuts and O4 N oututs Therefore we can find for matrices T and T 2 : rh S( T ) 2( L RB )H; S( T ) ( R R )H 2 B In the worst case the area of matrices T 3 and T 4 is defined as S( T3 ) 2( RB R S( T ) N 4 ) ; Thus the roosed aroach guarantees reduction of area that occuied by matrices T and T 2 due to equality of terms in the system of inut memory functions of oore FS to the equivalent ealy FS The area of matrices T 3 and T 4 can be otimized due to secondary state encoding It can be done using "don't care cells" of Karnaugh ma wwwijcitcom 34

5 Volume 3 Issue, January 24 V ANALYSIS OF THE PROPOSED ETHOD Hardware amount for imlementation of oore FS logic circuit deend on characteristics of GSA such as number of condition vertices, outut variables and other Let us use the robabilistic aroach suggested by [] and develoed in [7] There are three key oints in such an aroach: The use of a class of flow charts instead of a articular flow chart This class is characterized by the arameters and 2 Let Q be the number of vertices in GSA ; Q be the number of oerator vertices in GSA ; Q 2 be the number of conditional vertices in GSA Q Q 2 (res 2 ) is the robability of the event that a articular node of the flow chart is an oerational (res conditional) one 2 The use of matrix realization for the circuit of the control unit [2] instead of the standard VLSI In this case we can determine a hardware amount as the volume of matrices for a given circuit of the control unit 3 The use of relative characteristic instead of absolute one Let us study of the relation S(Ui ) S(U j ), where S(Ui, j ) is the volume of matrices for the imlementation of the circuit of the control unit U i, j Let us use the results of [2, 7], where estimation of the main FS arameters are exressed as function of GSA features and some coefficients: H Q H Q Q ; L ( 3 3 ; ; )Q 4 Here Q is the number of COV, 3 Q Q { ; 2}, Q L { ; 2} 4 2 Let us analyze method of otimal state encoding The area of U 2 is defined as S(U2 ) S( T ) S( T2 ) S( T3 ) S( T4 ) kh Here k, 2; ; 8, 3R 2L 2R N is efficient factor of otimal state encoding method [5] Using equations (9) we can find SU 2 f,q,3,4,n,k Final equation is lengthy and low-informative for readers therefore we don t show it here In the same way we can find SU 4 f,q,3,4,n, 5, where 5 is a factor of distribution states inside classes of seudoequivalent states ( B will ossess a minimal ossible value if 5 ) Figure 3 Comarison of model U 2 and U 4 The analyses of different GSA shows that Q,, and N Let N 2 ; 5; Let us research function S(U4 ) S(U2 ) Some results of investigation are shown in Fig 3 (, 2, 3, ; 4 ; N 2 ; 5, 6 ) Our investigations show that oore FS U 4 always offers gains in the area comared with oore FS U 2 This gain goes u with increasing the number of the vertices of the initial GSA The best results (u to 4424%) are achieved for flow charts with the number of vertices 5 Q However efficiency of method decreases by 2 8 % with rising values of arameters N,, 5 VI CONCLUSION The roosed method of exansion of encoding sace targets on decrease in the chi sace occuied by the matrix circuit of oore FS This aroach guarantees the decrease for the number of terms in the system of inut memory functions of oore FS u to this value of the equivalent ealy FS It allows decreasing for the chi sace used for imlementing the outut variables But to imrove the outcome of this aroach, it is necessary to work out an efficient method of the secondary state assignment The results of our investigations show that the roosed method is more effective for GSA with number of vertices more than 5 However gain is slightly decreased with rising numbers of outut variables, arameters and 5 The further direction of our research is connected with alication of roosed methods for the cases when FS logic circuits are imlemented using such standard elements as CPLD and FPGA The co-author Olena Hebda is a scholar within Submeasure 822 Regional Innovation Strategies, easure 82 Transfer of knowledge, Priority VIII Regional human resources for the economy Human Caital Oerational Programme cofinanced by Euroean Social Fund and state budget wwwijcitcom 35

6 Volume 3 Issue, January 24 REFERENCES [] S Baranov, Logic and system design of digital systems, Tallinn: TUT Press, 28 [2] SBaranov, Logic synthesis for control automata, Norwell, A, USA: Kluwer Academic Publishers, 994 [3] S Baranov, I Levin, O Koren, Karovski Designing fault tolerant FS by nano-pla, in Proceedings of the 5th IEEE International On- Line Testing Symosium; 29, Sembra-Lisbon, Portugal, [4] A Barkalov, D Das Otimization of logic circuit of microrogrammed ealy automaton on PLA, Automatic Control and Comuter Sciences; vol 25, No 3, 9 94, 99 [5] A Barkalov, L Titarenko, Logic synthesis for FS-based control units Lecture notes in electrical engineering Berlin: Sringer Verlag Heidelberg, 29, no 53 [6] A Barkalov, L Titarenko, O Hebda atrix imlementation ofoore FS with exansion of coding sace, easurement, Automation and onitoring,vol 56, No 7, , 2 [7] A Barkalov, Synthesis of Control Units on Programmable Logic Devices DNTU, Donetsk, 22, in Russian [8] G Deicheli, Synthesis and otimization of digital circuits NY: cgraw-hill, 994 [9] G Deicheli, R Brayton, A Sangiovanni-Vincentelli Otimal state assignment for finite state machines, IEEE Trans on CAD, vol 4, , 985 [] G Novikov About one aroach for finite state machines research, Contr Syst ach, No 2, 7 75, 974 (in Russian) [] A D Hon, Wilson Nanowire-based sublithograhic rogrammable logic arrays, International Journal of ACS, vol 7, No 4, , 27 [2] D Kania, RCzerwiski Area and seed oriented synthesis of FS for PAL-based CPLDs, icrorocessors and icrosystems, vol 36, No, 45 6, 22 [3] I Levin Decomosition design of automata based on PLA with memory, Automatic Control and Comuter Sciences, vol 2, No 2, 6 68, 986 [4] Z Navabi, Embedded core design with FPGA, NY: cgraw-hill, 997 [5] E Sentovich, K Singh, L Lavagno, C oon, R urgai, A Saldanh, H Savoj, P Stehan, R Brayton, A Sangiovanni-Vincentelli, SIS: a system for sequential circuit synthesis, in Proc of International Conference on Comuter Design ( ICCD 92), Cambridge, A, USA, , 992 [6] A Shrestha, ATakaota, S Tayu, S Ueno On two roblems of nano- PLA design, IEEE Trans on Informatics and Systems, vol E94, No, 25 4, 2 [7] S Singh, R Singh, Bhatia Performance evaluation of hybrid reconfigurable comuting architecture over symmetrical FPGAs, International Journal of Embedded Systems & Alications, vol 2, No 3, 7-6, 22 [8] I Skliarova, V Sklyarov, A Sudnitson, Design of FPGA-based circuits using hierarchical finite state machines, Tallinn: TUT Press, 28 [9] V Sklyarov, Synthesis of automata with matrix VLSIs, insk: Nauka i Technika, 984, (in Russian) [2] Smith, Alication secific integrated circuits, Boston: Addison- Wesley, 997 [2] T Villa, A Sangiovanni-Vincentelli NOVA: state assignment of finite state machines for otimal two-level logic imlementation, IEEE Trans on CAD,vol 9, No 9, , 99 [22] XILINX Website of the Xilinx Cororation;22 htt://wwwxilinxcom wwwijcitcom 36

Matrix Implementation of Moore FSM with Encoding of Collections of Microoperations

Matrix Implementation of Moore FSM with Encoding of Collections of Microoperations Matrix Implementation of Moore FSM with Encoding of Collections of Microoperations A. Barkalov L. Titarenko O. Hebda K. Soldatov Abstract The method is proposed for reduction of hardware amount in logic

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

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding Outline EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Error detection using arity Hamming code for error detection/correction Linear Feedback Shift

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i Comuting with Haar Functions Sami Khuri Deartment of Mathematics and Comuter Science San Jose State University One Washington Square San Jose, CA 9519-0103, USA khuri@juiter.sjsu.edu Fax: (40)94-500 Keywords:

More information

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar 15-859(M): Randomized Algorithms Lecturer: Anuam Guta Toic: Lower Bounds on Randomized Algorithms Date: Setember 22, 2004 Scribe: Srinath Sridhar 4.1 Introduction In this lecture, we will first consider

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

X1=0 X1=1 X1=p-1. f 0 f 1 f p-1

X1=0 X1=1 X1=p-1. f 0 f 1 f p-1 On the Number of Deendent Variables for Incomletely Secied Multile-Valued Functions Tsutomu Sasao Deartment of Comuter Science and Electronics Kyushu Institute of Technology Iizua 8-85, Jaan Abstract This

More information

FSMs state encoding targeting at logic level minimization

FSMs state encoding targeting at logic level minimization BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 54, No. 4, 2006 FSMs state encoding targeting at logic level minimization R. CZERWIŃSKI, D. KANIA, and J. KULISZ Institute of Electronics,

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

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

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

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

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

Formal Modeling in Cognitive Science Lecture 29: Noisy Channel Model and Applications;

Formal Modeling in Cognitive Science Lecture 29: Noisy Channel Model and Applications; Formal Modeling in Cognitive Science Lecture 9: and ; ; Frank Keller School of Informatics University of Edinburgh keller@inf.ed.ac.uk Proerties of 3 March, 6 Frank Keller Formal Modeling in Cognitive

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

Improved Capacity Bounds for the Binary Energy Harvesting Channel

Improved Capacity Bounds for the Binary Energy Harvesting Channel Imroved Caacity Bounds for the Binary Energy Harvesting Channel Kaya Tutuncuoglu 1, Omur Ozel 2, Aylin Yener 1, and Sennur Ulukus 2 1 Deartment of Electrical Engineering, The Pennsylvania State University,

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

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

Construction of High-Girth QC-LDPC Codes

Construction of High-Girth QC-LDPC Codes MITSUBISHI ELECTRIC RESEARCH LABORATORIES htt://wwwmerlcom Construction of High-Girth QC-LDPC Codes Yige Wang, Jonathan Yedidia, Stark Draer TR2008-061 Setember 2008 Abstract We describe a hill-climbing

More information

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

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

Round-off Errors and Computer Arithmetic - (1.2)

Round-off Errors and Computer Arithmetic - (1.2) Round-off Errors and Comuter Arithmetic - (.). Round-off Errors: Round-off errors is roduced when a calculator or comuter is used to erform real number calculations. That is because the arithmetic erformed

More information

Calculation of MTTF values with Markov Models for Safety Instrumented Systems

Calculation of MTTF values with Markov Models for Safety Instrumented Systems 7th WEA International Conference on APPLIE COMPUTE CIENCE, Venice, Italy, November -3, 7 3 Calculation of MTTF values with Markov Models for afety Instrumented ystems BÖCÖK J., UGLJEA E., MACHMU. University

More information

A Parallel Algorithm for Minimization of Finite Automata

A Parallel Algorithm for Minimization of Finite Automata A Parallel Algorithm for Minimization of Finite Automata B. Ravikumar X. Xiong Deartment of Comuter Science University of Rhode Island Kingston, RI 02881 E-mail: fravi,xiongg@cs.uri.edu Abstract In this

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

arxiv: v1 [quant-ph] 3 Feb 2015

arxiv: v1 [quant-ph] 3 Feb 2015 From reversible comutation to quantum comutation by Lagrange interolation Alexis De Vos and Stin De Baerdemacker 2 arxiv:502.0089v [quant-h] 3 Feb 205 Cmst, Imec v.z.w., vakgroe elektronica en informatiesystemen,

More information

Wolfgang POESSNECKER and Ulrich GROSS*

Wolfgang POESSNECKER and Ulrich GROSS* Proceedings of the Asian Thermohysical Proerties onference -4 August, 007, Fukuoka, Jaan Paer No. 0 A QUASI-STEADY YLINDER METHOD FOR THE SIMULTANEOUS DETERMINATION OF HEAT APAITY, THERMAL ONDUTIVITY AND

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

Economics 101. Lecture 7 - Monopoly and Oligopoly

Economics 101. Lecture 7 - Monopoly and Oligopoly Economics 0 Lecture 7 - Monooly and Oligooly Production Equilibrium After having exlored Walrasian equilibria with roduction in the Robinson Crusoe economy, we will now ste in to a more general setting.

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

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search Eduard Babkin and Margarita Karunina 2, National Research University Higher School of Economics Det of nformation Systems and

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

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

arxiv: v2 [quant-ph] 2 Aug 2012

arxiv: v2 [quant-ph] 2 Aug 2012 Qcomiler: quantum comilation with CSD method Y. G. Chen a, J. B. Wang a, a School of Physics, The University of Western Australia, Crawley WA 6009 arxiv:208.094v2 [quant-h] 2 Aug 202 Abstract In this aer,

More information

PROFIT MAXIMIZATION. π = p y Σ n i=1 w i x i (2)

PROFIT MAXIMIZATION. π = p y Σ n i=1 w i x i (2) PROFIT MAXIMIZATION DEFINITION OF A NEOCLASSICAL FIRM A neoclassical firm is an organization that controls the transformation of inuts (resources it owns or urchases into oututs or roducts (valued roducts

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

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

Research Article A Wavelet Algorithm for Fourier-Bessel Transform Arising in Optics

Research Article A Wavelet Algorithm for Fourier-Bessel Transform Arising in Optics Hindawi Publishing Cororation International Engineering Mathematics Volume 25, Article ID 789675, 9 ages htt://dx.doi.org/.55/25/789675 Research Article A Wavelet Algorithm for Fourier-Bessel Transform

More information

Finite-State Verification or Model Checking. Finite State Verification (FSV) or Model Checking

Finite-State Verification or Model Checking. Finite State Verification (FSV) or Model Checking Finite-State Verification or Model Checking Finite State Verification (FSV) or Model Checking Holds the romise of roviding a cost effective way of verifying imortant roerties about a system Not all faults

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

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

Proof Nets and Boolean Circuits

Proof Nets and Boolean Circuits Proof Nets and Boolean Circuits Kazushige Terui terui@nii.ac.j National Institute of Informatics, Tokyo 14/07/04, Turku.1/44 Motivation (1) Proofs-as-Programs (Curry-Howard) corresondence: Proofs = Programs

More information

A generalization of Amdahl's law and relative conditions of parallelism

A generalization of Amdahl's law and relative conditions of parallelism A generalization of Amdahl's law and relative conditions of arallelism Author: Gianluca Argentini, New Technologies and Models, Riello Grou, Legnago (VR), Italy. E-mail: gianluca.argentini@riellogrou.com

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

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL G. Theodoridis, S. Theoharis, D. Soudris*, C. Goutis VLSI Design Lab, Det. of Electrical and Comuter Eng.

More information

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls CIS 410/510, Introduction to Quantum Information Theory Due: June 8th, 2016 Sring 2016, University of Oregon Date: June 7, 2016 Fault Tolerant Quantum Comuting Robert Rogers, Thomas Sylwester, Abe Pauls

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

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

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

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

s v 0 q 0 v 1 q 1 v 2 (q 2) v 3 q 3 v 4

s v 0 q 0 v 1 q 1 v 2 (q 2) v 3 q 3 v 4 Discrete Adative Transmission for Fading Channels Lang Lin Λ, Roy D. Yates, Predrag Sasojevic WINLAB, Rutgers University 7 Brett Rd., NJ- fllin, ryates, sasojevg@winlab.rutgers.edu Abstract In this work

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

Monopolist s mark-up and the elasticity of substitution

Monopolist s mark-up and the elasticity of substitution Croatian Oerational Research Review 377 CRORR 8(7), 377 39 Monoolist s mark-u and the elasticity of substitution Ilko Vrankić, Mira Kran, and Tomislav Herceg Deartment of Economic Theory, Faculty of Economics

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

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

Estimation of component redundancy in optimal age maintenance

Estimation of component redundancy in optimal age maintenance EURO MAINTENANCE 2012, Belgrade 14-16 May 2012 Proceedings of the 21 st International Congress on Maintenance and Asset Management Estimation of comonent redundancy in otimal age maintenance Jorge ioa

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

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

Parallelism and Locality in Priority Queues. A. Ranade S. Cheng E. Deprit J. Jones S. Shih. University of California. Berkeley, CA 94720

Parallelism and Locality in Priority Queues. A. Ranade S. Cheng E. Deprit J. Jones S. Shih. University of California. Berkeley, CA 94720 Parallelism and Locality in Priority Queues A. Ranade S. Cheng E. Derit J. Jones S. Shih Comuter Science Division University of California Berkeley, CA 94720 Abstract We exlore two ways of incororating

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

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method XXVI. ASR '21 Seminar, Instruments and Control, Ostrava, Aril 26-27, 21 Paer 57 A Method of Setting the Penalization Constants in the Subotimal Linear Quadratic Tracking Method PERŮTKA, Karel Ing., Deartment

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

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

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 5, NO., DECEMBER 4 336 Some Unitary Sace Time Codes From Shere Packing Theory With Otimal Diversity Product of Code Size Haiquan Wang, Genyuan Wang, and Xiang-Gen

More information

Joint Property Estimation for Multiple RFID Tag Sets Using Snapshots of Variable Lengths

Joint Property Estimation for Multiple RFID Tag Sets Using Snapshots of Variable Lengths Joint Proerty Estimation for Multile RFID Tag Sets Using Snashots of Variable Lengths ABSTRACT Qingjun Xiao Key Laboratory of Comuter Network and Information Integration Southeast University) Ministry

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

Bayesian System for Differential Cryptanalysis of DES

Bayesian System for Differential Cryptanalysis of DES Available online at www.sciencedirect.com ScienceDirect IERI Procedia 7 (014 ) 15 0 013 International Conference on Alied Comuting, Comuter Science, and Comuter Engineering Bayesian System for Differential

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve In Advances in Neural Information Processing Systems 4, J.E. Moody, S.J. Hanson and R.P. Limann, eds. Morgan Kaumann Publishers, San Mateo CA, 1995,. 950{957. A Simle Weight Decay Can Imrove Generalization

More information

PLA Minimization for Low Power VLSI Designs

PLA Minimization for Low Power VLSI Designs PLA Minimization for Low Power VLSI Designs Sasan Iman, Massoud Pedram Department of Electrical Engineering - Systems University of Southern California Chi-ying Tsui Department of Electrical and Electronics

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

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

arxiv: v1 [quant-ph] 20 Jun 2017

arxiv: v1 [quant-ph] 20 Jun 2017 A Direct Couling Coherent Quantum Observer for an Oscillatory Quantum Plant Ian R Petersen arxiv:76648v quant-h Jun 7 Abstract A direct couling coherent observer is constructed for a linear quantum lant

More information

Energy-aware optimisation for run-time reconfiguration

Energy-aware optimisation for run-time reconfiguration Energy-aware otimisation for run-time reconfiguration Tobias Becker and Wayne Luk Deartment of Comuting Imerial College London, UK eter Y. K. Cheung Deartment of Electrical and Electronic Engineering Imerial

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

On Code Design for Simultaneous Energy and Information Transfer

On Code Design for Simultaneous Energy and Information Transfer On Code Design for Simultaneous Energy and Information Transfer Anshoo Tandon Electrical and Comuter Engineering National University of Singaore Email: anshoo@nus.edu.sg Mehul Motani Electrical and Comuter

More information

Lecture 10: Hypercontractivity

Lecture 10: Hypercontractivity CS 880: Advanced Comlexity Theory /15/008 Lecture 10: Hyercontractivity Instructor: Dieter van Melkebeek Scribe: Baris Aydinlioglu This is a technical lecture throughout which we rove the hyercontractivity

More information

Generalized Coiflets: A New Family of Orthonormal Wavelets

Generalized Coiflets: A New Family of Orthonormal Wavelets Generalized Coiflets A New Family of Orthonormal Wavelets Dong Wei, Alan C Bovik, and Brian L Evans Laboratory for Image and Video Engineering Deartment of Electrical and Comuter Engineering The University

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

CSE 311 Lecture 02: Logic, Equivalence, and Circuits. Emina Torlak and Kevin Zatloukal

CSE 311 Lecture 02: Logic, Equivalence, and Circuits. Emina Torlak and Kevin Zatloukal CSE 311 Lecture 02: Logic, Equivalence, and Circuits Emina Torlak and Kevin Zatloukal 1 Toics Proositional logic A brief review of Lecture 01. Classifying comound roositions Converse, contraositive, and

More information

Network DEA: A Modified Non-radial Approach

Network DEA: A Modified Non-radial Approach Network DEA: A Modified Non-radial Aroach Victor John M. Cantor Deartment of Industrial and Systems Engineering National University of Singaore (NUS), Singaore, Singaore Tel: (+65) 913 40025, Email: victorjohn.cantor@u.nus.edu

More information

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem Parallel Quantum-insired Genetic Algorithm for Combinatorial Otimization Problem Kuk-Hyun Han Kui-Hong Park Chi-Ho Lee Jong-Hwan Kim Det. of Electrical Engineering and Comuter Science, Korea Advanced Institute

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

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

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

Verifying Two Conjectures on Generalized Elite Primes

Verifying Two Conjectures on Generalized Elite Primes 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 12 (2009), Article 09.4.7 Verifying Two Conjectures on Generalized Elite Primes Xiaoqin Li 1 Mathematics Deartment Anhui Normal University Wuhu 241000,

More information

CMCU model with base structure dedicated for CPLD systems

CMCU model with base structure dedicated for CPLD systems Alexander BARKALOV, Larysa TITARENKO, Łukasz SMOLIŃSKI University of Zielona Góra() CMCU model with base structure dedicated for CPLD systems Abstract. The method of hardware reduction presented in this

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

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

INTRODUCTION. Please write to us at if you have any comments or ideas. We love to hear from you.

INTRODUCTION. Please write to us at if you have any comments or ideas. We love to hear from you. Casio FX-570ES One-Page Wonder INTRODUCTION Welcome to the world of Casio s Natural Dislay scientific calculators. Our exeriences of working with eole have us understand more about obstacles eole face

More information

FORMAL DEFINITION OF TOLERANCING IN CAD AND METROLOGY

FORMAL DEFINITION OF TOLERANCING IN CAD AND METROLOGY P. SERRÉ, A. CLÉENT, A. RIVIÈRE FORAL DEFINITION OF TOLERANCING IN CAD AND ETROLOGY Abstract: Our aim is to unify mathematically the secification and the metrological verification of a given geometrical

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

Convolutional Codes. Lecture 13. Figure 93: Encoder for rate 1/2 constraint length 3 convolutional code.

Convolutional Codes. Lecture 13. Figure 93: Encoder for rate 1/2 constraint length 3 convolutional code. Convolutional Codes Goals Lecture Be able to encode using a convolutional code Be able to decode a convolutional code received over a binary symmetric channel or an additive white Gaussian channel Convolutional

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

Magnetostrictive Dynamic Vibration Absorber (DVA) for Passive and Active Damping

Magnetostrictive Dynamic Vibration Absorber (DVA) for Passive and Active Damping aer : 59 /. Magnetostrictive ynamic Vibration Absorber (VA) for Passive and Active aming C. May a,. uhnen b, P. Pagliarulo b and H. Janocha b a Centre for nnovative Production (ZP), Saarbrücken, ermany,

More information

SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING. Ruhul SARKER. Xin YAO

SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING. Ruhul SARKER. Xin YAO Yugoslav Journal of Oerations Research 13 (003), Number, 45-59 SIMULATED ANNEALING AND JOINT MANUFACTURING BATCH-SIZING Ruhul SARKER School of Comuter Science, The University of New South Wales, ADFA,

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Galois Fields, Linear Feedback Shift Registers and their Applications

Galois Fields, Linear Feedback Shift Registers and their Applications Galois Fields, Linear Feedback Shift Registers and their Alications With 85 illustrations as well as numerous tables, diagrams and examles by Ulrich Jetzek ISBN (Book): 978-3-446-45140-7 ISBN (E-Book):

More information