Missile Autopilot Design using Artificial Neural Networks

Size: px
Start display at page:

Download "Missile Autopilot Design using Artificial Neural Networks"

Transcription

1 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 Missile Autopilot Design using Artiicial eural etorks 1 Adel Alsara, 2 Gene Stule 1, 2, Idaho State University Abstract The poer and speed o modern digital computers is truly astounding so that it enables carrying on complex tasks such as aerospace simulation, design and analysis, precisely. In addition to the nature o the guidance problem, the design technique, neural netorks, necessitates cumbersome computations to yield precise and accurate perormance. eural netorks approach the solution o this problem by trying to mimic the structure and unction o the human nervous system. Thereore, this paper is devoted a ne approach using the poer o both computation acilities and neural netorks in the design and analysis o an autopilot or the guidance system. Then, its perormance is ustiied against the classical design approach through the Six degrees o reedom (6DoF) light simulation. I. Introduction The nervous system consists o neurons, hich are connected to each other in a rather complex ay. Each neuron can be thought o as a node and the interconnections beteen them are edges [1]-[4]. Such a structure is called as a directed graph. Further, each edge has a eight associated ith it, hich represents ho much the to interconnected neurons can interact. I the eight is more, then the to neurons can interact much more; and consequently a stronger signal can pass through the edge [5], [6]. Avery simple model and consists o a single trainable neuron. Trainable means that its threshold and input eights are modiiable. Inputs are presented to the neuron and each input has a desired output determined by the user or designer [7]. The threshold and/or input eights can be changed to modiy the output according to the learning algorithm [8]. The output o the perceptron is constrained to Boolean values :( true, alse), (1,0), (1,-1) or hatever [9], [10]. This is not a limitation because i the output o the perceptron ere to be the input or something else, then the output edge could be made to have a eight and consequently the output ould be dependent on this eight [11]. This paper is devoted to the autopilot design or a missile system using the artiicial neural netorks approach. The paper starts ith introduction to the neural netorks, olloed by the eural et-based Guidance and autopilot Design using model reerence neural netork. Then, the designed controller is used ith the system and the simulation results ere analysed. Finally, the conclusions o the paper are discussed. II. Artiicial neural netorks Artiicial eural netorks are composed o simple elements operating in parallel. These elements are inspired by biological nervous systems. As in nature, the netork unction is determined largely by the connections beteen elements. A neural netork can be trained to perorm a particular unction by adusting the values o the connections (eights) beteen elements. Commonly neural netorks are adusted or trained, so that a particular input leads to a speciic desired output, ig. (1).The netork is adusted, based on a comparison o the output and the target, until the netork output matches the target. Typically, many such input/target pairs are used, in this supervised learning, to train a netork. The supervised training methods are commonly used, but other netorks can be obtained rom unsupervised training techniques or rom direct design methods. Unsupervised netorks can be used, or instance, to identiy groups o data. There are a variety o kinds o design and learning techniques that enrich the choices that a user can make. Fig. (1) Idea o the Artiicial eural etork(a) connection eural netorks have been trained to perorm complex unctions in various ields o applications including pattern recognition, identiication, classiication, speech, vision, and control systems [12]. Today, neural netorks can be trained to solve problems that are diicult or conventional computers or human beings. ISS: Page 284

2 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 A. euron model A neuron ith a single scalar input (Simple euron) and no bias is shon in ig. (2-a), here the scalar input p is transmitted through a connection that multiplies its strength by the scalar eight, to orm the product p. The eighted input p is the only argument o the transer unction, hich produces the scalar output a. Hoever, to approach reality, the eighted input (p) isusually corrupted by a bias (b), ig. (2-b). That is, the bias can be vieed as being added to the product p as shon by the summing unction or as shiting the unction to the let by an amount b [13]. The bias is much like a eight, except that it has a constant value. The net input n, again a scalar, is the sum o the eighted input p and the bias b. This sum is the argument o the transer unction. A transer unction is typically a step unction or a sigmoid unction that takes the argument n and produces the output a. ote that and b are both adustable scalar parameters o the neuron [14], [15]. C. euron ith vector input A neuron ith a single R-element input vector is shon in ig. (3). Fig. (3) euron ith vector input In this structure, the individual element inputs p1, p2,,pr are multiplied by eights 1,1, 1,2,...,1,R and the eighted values are ed to the summing unction. Their sum is simply Wp, and it is obtained by the dot product o the matrix W and the vector p. The neuron has a bias b, hich is summed ith the eighted inputs to orm the net input n. This sum, n, is the argument o the transer unction, and it is given by: n 1,1 p p R p R b (1 ) (a) Without Fig. (2) Simple neuron coniguration (b) With bias The central idea o neural netorks is that such parameters can be adusted so that the netork exhibits some desired behavior. Thus, the netork can be trained to carry on a particular ob by adusting the eight or bias parameters, or perhaps the netork itsel can adust these parameters to achieve some desired output. B. Transer unctions The transer unction can be ound in many dierent orms; among them are the hard limit, the linear, and the sigmoid types. The hard limit transer unction is used to limit the output o the neuron to either 0, i the net input argument n is less than 0, or 1, i n is greater than or equal to 0. The linear transer unctionis used to transer the input ith a certain scaling actor. While, the sigmoid transer unctionaccepts the input, hich may have any value beteen plus and minus ininity, and squashes the output into the range rom 0 to 1. D. etork architectures To or more o the neurons shon above may be combined in a layer, and a particular netork might contain one or more o such layers. Single Layer o eurons A one-layer netork ith R input elements and S neurons is shon in ig. (4).In this netork, each element o the input vector p is connected to each neuron input through the eight matrix W. The ith neuron has a summer that gathers its eighted inputs and the bias to orm its on scalar output ni. The various ni taken together orm an S- element net input vector n. Finally, the neuron layer outputs orm a column vector a. ote that it is common or the number o inputs to a layer to be dierent rom the number o neurons. In addition, a layer is not constrained to have the number o its inputs equal to the number o its neurons. A single composite layer o neurons having dierent transer unctions can be created simply by putting to o the netorks shon above in parallel. Both netorks ould have the same inputs, and each netork ould create some o the output elements. The input vector elements are applied to the netork through the eight matrix W, hich has the orm: ISS: Page 285

3 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 W 1,1 2,1 1,2 2, , R 2, R S,1 S,2... S, R ote that the ro indices on the elements o matrix W indicate the destination neuron o the eight and the column indices indicate hich source is the input or that eight. For example, the indices in 1,2 say that the strength o the signal rom the Fig. second (5) A input multi-layer element netork to the irst neuron is 1,2. Fig. (4) A one-layer netork Multiple Layers o eurons A netork can have several layers; each layer has a eight matrix W, a bias vector b, and an output vector a. A three-layer netork is shon in ig. (5) ith the equations ritten belo the igure. This netork has R1 inputs, S1 neurons in the irst layer, S2 neurons in the second layer, etc. It is common or dierent layers to have dierent numbers o neurons and a constant input 1 is ed to the biases or each neuron. ote that the outputs o each intermediate layer are the inputs to the olloing one. Thus, layer 2 can be analysed as a one-layer netork ith S1 inputs, S2 neurons, and an S1S2 eight matrix W2. The input to layer 2 is a1, and the output is a2. The layers o a multilayer netork play dierent roles. In other ords, a layer that produces the netork output is called an output layer, hile all other layers are called hidden layers. That is, the three-layer netork shon in ig. (5) has one output layer (layer 3) and to hidden layers (layer 1 and layer 2). Multiple layer netorks are quite poerul in evaluating complex processes. For instance, a netork o to layers, here the irst layer is sigmoid and the second layer is linear, can be trained to approximate any unction (ith a inite number o discontinuities) arbitrarily ell. E. Learning approaches There are dierent learning approaches and consequently dierent types o Artiicial eural etorks (A) that enable its utiliation ith dierent applications. Among these approaches are [16]: Back-propagation multilayer A,Recurrent type A,Associative type,probabilistic, andadaptive resonance. The Back-propagation is utilied in real time learning controller unction, and consequently it is considered ith autopilot design or the guidance system. Back-propagation as created by generaliing the Widro-Ho learning rule to multiple-layer netorks and nonlinear dierentiable transer unctions. Input vectors and the corresponding output vectors are used to train a netork until it can approximate a unction, associate input vectors ith speciic output vectors, or classiy input vectors in an appropriate ay as deined by the designer. etorks ith biases, a sigmoid layer, and a linear output layer are capable o approximating any unction ith a inite number o discontinuities. Standard back-propagation is a gradient descent algorithm, as is the Widro-Ho learning rule. The term backpropagation reers to the manner in hich the gradient is computed or nonlinear multilayer netorks. There are a number o variations on the basic algorithm, hich are based on other standard optimiation techniques, such as conugate gradient and eton methods. Typically, a ne input ill lead to an output similar to the correct output or input vectors used in training that are similar to the ne input being presented. This generaliation property makes it possible to train a netork on a representative set o input/target pairs and get good results ithout training the netork on all possible input/output pairs [17]. III. eural net-based guidance and control design The application o neural netorks has attracted signiicant attention in several disciplines, ISS: Page 286

4 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 such as signal processing, identiication and control. The success o neural netorks is mainly attributed to their unique eatures such as: Parallel structures ith distributed storage and processing o massive amounts o inormation, and Learning ability made possible by adusting the netork interconnection eights and biases based on certain learning algorithms. The irst eature enables neural netorks to process large amounts o dimensional inormation in real-time. The implication o the second eature is that the non-linear dynamics o a system can be learned and identiied directly by an artiicial neural netork. In addition, the netork can adapt to changes in the environment and make decisions despite uncertainty in operating conditions. Thereore, neural netorks are implemented in aerospace applications and consequently the guidance system or enhancing its perormance. Most neural netorks can be represented by a standard (+1) layer eed orard netork. In this netork, the input is 0 y hile the output is n. The input and output are related by the olloing recursive relationship: net and net i W (net net W 1 ) 1 V V, 1,2,... here the eights W and V are o the appropriate dimensions. V is the connection o the eight vector to the bias node. The activation unction vectors (.), = 1, 2,..., 1 are usually chosen as some kind o sigmoid, but they may be simple identity gains. The activation unction o the output layer nodes is generally an identity unction. The neural netork can, thus, be succinctly expressed as (y;w,v) (W 1 (W 3) 1 2 W 1 2) ( 3 ) here i i 2 (net (k)) i net (k) 1 e 1, 4) herei denotes the ith element o and λ is the learning constant. For netork training, error back propagation is one o the standard methods used to adust the eights o neural netorks [18]. A. eural netork ith model reerence control In this control structure, the desired perormance o the closed-loop system is speciied through a stable reerence model, hich is deined by its input-output pair {r(t), yre(t)}, ig. (6) [19]. This igure (shos that the control system attempts to make the plant output y(t) match the reerence model output yre(t), asymptotically. Thus, the error beteen the plant and the reerence model outputs is used to adust the eights o the neural netork controller [20]. Fig. (6) Model reerence control B. Autopilot design using model reerence A hybrid model reerence adaptive control scheme is implemented ith the guidance system. In this system, a neural netork is placed in parallel ith a linear ixed-gain independently regulated autopilot as shon in ig. (7). The linear autopilot is chosen so as to stabilie the plant over the operating range and provide approximate control, hile the neural controller is used to enhance the perormance o the linear autopilot hen perormance becomes poor by adusting its eights. A suitable reerence model is chosen to deine the desired closed-loop autopilot pre yre responses and across the light envelope. These outputs are then compared ith the actual outputs o the lateral autopilot Fig. (7) Block Diagram o acceleration control system using model reerence controller yielding an error measurement vector [ p and y p rerror ISS: Page 287

5 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 y rerror ]T. This error is used in conunction ith an adaptive rule to adust the eights o the neural netork so that the tracking error is minimied. A direct eect o this approach is to suppress the inluence resulting rom roll rate coupling. The neural netork model and controller are designed using the Matlab neural netork toolbox. A to layer netork is designed ith sigmoid transer unction olloed by a linear one or both the plant and the controller. This structure is shon in ig. (8), hich shos the connection The netork is trained oline ith a step reerence signal yielding the system response shon in ig. (9). This igure shos a stable system, but ith distorted transients. This neural The netork is trained oline ith a step reerence signal yielding the system response shon in ig. (9). This igure shos a stable system, but ith distorted transients. This neural netork autopilot is implemented ith the Six degrees o reedom (6DoF) simulation and the same engagement scenario o [21]. The obtained miss distance is reduced to only 5%. beteen the to netorks in Simulink point o vie. Fig. (8) The connection beteen the to netorks in Simulink point o vie. [m] and the time o light is 8.27 seconds. Using the modiied neural netork controller yields the engagement scenario shon in ig. (11-b), here the miss distance is about 3[m], and the light time is 8.15 seconds. That is, it yields to save 2% in the light time and to reduce 94% in the miss distance, compared to the previous design. It is clear that, the ne system is much aster than the original one, and ith less miss distance o about 93% o the lead netork and 85% Fig. (9) Acceleration step response ith neural controller at 6 sec For more enhancements in the system perormance, the netork is retrained but ith reerence signal adusted to cope ith the values obtained rom the previous 6DOF simulations. Then, the ne autopilot is implemented yielding aster response, ig. (10), and higher relative stability compared ith the previous one and also that obtained ith classical control in [21]. For more ustiication o this ne autopilot, it is implemented ithin the 6DOF simulation, hich is conducted ith target initial position o [6 1 2] Km, initial velocity o [ ]. This target experienced a manoeuvre o [ ] [m/sec2], i.e g ater 5 seconds rom the instance o missile launch, and lasted or 2 seconds. The missile-target light path ith a lead netork is shon in ig. (11-a) here the miss distance is 47.8 Fig. (10) Acceleration step response ith modiied neural controller at 6 sec Fig. (11) Missile and Target traectory (a) ith original autopilot (b) modiied controller It is clear that, the ne system is much aster than the original one, and ith less miss distance o about 93% o the lead netork and 85% less than the classical PID controller. The three ISS: Page 288

6 International Journal o Engineering Trends and Technology (IJETT) Volume 29 umber 6 - ovember 2015 engagement scenarios are plotted together ith ooming to clariy the dierence beteen them as shon in ig. (12). this igure clariies ho the neural netork achieved a smooth and ast approach to the interception ith minimum miss distance. IV. Conclusions A neural netork based adaptive inverting autopilot design is developed and implemented or a guided missile system. This design approach as superior to the original and designed classical approaches rom the point o vie o miss distance and demanded acceleration. That is, the neural netork proved its robustness ith such a stochastic non-linear system provided it is careully trained. Fig. (12) Missile-target engagement scenarios ith lead, PID and neural netorks Reerences [1] Calise A., and R. Rysdyk; onlinear Adaptive Flight Control Using eural etorks, Control Systems Magaine, December [2] McFarland M., A.J. Calise; eural-adaptive onlinear Autopilot Design or an Agile Anti-Air Missile, AIAA Guidance, avigation and Control Conerence, San Diego, CA, AIAA , July 29-31, [3] McFarland, M.; Adaptive onlinear Control o Missiles Using eural etorks, Ph.D. Thesis, Georgia Institute o Technology, [4] Michael B. McFarland and Shaheen M. Hoque; Robu onlinear Missile Autopilot Designed Using Dynamic AIAA [5] Chao A., M. Athans, and G. Stein; Stability Robustness to Un-structured Uncertainty or onlinear Systems Under Feedback Lineariation, 53rd IEEE Conerence on Decision and Control, IEEE Publications, Piscataay, J, pp , [6] Hornik K., M. Stinchombe, and H. White; Multilayer Feedorard etorks are Universal Approximators, eural etorks, Vol. 52, [7] Chun-Liang Lin and Huai-Wen Su; Intelligent Control Theory in Guidance and Control System Design, an Overvie, (Invited Revie Paper), Proc. atl. Sci, Counc. ROC (A), Vol. 24, o. 1, pp , [8] Cronvich L.L.; Aerodynamic Considerations or Autopilot Design, AIAA, pp3-42, [9] Fraoli E., M.A. Dahleh, E. Feron; Robust Hybrid Control or Autonomous Systems Motion Planning, Technical report LIDS-P-2468, Laboratory or Inormation and Decision Systems, Massachusetts Institute o Technology, Cambridge, MA, [10] Garnell P., and East D. J.; Guided Weapon Control Systems, Pergamon Press, Oxord, England, [11] Monaco J., D. Ward, A. Barto; Automatic Aircrat Recovery via Reinorcement Learning, Initial Experiments, eural Inormation Processing Systems Conerence, Denver, CO, [12] Jiang T.; Combined Model and Rule-based Controller Synthesis With Application to Helicopter, Flight Control. Ph.D. Thesis, Georgia Institute o Technology, [13] Kim B. S., and A.J. Calise; onlinear Flight Control Using eural etorks, AIAA Journal o Guidance, Control, and Dynamics, Vol. 80, o. 1, [14] Kim B., and A. Calise; onlinear Flight Control Using eural etorks, Journal o Guidance, Control, and Dynamics, Vol. 80, o. 1, [15] Leis F., S. Jagannathan, and A. Yesildirek; eural etork Control o Robot Manipulators and onlinear Systems, Taylor and Fancis, London, [16] McFarland M., A.J. Calise; Multilayer eural etorks and Adaptive onlinear Control o Agile Anti-Air Missiles, AIAA Guidance, avigation and Control Conerence, AIAA , e Orleans, L.A., August [17] esline F. W., B. H. Wells, and P. Zarchan; A Combined Optimal/Classical Approach to Robust Missile Autopilot Design, AIAA Guidance and Control Conerence, AIAA, e York, pp , [18] Rovithakis G.; onlinear Adaptive Control in the Presence o Unmodelled Dynamics using eural etorks. Proceedings o the Conerence on Decision and Control, [19] Steinberg M.; A Comparison o Intelligent, Adaptive, and onlinear Control Las, Proceedings o the AIAA Guidance, avigation, and Control Conerence, [20] Chun-Liang Lin and Huai-Wen Su; Intelligent Control Theory in Guidance and Control System Design, Proc. ational Science Council ROC(A) Vol. 24, o. 1, pp , [21] Chun-Liang Lin and Huai-Wen Su; Intelligent Control Theory in Guidance and Control System Design, Proc. ational Science Council ROC(A) Vol. 24, o. 1, pp , ISS: Page 289

AN EFFICIENT SET OF FEATURES FOR PULSE REPETITION INTERVAL MODULATION RECOGNITION

AN EFFICIENT SET OF FEATURES FOR PULSE REPETITION INTERVAL MODULATION RECOGNITION AN EFFICIENT SET OF FEATURES FOR PULSE REPETITION INTERVAL MODULATION RECOGNITION J-P. Kauppi, K.S. Martikainen Patria Aviation Oy, Naulakatu 3, 33100 Tampere, Finland, ax +358204692696 jukka-pekka.kauppi@patria.i,

More information

A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion

A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion American Journal of Applied Sciences 5 (4): 30-37, 008 ISSN 1546-939 008 Science Publications A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion Zayed M. Ramadan

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

A Novel Off-chip Capacitor-less CMOS LDO with Fast Transient Response

A Novel Off-chip Capacitor-less CMOS LDO with Fast Transient Response IOSR Journal o Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 11 (November. 2013), V3 PP 01-05 A Novel O-chip Capacitor-less CMOS LDO with Fast Transient Response Bo Yang 1, Shulin

More information

Implementation of an Intelligent Target Classifier with Bicoherence Feature Set

Implementation of an Intelligent Target Classifier with Bicoherence Feature Set ISSN: 39-8753 International Journal o Innovative Research in Science, (An ISO 397: 007 Certiied Organization Vol. 3, Issue, November 04 Implementation o an Intelligent Target Classiier with Bicoherence

More information

ADAPTIVE LINE DIFFERENTIAL PROTECTION ENHANCED BY PHASE ANGLE INFORMATION

ADAPTIVE LINE DIFFERENTIAL PROTECTION ENHANCED BY PHASE ANGLE INFORMATION ADAPTIVE INE DIEENTIA POTECTION ENHANCED BY PHASE ANGE INOMATION Youyi I Jianping WANG Kai IU Ivo BNCIC hanpeng SHI ABB Sweden ABB Sweden ABB China ABB Sweden ABB - Sweden youyi.li@se.abb.com jianping.wang@se.abb.com

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

A Universal Motor Performance Test System Based on Virtual Instrument

A Universal Motor Performance Test System Based on Virtual Instrument Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Universal Motor Perormance Test System Based on Virtual Instrument Wei Li, Mengzhu Li, Qiang Xiao School o Instrument

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Bode Plot based Auto-Tuning Enhanced Solution for High Performance Servo Drives

Bode Plot based Auto-Tuning Enhanced Solution for High Performance Servo Drives Bode lot based Auto-Tuning Enhanced Solution or High erormance Servo Drives. O. Krah Danaher otion GmbH Wachholder Str. 4-4 4489 Düsseldor Germany Email: j.krah@danaher-motion.de Tel. +49 3 9979 133 Fax.

More information

Some Applications of Neural Networks in Microwave Modeling

Some Applications of Neural Networks in Microwave Modeling JOURNAL OF AUTOMATIC CONTROL, UNIVERSITY OF BELGRADE, VOL. 13(1:39-46, 2003 Some Applications o Neural Networks in Microwave Modeling Bratislav Milovanović, Vera Marković, Zlatica Marinković, Zoran Stanković

More information

Design of Multidimensional Space Motion Simulation System For Spacecraft Attitude and Orbit Guidance and Control Based on Radar RF Environment

Design of Multidimensional Space Motion Simulation System For Spacecraft Attitude and Orbit Guidance and Control Based on Radar RF Environment 2016 Sixth International Conerence on Instrumentation & Measurement, Computer, Communication and Control Design o Multidimensional Space Motion Simulation System For Spacecrat Attitude and Orbit Guidance

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

Optimal Control Motion Planning

Optimal Control Motion Planning Optimal Control Motion Planning O. Hachour Abstract Motion planning is one o the important tasks in intelligent control o an autonomous mobile robot. An optimal ree path without collision is solicited

More information

A synthetic vision system using directionally selective motion detectors to recognize collision

A synthetic vision system using directionally selective motion detectors to recognize collision Final to: Artiicial Lie synthetic vision 5 A synthetic vision system using directionally selective motion detectors to recognize collision Shigang YUE and F. Claire Rind Ridley Building, School o Biology

More information

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Int. J. Advanced Networking and Applications 1053 Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Eng. Abdelfattah A. Ahmed Atomic Energy Authority,

More information

Course Objectives. This course gives a basic neural network architectures and learning rules.

Course Objectives. This course gives a basic neural network architectures and learning rules. Introduction Course Objectives This course gives a basic neural network architectures and learning rules. Emphasis is placed on the mathematical analysis of these networks, on methods of training them

More information

RECURSIVE BLIND IDENTIFICATION AND EQUALIZATION OF FIR CHANNELS FOR CHAOTIC COMMUNICATION SYSTEMS

RECURSIVE BLIND IDENTIFICATION AND EQUALIZATION OF FIR CHANNELS FOR CHAOTIC COMMUNICATION SYSTEMS 6th European Signal Processing Conference (EUSIPCO 008), Lausanne, Sitzerland, August 5-9, 008, copyright by EURASIP RECURSIVE BLIND IDENIFICAION AND EQUALIZAION OF FIR CHANNELS FOR CHAOIC COMMUNICAION

More information

Power Optimization in Stratix IV FPGAs

Power Optimization in Stratix IV FPGAs Power Optimization in Stratix IV FPGAs May 2008, ver.1.0 Application Note 514 Introduction The Stratix IV amily o devices rom Altera is based on 0.9 V, 40 nm Process technology. Stratix IV FPGAs deliver

More information

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

More information

287. The Transient behavior of rails used in electromagnetic railguns: numerical investigations at constant loading velocities

287. The Transient behavior of rails used in electromagnetic railguns: numerical investigations at constant loading velocities 287. The Transient behavior o rails used in electromagnetic railguns: numerical investigations at constant loading velocities L. Tumonis 1, a, R. Kačianauskas 1,b, A. Kačeniauskas 2,c, M. Schneider 3,d

More information

Signal Strength Coordination for Cooperative Mapping

Signal Strength Coordination for Cooperative Mapping Signal Strength Coordination or Cooperative Mapping Bryan J. Thibodeau Andrew H. Fagg Brian N. Levine Department o Computer Science University o Massachusetts Amherst {thibodea,agg,brian}@cs.umass.edu

More information

Music Technology Group, Universitat Pompeu Fabra, Barcelona, Spain {jordi.bonada,

Music Technology Group, Universitat Pompeu Fabra, Barcelona, Spain   {jordi.bonada, GENERATION OF GROWL-TYPE VOICE QUALITIES BY SPECTRAL MORPHING Jordi Bonada Merlijn Blaauw Music Technology Group, Universitat Pompeu Fabra, Barcelona, Spain Email: {jordi.bonada, merlijn.blaauw}@up.edu

More information

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

Motor Gear Fault Diagnosis by Current, Noise and Vibration on AC Machine Considering Environment Sun-Ki Hong, Ki-Seok Kim, Yong-Ho Cho

Motor Gear Fault Diagnosis by Current, Noise and Vibration on AC Machine Considering Environment Sun-Ki Hong, Ki-Seok Kim, Yong-Ho Cho Motor Gear Fault Diagnosis by Current, Noise and Vibration on AC Machine Considering Environment Sun-Ki Hong, Ki-Seok Kim, Yong-Ho Cho Abstract Lots o motors have been being used in industry. Thereore

More information

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

More information

SIGNATURE ANALYSIS FOR MEMS PSEUDORANDOM TESTING USING NEURAL NETWORKS

SIGNATURE ANALYSIS FOR MEMS PSEUDORANDOM TESTING USING NEURAL NETWORKS 2th IMEKO TC & TC7 Joint Symposium on Man Science & Measurement September, 3 5, 2008, Annecy, France SIGATURE AALYSIS FOR MEMS PSEUDORADOM TESTIG USIG EURAL ETWORKS Lukáš Kupka, Emmanuel Simeu², Haralampos-G.

More information

A Detailed Lesson on Operational Amplifiers - Negative Feedback

A Detailed Lesson on Operational Amplifiers - Negative Feedback 07 SEE Mid tlantic Section Spring Conerence: Morgan State University, Baltimore, Maryland pr 7 Paper ID #0849 Detailed Lesson on Operational mpliiers - Negative Feedback Dr. Nashwa Nabil Elaraby, Pennsylvania

More information

COMPENSATION OF CURRENT TRANSFORMERS BY MEANS OF FIELD PROGRAMMABLE GATE ARRAY

COMPENSATION OF CURRENT TRANSFORMERS BY MEANS OF FIELD PROGRAMMABLE GATE ARRAY METROLOGY AD MEASUREMET SYSTEMS Index 330930, ISS 0860-89 www.metrology.pg.gda.pl COMPESATIO OF CURRET TRASFORMERS BY MEAS OF FIELD PROGRAMMABLE GATE ARRAY Daniele Gallo, Carmine Landi, Mario Luiso Seconda

More information

Fatigue Life Assessment Using Signal Processing Techniques

Fatigue Life Assessment Using Signal Processing Techniques Fatigue Lie Assessment Using Signal Processing Techniques S. ABDULLAH 1, M. Z. NUAWI, C. K. E. NIZWAN, A. ZAHARIM, Z. M. NOPIAH Engineering Faculty, Universiti Kebangsaan Malaysia 43600 UKM Bangi, Selangor,

More information

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Channel Estimation

ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall Mohamed Essam Khedr. Channel Estimation ECE5984 Orthogonal Frequency Division Multiplexing and Related Technologies Fall 2007 Mohamed Essam Khedr Channel Estimation Matlab Assignment # Thursday 4 October 2007 Develop an OFDM system with the

More information

Effect of Layer Spacing and Line Width of PCB Coil on Resonant Frequency Shen WANG, Zhi-qiang WEI, Yan-ping CONG * and Hao-kun CHI

Effect of Layer Spacing and Line Width of PCB Coil on Resonant Frequency Shen WANG, Zhi-qiang WEI, Yan-ping CONG * and Hao-kun CHI 2016 International Conerence on Sustainable Energy, Environment and Inormation Engineering (SEEIE 2016) ISBN: 978-1-60595-337-3 Eect o Layer Spacing and Line Width o PCB Coil on Resonant Frequency Shen

More information

Jan M. Kelner, Cezary Ziółkowski, Leszek Kachel The empirical verification of the location method based on the Doppler effect Proceedings:

Jan M. Kelner, Cezary Ziółkowski, Leszek Kachel The empirical verification of the location method based on the Doppler effect Proceedings: Authors: Jan M. Kelner, Cezary Ziółkowski, Leszek Kachel Title: The empirical veriication o the location method based on the Doppler eect Proceedings: Proceedings o MIKON-8 Volume: 3 Pages: 755-758 Conerence:

More information

Time distributed update of the NLMS algorithm coefficients for Acoustic Echo Cancellers

Time distributed update of the NLMS algorithm coefficients for Acoustic Echo Cancellers Time distributed update o the NLMS algorithm coeicients or Acoustic Echo Cancellers Fotis E. Andritsopoulos, Yannis M. Mitsos, Christos N. Charopoulos, Gregory A. Doumenis, Constantin N. Papaodysseus Abstract

More information

LQG/LTR Control of an Autonomous Underwater Vehicle Using a Hybrid Guidance Law

LQG/LTR Control of an Autonomous Underwater Vehicle Using a Hybrid Guidance Law LQG/LR Control o an Autonomous Underwater Vehicle Using a Hybrid Guidance Law W. Naeem, R. Sutton and S. M. Ahmad {w.naeem, r.sutton, s.ahmad}@plymouth.ac.uk Marine and Industrial Dynamic Analysis Group

More information

Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009

Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009 Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009 Frequency Modulation Normally, we consider a voltage wave orm with a ixed requency o the orm v(t) = V sin(ω c t + θ), (1) where ω c is

More information

Validation of a crystal detector model for the calibration of the Large Signal Network Analyzer.

Validation of a crystal detector model for the calibration of the Large Signal Network Analyzer. Instrumentation and Measurement Technology Conerence IMTC 2007 Warsaw, Poland, May 1-3, 2007 Validation o a crystal detector model or the calibration o the Large Signal Network Analyzer. Liesbeth Gommé,

More information

Frequency-Foldback Technique Optimizes PFC Efficiency Over The Full Load Range

Frequency-Foldback Technique Optimizes PFC Efficiency Over The Full Load Range ISSUE: October 2012 Frequency-Foldback Technique Optimizes PFC Eiciency Over The Full Load Range by Joel Turchi, ON Semiconductor, Toulouse, France Environmental concerns lead to new eiciency requirements

More information

New metallic mesh designing with high electromagnetic shielding

New metallic mesh designing with high electromagnetic shielding MATEC Web o Conerences 189, 01003 (018) MEAMT 018 https://doi.org/10.1051/mateccon/01818901003 New metallic mesh designing with high electromagnetic shielding Longjia Qiu 1,,*, Li Li 1,, Zhieng Pan 1,,

More information

UMRR: A 24GHz Medium Range Radar Platform

UMRR: A 24GHz Medium Range Radar Platform UMRR: A 24GHz Medium Range Radar Platorm Dr.-Ing. Ralph Mende, Managing Director smart microwave sensors GmbH Phone: +49 (531) 39023 0 / Fax: +49 (531) 39023 58 / ralph.mende@smartmicro.de Mittelweg 7

More information

A technique for noise measurement optimization with spectrum analyzers

A technique for noise measurement optimization with spectrum analyzers Preprint typeset in JINST style - HYPER VERSION A technique or noise measurement optimization with spectrum analyzers P. Carniti a,b, L. Cassina a,b, C. Gotti a,b, M. Maino a,b and G. Pessina a,b a INFN

More information

Optimizing Reception Performance of new UWB Pulse shape over Multipath Channel using MMSE Adaptive Algorithm

Optimizing Reception Performance of new UWB Pulse shape over Multipath Channel using MMSE Adaptive Algorithm IOSR Journal o Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 01 (January. 2015), V1 PP 44-57 www.iosrjen.org Optimizing Reception Perormance o new UWB Pulse shape over Multipath

More information

Sinusoidal signal. Arbitrary signal. Periodic rectangular pulse. Sampling function. Sampled sinusoidal signal. Sampled arbitrary signal

Sinusoidal signal. Arbitrary signal. Periodic rectangular pulse. Sampling function. Sampled sinusoidal signal. Sampled arbitrary signal Techniques o Physics Worksheet 4 Digital Signal Processing 1 Introduction to Digital Signal Processing The ield o digital signal processing (DSP) is concerned with the processing o signals that have been

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Simulation of Radio Frequency Integrated Circuits

Simulation of Radio Frequency Integrated Circuits Simulation o Radio Frequency Integrated Circuits Based on: Computer-Aided Circuit Analysis Tools or RFIC Simulation: Algorithms, Features, and Limitations, IEEE Trans. CAS-II, April 2000. Outline Introduction

More information

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Bezier-curve Navigation Guidance for Impact Time and Angle Control

Bezier-curve Navigation Guidance for Impact Time and Angle Control Bezier-curve Navigation Guidance or Impact Time and Angle Control Gun-Hee MOON 1, Sang-Wook SHIM 1, Min-Jea TAHK*,1 *Corresponding author 1 Korea Advanced Institute o Science and Technology, Daehakro 91

More information

DKAN0008A PIC18 Software UART Timing Requirements

DKAN0008A PIC18 Software UART Timing Requirements DKAN0008A PIC18 Sotware UART Timing Requirements 11 June 2009 Introduction Design conditions oten limit the hardware peripherals available or an embedded system. Perhaps the available hardware UARTs are

More information

Lecture 15. Turbo codes make use of a systematic recursive convolutional code and a random permutation, and are encoded by a very simple algorithm:

Lecture 15. Turbo codes make use of a systematic recursive convolutional code and a random permutation, and are encoded by a very simple algorithm: 18.413: Error-Correcting Codes Lab April 6, 2004 Lecturer: Daniel A. Spielman Lecture 15 15.1 Related Reading Fan, pp. 108 110. 15.2 Remarks on Convolutional Codes Most of this lecture ill be devoted to

More information

Amplifiers. Department of Computer Science and Engineering

Amplifiers. Department of Computer Science and Engineering Department o Computer Science and Engineering 2--8 Power ampliiers and the use o pulse modulation Switching ampliiers, somewhat incorrectly named digital ampliiers, have been growing in popularity when

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

Development of New Algorithm for Voltage Sag Source Location

Development of New Algorithm for Voltage Sag Source Location Proceedings o the International MultiConerence o Engineers and Computer Scientists 2009 Vol II IMECS 2009, March 8-20, 2009, Hong Kong Development o New Algorithm or Voltage Sag Source Location N. Hamzah,

More information

Solid State Relays & Its

Solid State Relays & Its Solid State Relays & Its Applications Presented By Dr. Mostaa Abdel-Geliel Course Objectives Know new techniques in relay industries. Understand the types o static relays and its components. Understand

More information

Consumers are looking to wireless

Consumers are looking to wireless Phase Noise Eects on OFDM Wireless LAN Perormance This article quantiies the eects o phase noise on bit-error rate and oers guidelines or noise reduction By John R. Pelliccio, Heinz Bachmann and Bruce

More information

Software Defined Radio Forum Contribution

Software Defined Radio Forum Contribution Committee: Technical Sotware Deined Radio Forum Contribution Title: VITA-49 Drat Speciication Appendices Source Lee Pucker SDR Forum 604-828-9846 Lee.Pucker@sdrorum.org Date: 7 March 2007 Distribution:

More information

Prof. Paolo Colantonio a.a

Prof. Paolo Colantonio a.a Pro. Paolo Colantonio a.a. 03 4 Operational ampliiers (op amps) are among the most widely used building blocks in electronics they are integrated circuits (ICs) oten DIL (or DIP) or SMT (or SMD) DIL (or

More information

Control of Induction Motor Drive by Artificial Neural Network

Control of Induction Motor Drive by Artificial Neural Network Control of Induction Motor Drive y Artificial Neural Network L.FARAH, N.FARAH, M.BEDDA Centre Universitaire Souk Ahras BP 553 Souk Ahras ALGERIA Astract: Recently there has een increasing interest in the

More information

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

Automatic Parameter Setting of Random Decrement Technique for the Estimation of Building Modal Parameters

Automatic Parameter Setting of Random Decrement Technique for the Estimation of Building Modal Parameters Automatic Parameter Setting o Random Decrement Techniue or the Estimation o Building Modal Parameters Fatima Nasser, Zhongyang Li, Nadine Martin and Philippe Gueguen Gipsa-lab, Departement Images Signal

More information

OSCILLATORS. Introduction

OSCILLATORS. Introduction OSILLATOS Introduction Oscillators are essential components in nearly all branches o electrical engineering. Usually, it is desirable that they be tunable over a speciied requency range, one example being

More information

Recognition of User Activity for User Interface on a Mobile Device

Recognition of User Activity for User Interface on a Mobile Device Recognition o User Activit oruser Interace on a mobile device Recognition o User Activit or User Interace on a Mobile Device Jonghun Baek Dept. o Inormation and Communication Kungpook National Universit,

More information

Max Covering Phasor Measurement Units Placement for Partial Power System Observability

Max Covering Phasor Measurement Units Placement for Partial Power System Observability Engineering Management Research; Vol. 2, No. 1; 2013 ISSN 1927-7318 E-ISSN 1927-7326 Published by Canadian Center o Science and Education Max Covering Phasor Measurement Units Placement or Partial Power

More information

Application Research on BP Neural Network PID Control of the Belt Conveyor

Application Research on BP Neural Network PID Control of the Belt Conveyor Application Research on BP Neural Network PID Control of the Belt Conveyor Pingyuan Xi 1, Yandong Song 2 1 School of Mechanical Engineering Huaihai Institute of Technology Lianyungang 222005, China 2 School

More information

A MATLAB Model of Hybrid Active Filter Based on SVPWM Technique

A MATLAB Model of Hybrid Active Filter Based on SVPWM Technique International Journal o Electrical Engineering. ISSN 0974-2158 olume 5, Number 5 (2012), pp. 557-569 International Research Publication House http://www.irphouse.com A MATLAB Model o Hybrid Active Filter

More information

NNC for Power Electronics Converter Circuits: Design & Simulation

NNC for Power Electronics Converter Circuits: Design & Simulation NNC for Power Electronics Converter Circuits: Design & Simulation 1 Ms. Kashmira J. Rathi, 2 Dr. M. S. Ali Abstract: AI-based control techniques have been very popular since the beginning of the 90s. Usually,

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

ISSUE: April Fig. 1. Simplified block diagram of power supply voltage loop.

ISSUE: April Fig. 1. Simplified block diagram of power supply voltage loop. ISSUE: April 200 Why Struggle with Loop ompensation? by Michael O Loughlin, Texas Instruments, Dallas, TX In the power supply design industry, engineers sometimes have trouble compensating the control

More information

state the transfer function of the op-amp show that, in the ideal op-amp, the two inputs will be equal if the output is to be finite

state the transfer function of the op-amp show that, in the ideal op-amp, the two inputs will be equal if the output is to be finite NTODUCTON The operational ampliier (op-amp) orms the basic building block o many analogue systems. t comes in a neat integrated circuit package and is cheap and easy to use. The op-amp gets its name rom

More information

Low Jitter Circuits in Digital System using Phase Locked Loop

Low Jitter Circuits in Digital System using Phase Locked Loop Proceedings o the World Congress on Engineering 013 Vol II, WCE 013, July 3-5, 013, London, U.K. Low Jitter Circuits in Digital System using Phase Locked Loop Ahmed Telba, Member, IAENG Abstract It is

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

Noise Removal from ECG Signal and Performance Analysis Using Different Filter

Noise Removal from ECG Signal and Performance Analysis Using Different Filter International Journal o Innovative Research in Electronics and Communication (IJIREC) Volume. 1, Issue 2, May 214, PP.32-39 ISSN 2349-442 (Print) & ISSN 2349-45 (Online) www.arcjournal.org Noise Removal

More information

The Effects of MIMO Antenna System Parameters and Carrier Frequency on Active Control Suppression of EM Fields

The Effects of MIMO Antenna System Parameters and Carrier Frequency on Active Control Suppression of EM Fields RADIOENGINEERING, VOL. 16, NO. 1, APRIL 2007 31 The Effects of MIMO Antenna System Parameters and Carrier Frequency on Active Control Suppression of EM Fields Abbas MOAMMED and Tommy ULT Dept. of Signal

More information

A Modified Profile-Based Location Caching with Fixed Local Anchor for Wireless Mobile Networks

A Modified Profile-Based Location Caching with Fixed Local Anchor for Wireless Mobile Networks A Modiied Proile-Based Location Caching with Fixed Local Anchor or Wireless Mobile Networks Md. Kowsar Hossain, Tumpa Rani Roy, Mousume Bhowmick 3 Department o Computer Science and Engineering, Khulna

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

Electronic Ballasts for CFL Operating at Frequencies Above of 1 MHz: Design Considerations and Behavior of the Lamp I.

Electronic Ballasts for CFL Operating at Frequencies Above of 1 MHz: Design Considerations and Behavior of the Lamp I. Electronic Ballasts or CFL Operating at Frequencies Above o 1 MHz: Design Considerations and Behavior o the Lamp I. INTRODUCTION Nowadays, the trends in lighting aim toward the development o more eicient

More information

Analysis of Power Consumption of H.264/AVC-based Video Sensor Networks through Modeling the Encoding Complexity and Bitrate

Analysis of Power Consumption of H.264/AVC-based Video Sensor Networks through Modeling the Encoding Complexity and Bitrate Analysis o Power Consumption o H.264/AVC-based Video Sensor Networks through Modeling the Encoding Complexity and Bitrate Bambang A.B. Sari, Panos Nasiopoulos and Victor C.M. eung Department o Electrical

More information

Cyclostationarity-Based Spectrum Sensing for Wideband Cognitive Radio

Cyclostationarity-Based Spectrum Sensing for Wideband Cognitive Radio 9 International Conerence on Communications and Mobile Computing Cyclostationarity-Based Spectrum Sensing or Wideband Cognitive Radio Qi Yuan, Peng Tao, Wang Wenbo, Qian Rongrong Wireless Signal Processing

More information

Measuring the Speed of Light

Measuring the Speed of Light Physics Teaching Laboratory Measuring the peed o Light Introduction: The goal o this experiment is to measure the speed o light, c. The experiment relies on the technique o heterodyning, a very useul tool

More information

WING rock is a highly nonlinear aerodynamic phenomenon,

WING rock is a highly nonlinear aerodynamic phenomenon, IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 6, NO. 5, SEPTEMBER 1998 671 Suppression of Wing Rock of Slender Delta Wings Using a Single Neuron Controller Santosh V. Joshi, A. G. Sreenatha, and

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

Current Component Index Algorithm for Voltage Sag Source Localization

Current Component Index Algorithm for Voltage Sag Source Localization Proceedings o the World Congress on Engineering Vol II WCE, July 6-8,, London, U.K. Current Component Index Algorithm or Voltage Sag Source Localization N. Hamzah, Member, IAENG, IEEE, A. Mohamed, Senior

More information

Optimal Placement of Phasor Measurement Units for State Estimation

Optimal Placement of Phasor Measurement Units for State Estimation PSERC Optimal Placement o Phasor Measurement Units or State Estimation Final Project Report Power Systems Engineering Research Center A National Science Foundation Industry/University Cooperative Research

More information

Preprint. This is the submitted version of a paper published in Electronic environment.

Preprint.   This is the submitted version of a paper published in Electronic environment. http://www.diva-portal.org Preprint This is the submitted version o a paper published in Electronic environment. Citation or the original published paper (version o record): Stranneb, D. (0) A Primer on

More information

Enhancing Neural Based Obstacle Avoidance with CPG Controlled Hexapod Walking Robot

Enhancing Neural Based Obstacle Avoidance with CPG Controlled Hexapod Walking Robot J. Hlaváčová (Ed.): ITAT 2017 Proceedings, pp. 65 70 CEUR Workshop Proceedings Vol. 1885, ISSN 1613-0073, c 2017 P. Čížek, J. Faigl, J. Bayer Enhancing Neural Based Obstacle Avoidance with CPG Controlled

More information

Removing Ionospheric Corruption from Low Frequency Radio Arrays

Removing Ionospheric Corruption from Low Frequency Radio Arrays Removing Ionospheric Corruption from Lo Frequency Radio Arrays Sean Ting 12/15/05 Thanks to Shep Doeleman, Colin Lonsdale, and Roger Cappallo of Haystack Observatory for their help in guiding this proect

More information

Frequency Control of Smart Grid - A MATLAB/SIMULINK Approach

Frequency Control of Smart Grid - A MATLAB/SIMULINK Approach Frequency Control o Smart Grid - A MATLAB/SIMULINK Approach Vikash Kumar Dr. Pankaj Rai Dr. Ghanshyam M.tech Student Department o Electrical Engg. Dept. o Physics Department o Electrical Engg. BIT Sindri,

More information

Color Correction in Color Imaging

Color Correction in Color Imaging IS&'s 23 PICS Conference in Color Imaging Shuxue Quan Sony Electronics Inc., San Jose, California Noboru Ohta Munsell Color Science Laboratory, Rochester Institute of echnology Rochester, Ne York Abstract

More information

Potentiostat stability mystery explained

Potentiostat stability mystery explained Application Note #4 Potentiostat stability mystery explained I- Introduction As the vast majority o research instruments, potentiostats are seldom used in trivial experimental conditions. But potentiostats

More information

Control of Light and Fan with Whistle and Clap Sounds

Control of Light and Fan with Whistle and Clap Sounds EE389 EDL Report, Department o Electrical Engineering, IIT Bombay, November 2004 Control o Light and Fan with Whistle and Clap Sounds Kashinath Murmu(01D07038) Group: D13 Ravi Sonkar(01D07040) Supervisor

More information

Request Request Request Request Request Request Request

Request Request Request Request Request Request Request TITLE: DATE: March, 0 AFFECTED DOCUMENT: OCuLink.0 SPONSOR: Part I:. Summary o the Functional Changes PCI-SIG ENGINEERING CHANGE REQUEST OCuLink Cable Spec ECR Rev. Alex Haser (Molex), Jay Neer (Molex)

More information

Faculty of science, Ibn Tofail Kenitra University, Morocco Faculty of Science, Moulay Ismail University, Meknès, Morocco

Faculty of science, Ibn Tofail Kenitra University, Morocco Faculty of Science, Moulay Ismail University, Meknès, Morocco Design and Simulation of an Adaptive Acoustic Echo Cancellation (AEC) for Hands-ree Communications using a Low Computational Cost Algorithm Based Circular Convolution in requency Domain 1 *Azeddine Wahbi

More information

ECEN 5014, Spring 2013 Special Topics: Active Microwave Circuits and MMICs Zoya Popovic, University of Colorado, Boulder

ECEN 5014, Spring 2013 Special Topics: Active Microwave Circuits and MMICs Zoya Popovic, University of Colorado, Boulder ECEN 5014, Spring 2013 Special Topics: Active Microwave Circuits and MMICs Zoya Popovic, University o Colorado, Boulder LECTURE 13 PHASE NOISE L13.1. INTRODUCTION The requency stability o an oscillator

More information

1. Motivation. 2. Periodic non-gaussian noise

1. Motivation. 2. Periodic non-gaussian noise . Motivation One o the many challenges that we ace in wireline telemetry is how to operate highspeed data transmissions over non-ideal, poorly controlled media. The key to any telemetry system design depends

More information

TERMINAL IMPACT ANGLE AND ANGLE-OF-ATTACK CONTROL GUIDANCE FOR SURFACE-TO-AIR MISSILE USING TVC

TERMINAL IMPACT ANGLE AND ANGLE-OF-ATTACK CONTROL GUIDANCE FOR SURFACE-TO-AIR MISSILE USING TVC ERMINAL IMPAC ANGLE AND ANGLE-OF-AACK CONROL GUIDANCE FOR SURFACE-O-AIR MISSILE USING VC Seong-Min Hong*, Min-Guk Seo*, Min-Jea ahk* * KAIS Kewords: wo-staged surace-to-air missile, Impact angle control,

More information

Modelling and Simulation of SVM Based DVR System for Voltage Sag Mitigation

Modelling and Simulation of SVM Based DVR System for Voltage Sag Mitigation Research Journal o Applied Sciences, Engineering and Technology 6(3): 444-4431, 013 SSN: 040-7459; e-ssn: 040-7467 Maxwell Scientiic Organization, 013 Submitted: February 18, 013 Accepted: March 11, 013

More information

SENSITIVITY IMPROVEMENT IN PHASE NOISE MEASUREMENT

SENSITIVITY IMPROVEMENT IN PHASE NOISE MEASUREMENT SENSITIVITY IMROVEMENT IN HASE NOISE MEASUREMENT N. Majurec, R. Nagy and J. Bartolic University o Zagreb, Faculty o Electrical Engineering and Computing Unska 3, HR-10000 Zagreb, Croatia Abstract: An automated

More information

Worst Case Modelling of Wireless Sensor Networks

Worst Case Modelling of Wireless Sensor Networks Worst Case Modelling o Wireless Sensor Networks Jens B. Schmitt disco Distributed Computer Systems Lab, University o Kaiserslautern, Germany jschmitt@inormatik.uni-kl.de 1 Abstract At the current state

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information