Spiking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Systems

Size: px
Start display at page:

Download "Spiking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Systems"

Transcription

1 Siking Neural Networks for Real-Time Infrared Images Processing in Thermo Vision Sstems Snejana Pleshkova Deartment of Telecommunications Technical Universit Kliment Ohridski, 8 Sofia aabbv@tu-sofia.bg Abstract: - Thermo vision are used in militar, olice custom traffic control, industrial and other secific alications for collecting and rocessing thermo visual information from infrared images. There is a roblem in the stes of imlementation of the develoed methods and algorithms for infrared image rocessing in real time ractical alications of thermo vision sstems. Here is roosed to exloit the advances in owerful arallel comuter grahics and image rocessing for comuter vision and comuter games alications, where are develoed grahical rocessing unit (GPU) and Comute Unified Device Architecture (CUDA) with the abilit of arallel rocessing and the highseed memor access of grahical rocessing units (GPU), which is essential in the real time alications with neural networks in most of the infrared image rocessing alications. Ke-Words: - siking neural networks; real time infrared image rocessing; thermo vision sstems 1 Introduction Thermo vision are used in militar, olice custom traffic control, industrial and other secific alications for collecting and rocessing thermo visual information from infrared images [1, 9]. There are man hardware or software develoment tools for testing the methods and alication algorithms for infrared catured image rocessing in thermo vision sstems [2, 3, 1]. The roblems arise in the stes of imlementation of the develoed methods and algorithms in real time ractical alications of thermo vision sstems. In surveillance and securit thermo visual sstems one of the most ractical goal is the moving objects detection and tracking in infrared images catured from a thermo vision camera. The inut infrared images are usuall searated and rocessed in small blocks with an aroriate and chosen shae (for examle rectangular) and size (for examle 8x8). In conventional hardware or software imlementation of infrared image rocessing algorithms the blocks are rocessed consecutivel or in series and the achieving the real time rocessing is not alwas ossible. The advances in owerful arallel comuter grahics and image rocessing for comuter vision and comuter games alications with the develoed grahical rocessing unit (GPU) and Comute Unified Device Architecture (CUDA) [4] offers for GPU-based comuting a owerful develoment framework integrated with high level arallel rogramming languages like C or C++ languages. Grahical rocessing units (GPU) are devices designed to exloit arallel shared memor-based floating-oint comutation. The rovide memor access seeds suerior to those of commodit CPU-based sstems. These features to udate in arallel the model variables ever iteration comared to other solutions like rogrammable logic, integrated circuits, custom shared memor solutions, and cluster message assing comuting sstems make GPUs attractive in real time image rocessing and eseciall in this article for infrared image rocessing alications. Here is roosed to exloit the abilit of arallel rocessing and the high-seed memor access of grahical rocessing units (GPU), which is essential in the real time alications with neural networks in most of the infrared image rocessing alications. In most alications of infrared image rocessing with neural networks the rocessed algorithms work sequentiall b a CPU, which means onl one neuron is udated at a given time. As a result the erformance degrades quickl with the increase in network size and connectivit. This is eseciall the case for large connectivit, since sequential rocessors need to iterative over ever connection for each neuron. To seed u the oeration, suercomuters or distributed comuters are normall used for large-scale neural network simulation. But these solutions incur high cost. Traditional CPU architectures are not designed for arallel rocessing. To avoid this roblem in real time infrared image rocessing alications a suitable te of neural network is roosed to use the siking neural network (SNN) ISBN:

2 imlemented in grahical rocessing unit (GPU) and Comute Unified Device Architecture (CUDA). The examle is resented for real time infrared image rocessing alications like moving objects detection and tracking in infrared images in surveillance and securit thermo visual sstems. 2 Siking Neural Networks erformance useful for infrared image rocessing A siking neural network (SNN) is a model of a biological neural network with a simlified rocess of snatic transmission and neurons communication with each other b sikes, modeled as time-stamed otential ulses. The accurac of a sike time deends on the choice of numerical integration sstems, which can be classified into the following categories: - clock-driven (snchronous) sstems evaluate model variables onl at fixed oints in time in which the resolution of the time grid, defined b the magnitude of a time ste, determines the simulation accurac and affects the execution time; - event-driven (asnchronous) sstems udate variables onl at the exact time of a sike event exact time, in which the accurac of the event time in these sstems is not tied to a recision of an time grid, but deends on floating-oint format chosen (double or single recision); - hbrid sstems combine advantages of eventdriven and clock-driven sstems, in which the refresh of the model variables is at fixed oints in time, but et the rocess events at the exact time. Two identical siking neural network (SNN) excited with identical stimuli, but imlemented as a clock- and event- driven sstems do not roduce the same siking attern unless a time ste in the clock-driven imlementation is small enough to achieve the designed accurac. 3 Imlementation of Parcker-Sochcki Integration method in real time infrared image rocessing The analsis of the above mentioned choices of numerical integration sstems leads to the roosition to use here for infrared image rocessing the Parker- Sochacki (PS) numerical integration method [5] to the biologicall lausible henomenological neuron model develoed b Izhikevich [6]. This integration method rovides accurac aroriate for simulation of siking neural network (SNN) with biological mechanisms requiring exact event timing and achieving full doublerecision integration accurac. The Parker-Sochacki (PS) numerical integration technique is based on alication of the Maclaurin series to a solution of differential equations with an initial value roblem (IVP), d dt ( t) = f( t, ( t) ), ( t ) =, t [ t α t +α]. (1) =, The method was develoed based on the Picard iteration [12] under the assumtion that the solution function is locall Lischitz continuous in and continuous in t (Picard Lindelof theorem) [7], and therefore cam be described with ower series. Consequentl, based on the fact that next coefficient in the series can be reresented with the derivative of revious coefficient, ( ) ( ) ' ( + 1) + = t, = = =! (2) and after substituting (2) in (1) the IVP (1) can be described in terms of ower series: ( ) ' = f t, t (3) = = Provided that f is a linear function, f ( t, ( t) ) = k( t) + b, Eq. (3) becomes (constant term is temorar droed): ' + 1 = + k t (4) = = ( ) The equation (4) exhibit loo level arallelism (LLP) and arallel reduction, which can be exloited if all coefficients are re-calculated. However, rovided that f is a quadratic function, 2 f ( t, ( t) ) = a ( t) + b( t) + c, after series multilication, equation (3) becomes: = ( ) ' = a i i t + b t (5) = = Exloiting arallel comutation is roblematic in this case because of linearl scaled convolution, which introduces loo-carried circular deendence. Partial arallelism still can be exloited in the convolution itself b / +1. and term ( ) = ISBN:

3 4 The siking neural networks for real time infrared image rocessing with comuter unified device architecture (CUDA) The equation (4) and (5) shows two imortant ossibilities to use full arallelism in arallel reduction of all re-calculated coefficients or artial arallelism in convolution, resectivel. This assertion is ver imortant in real time alication of infrared image rocessing and is well suited with the advances grahical rocessing unit (GPU) and Comute Unified Device Architecture (CUDA). Therefore, in this article is resented the structure of a real time infrared image rocessing with siking neural network and comute unified device architecture (CUDA), shown in Fig.1. The Infrared Image Cature in real-time the thermal images to be rocessing. The te of this infrared sensor is EasIR-9, which is a standard thermo vision camera. The catured infrared images are transformed as Pixel Data to the Sike Convertor. The function of this block is to convert the each value of inut Pixel Data of the infrared images to corresonding amlitudes, and time sacing of the ulse sequence (Sikes), reresenting the inuts of the used sike neural network (SNN) for infrared image rocessing. The Sikes are inuts of the used necessar comuter Unified devices architecture interface (CUDA Interface). This interface distributes the Sikes to the blocks SP, which in CUDA architecture are named as Scalar Processor (SP). The block SP in CUDA architecture are arranged as Grid of Blocks named Streaming Microrocessors (SM) with the corresonding Shared Memor and Local Memor. All of the existing in a CUDA architecture Grids of Blocks are connected to the Global Memor. The control of the infrared image rocessing and aling of a chosen algorithm for sike neural network (SNN) is erformed from a Digital Signal Processor (DSP) or from Host Comuter. Therefore, in Fig.1 is shown a DSP or Host Comuter Interface to the CUDA architecture block. Also a commonl used Disla Interface connected to LCD Disla is shown in Fig.1 for visualization of the inut and rocessed infrared images. Figure1. Structure of a real time infrared image rocessing with siking neural network and comute unified device architecture (CUDA) A more detailed reresentation of the Grids of Blocks in CUDA architecture, which execute the sike neural network (SNN) algorithm for infrared image rocessing, is show in Fig.2. it is seen that each art of the Grid Block can be regard as an n x n arra of sub blocks, named as Thread (1,1) Thread (n,n). The names Thread (, ) are chosen from the terminolog of CUDA Programming Model using Oen CL rogramming language [8]. ISBN:

4 There are shown also in Fig.3 the necessar block Global Memor, Constant Memor and Infrared Image Memor, which are globall connected to all Thread blocks, transferring and distributing to these Tread blocks the global data, constant values and infrared image information as Sikes values. 5 Results and Conclusion Figure.2. Detailed reresentation of the Grids of Blocks in CUDA architecture, which execute the sike neural network (SNN) algorithm for infrared image rocessing The detailed structure of the Threads (, ) is shown in Fig.3. each Thread is connected to Shared/Local Memor an indirect to the Private Memor. These tes of memories are for storing and udating the local sike signal, coefficients and local executed infrared image rocessing oerations corresonding to the sike neural network (SNN) algorithm for real time infrared image rocessing in CUDA architecture. The exeriments for real time infrared image rocessing and sike neural network (SNN) with CUDA architecture are carried out with NVIDIA GTX28 GPU card that consists of 24 scalar rocessors groued into 3 Streaming Multirocessors (SM), each oerating at 1.2 GHz. The sustained erformance of the GTX28 GPU card is aroximatel 35 GFLOPS. Each Streaming Multirocessor (SM) has a hardware thread scheduler for sike neurons that selects a grou of threads for execution. If an one of the sike neuron threads in the grou issues a costl external memor oeration, then the sike thread scheduler automaticall switches to a new sike thread grou. At an instant of time, the hardware allows a ver high number of sike threads, aroximatel 768 sike threads er Streaming Multirocessors (SM) in GTX28, to be active simultaneousl. B swaing sike thread grous, the sike thread scheduler can effectivel hide costl memor latenc. Each GTX 28 GPU contains a 512-bit DDR3 interface to the grahics disla memor with a eak theoretical bandwidth of 143GB/s. The comarison of the results achieved in the exeriments for real time infrared image rocessing with sike neural network (SNN) and CUDA architecture imlemented in NVIDIA GTX28 GPU card are made with the same algorithm for infrared image rocessing with sike neural network (SNN) using standard Pentium chiset with a 64-bit quad-umed DDR3 interface. The results from this comarison are resented in Table I. Figure.3. Detailed structure of the Threads Sike Neural Network (SNN) for Infrared Image Processing With CUDA Architecture and NVIDIA GTX 28 GPU With Standard Pentiom Chiset and 64-bit quadumed DDR3 Interface In Programming Language Oen CL Microsoft Visual Studio 21 and Oen CV Table 1 Seed of Execution Real Time abilit 35 GB/s Yes 28 GB/s No ISBN:

5 In conclusion is ossible to summarize the effectiveness of using grahical rocessing unit (GPU) and Comute Unified Device Architecture (CUDA) in siking neural network for real time infrared images rocessing: arallelism, high memor access, high seed rocessing. Acknowledgements This work was suorted b National Ministr of Science and Education of Bulgaria under Contract DDVU 2/4-7: Thermo Vision Methods and Recourses in Information Sstems for Customs Control and Combating Terrorism Aimed at Detecting and Tracking Objects and Peole. References: [1] Lebold J. Infrared Thermograh and Distribution Sstem Maintenance Electricit Toda, Volume 3. 28, [2] FLIR Alication Book. FLIR Coman 21 [3] Coon D. D. and Perera A.G. U. Sectral information coding b Infraredhotorecetors. International Journal of Infrared and Milimeter Waves, Volume7, Number [4] NVIDIA CUDA. htt://develoer.nvidia.com/ [5] G. E. Parker and J. S. Sochacki. Imlementing the Picard iteration, Neural, Parallel Sci. Comut., vol. 4, , 1996 [6] E. M. Izhikevich and G. M. Edelman. Largescale model of mammalian thalamocortical sstems, Proceedings of the National Academ of Sciences, vol. 15, , 28. [7] E. Picard, Traite D'Analse. Gauthier-Villars, , vol. 3. [8] (29, Jul.) NVIDIA CUDA C Programming Best Practices Guide. [Accessed online 4/3/21]. htt://develoer.nvidia.com/ [9] Andonova A., Thermograhic evaluation of electromechanical relas qualit in railwa automation, International Journal of Electricaland Comuter Engineering (IJECE), Feb. 212, vol.2, No1, 212,.1-6,ISSN: [1] Andonova A., S. Todorov, Buried Object Detection b Thermograh,Annual Journal of Electronics, vol.4, 1, Sofia,, ,21,ISSN ISBN:

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER Introduction:

More information

High resolution radar signal detection based on feature analysis

High resolution radar signal detection based on feature analysis Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 4, 6(6):73-77 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 High resolution radar signal detection based on feature

More information

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System RESEARCH ARTICLE OPEN ACCESS An Overview of PAPR Reduction Otimization Algorithm for MC-CDMA System Kanchan Singla*, Rajbir Kaur**, Gagandee Kaur*** *(Deartment of Electronics and Communication, Punjabi

More information

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ Rong Lin y Koji Nakano z Stehan Olariu x Albert Y. Zomaya Abstract We roose an efficient reconfigurable arallel refix counting

More information

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation Evolutionary Circuit Design: Theory Persective on Signal Proagation Denis Poel Deartment of Comuter Science, Baker University, P.O. 65, Baldwin City, KS 66006, E-mail: oel@ieee.org Nawar Hakeem Deartment

More information

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods Alication of Notch Filtering under Low Samling Rate for Broken Rotor Bar Detection with DTFT and AR based Sectrum Methods B. Ayhan H. J. Trussell M.-Y. Chow M.-H. Song IEEE Student Member IEEE Fellow IEEE

More information

Design of PID Controller Based on an Expert System

Design of PID Controller Based on an Expert System International Journal of Comuter, Consumer and Control (IJ3C), Vol. 3, No.1 (014) 31 Design of PID Controller Based on an Exert System Wei Li Abstract For the instability of traditional control systems,

More information

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm o Otimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm Nirvana S. Antonio, Cícero F. F. Costa Filho, Marly G. F. Costa, Rafael Padilla Abstract In 4-sided dominoes,

More information

University of Twente

University of Twente University of Twente Faculty of Electrical Engineering, Mathematics & Comuter Science Design of an audio ower amlifier with a notch in the outut imedance Remco Twelkemeijer MSc. Thesis May 008 Suervisors:

More information

The pulse compression waveform that we have already considered is the LFM t is a quadratic phase function.

The pulse compression waveform that we have already considered is the LFM t is a quadratic phase function. 5.0 PULSE COMPRESSION WAVEFORMS There is a class of waveforms termed ulse comression waveforms. These tyes of waveforms, and their associated signal rocessors, are useful because the overall signal duration

More information

A Multi-View Nonlinear Active Shape Model Using Kernel PCA

A Multi-View Nonlinear Active Shape Model Using Kernel PCA A Multi-View Nonlinear Active Shae Model Using Kernel PCA Sami Romdhani y, Shaogang Gong z and Alexandra Psarrou y y Harrow School of Comuter Science, University of Westminster, Harrow HA1 3TP, UK [rodhams

More information

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Jon Are Suul Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Develoment of an On-line Frequency-adative Virtual Flux-based Aroach Thesis for the degree of Philosohiae Doctor

More information

Initial Ranging for WiMAX (802.16e) OFDMA

Initial Ranging for WiMAX (802.16e) OFDMA Initial Ranging for WiMAX (80.16e) OFDMA Hisham A. Mahmoud, Huseyin Arslan Mehmet Kemal Ozdemir Electrical Engineering Det., Univ. of South Florida Logus Broadband Wireless Solutions 40 E. Fowler Ave.,

More information

A novel High Bandwidth Pulse-Width Modulated Inverter

A novel High Bandwidth Pulse-Width Modulated Inverter Proceedings of the 10th WSEAS International onference on IRUITS, Vouliagmeni, Athens, Greece, July 101, 006 (8085) A novel High Bandwidth PulseWidth Modulated Inverter J. HATZAKIS, M. VOGIATZAKI, H. RIGAKIS,

More information

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS Dániel Ambrits and Balázs Bank Budaest University of Technology and Economics, Det. of Measurement and Information

More information

Analysis of Electronic Circuits with the Signal Flow Graph Method

Analysis of Electronic Circuits with the Signal Flow Graph Method Circuits and Systems, 207, 8, 26-274 htt://www.scir.org/journal/cs ISSN Online: 253-293 ISSN Print: 253-285 Analysis of Electronic Circuits with the Signal Flow Grah Method Feim Ridvan Rasim, Sebastian

More information

Ground Clutter Canceling with a Regression Filter

Ground Clutter Canceling with a Regression Filter 1364 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 16 Ground Clutter Canceling with a Regression Filter SEBASTIÁN M. TORRES Cooerative Institute for Mesoscale Meteorological Studies, Norman, Oklahoma

More information

SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS

SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS SAR IMAGE CLASSIFICATION USING FUZZY C-MEANS Debabrata Samanta, Goutam Sanyal Deartment of CSE, National Institute of Technology, Durgaur, Mahatma Gandhi Avenue, West Bengal, India ABSTRACT Image Classification

More information

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks Efficient Imortance Samling for Monte Carlo Simulation of Multicast Networks P. Lassila, J. Karvo and J. Virtamo Laboratory of Telecommunications Technology Helsinki University of Technology P.O.Box 3000,

More information

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms Performance Analysis of MIMO System using Sace Division Multilexing Algorithms Dr.C.Poongodi 1, Dr D Deea, M. Renuga Devi 3 and N Sasireka 3 1, Professor, Deartment of ECE 3 Assistant Professor, Deartment

More information

Enhancing Authentication in Wireless Devices Using Neural Network

Enhancing Authentication in Wireless Devices Using Neural Network IOSR Journal of Comuter Engineering (IOSR-JCE) e-issn: 2278-066,-ISSN: 2278-8727 PP 0-05 iosrournalsorg Enancing Autentication in Wireless Devices Using Neural Netork Menal, Dr Sumeet Gill 2 (menaldaia@gmailcom,

More information

Software for Modeling Estimated Respiratory Waveform

Software for Modeling Estimated Respiratory Waveform Software for Modeling Estimated Resiratory Waveform Aleksei E. Zhdanov, Leonid G. Dorosinsky Abstract In the imaging of chest or abdomen, motion artifact is an unavoidable roblem. In the radiation treatment,

More information

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie State-of-the-Art Verification of the Hard Driven GTO Inverter Develoment for a 100 MVA Intertie P. K. Steimer, H. Grüning, J. Werninger R&D Drives and Power Electronics ABB Industrie AG CH-5300 Turgi,

More information

An Overview of Substrate Noise Reduction Techniques

An Overview of Substrate Noise Reduction Techniques An Overview of Substrate Noise Reduction Techniques Shahab Ardalan, and Manoj Sachdev ardalan@ieee.org, msachdev@ece.uwaterloo.ca Deartment of Electrical and Comuter Engineering University of Waterloo

More information

THE HELMHOLTZ RESONATOR TREE

THE HELMHOLTZ RESONATOR TREE THE HELMHOLTZ RESONATOR TREE Rafael C. D. Paiva and Vesa Välimäki Deartment of Signal Processing and Acoustics Aalto University, School of Electrical Engineering Esoo, Finland rafael.dias.de.aiva@aalto.fi

More information

LDPC-Coded MIMO Receiver Design Over Unknown Fading Channels

LDPC-Coded MIMO Receiver Design Over Unknown Fading Channels LDPC-Coded MIMO Receiver Design Over Unknown Fading Channels Jun Zheng and Bhaskar D. Rao University of California at San Diego Email: juzheng@ucsd.edu, brao@ece.ucsd.edu Abstract We consider an LDPC-coded

More information

Figure 1 7-chip Barker Coded Waveform

Figure 1 7-chip Barker Coded Waveform 3.0 WAVEFOM CODING 3.1 Introduction We now want to loo at waveform coding. We secifically want to loo at hase and frequency coding. Our first exosure to waveform coding was our study of LFM ulses. In that

More information

Matching Book-Spine Images for Library Shelf-Reading Process Automation

Matching Book-Spine Images for Library Shelf-Reading Process Automation 4th IEEE Conference on Automation Science and Engineering Key Bridge Marriott, Washington DC, USA August 23-26, 2008 Matching Book-Sine Images for Library Shelf-Reading Process Automation D. J. Lee, Senior

More information

A Realistic Simulation Tool for Testing Face Recognition Systems under Real-World Conditions

A Realistic Simulation Tool for Testing Face Recognition Systems under Real-World Conditions A Realistic Simulation Tool for Testing Face Recognition Sstems under Real-World Conditions M. Correa, J. Ruiz-del-Solar, S. Parra-Tsunekawa, R. Verschae Deartment of Electrical Engineering, Universidad

More information

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY

UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY UNDERWATER ACOUSTIC CHANNEL ESTIMATION USING STRUCTURED SPARSITY Ehsan Zamanizadeh a, João Gomes b, José Bioucas-Dias c, Ilkka Karasalo d a,b Institute for Systems and Robotics, Instituto Suerior Técnico,

More information

Circular Dynamic Stereo and Its Image Processing

Circular Dynamic Stereo and Its Image Processing Circular Dynamic Stereo and Its Image Processing Kikuhito KAWASUE *1 and Yuichiro Oya *2 *1 Deartment of Mechanical Systems Engineering Miyazaki University 1-1, Gakuen Kibanadai Nishi, Miyazaki 889-2192

More information

Lab 4: The transformer

Lab 4: The transformer ab 4: The transformer EEC 305 July 8 05 Read this lab before your lab eriod and answer the questions marked as relaboratory. You must show your re-laboratory answers to the TA rior to starting the lab.

More information

A Comparative Study on Compensating Current Generation Algorithms for Shunt Active Filter under Non-linear Load Conditions

A Comparative Study on Compensating Current Generation Algorithms for Shunt Active Filter under Non-linear Load Conditions International Journal of Scientific and Research Publications, Volume 3, Issue 6, June 2013 1 A Comarative Study on Comensating Current Generation Algorithms for Shunt Active Filter under Non-linear Conditions

More information

Analysis of Source Location Accuracy Using a Network of Acoustic Sensors with Application to Network System Design

Analysis of Source Location Accuracy Using a Network of Acoustic Sensors with Application to Network System Design Acoustic Sensors with Alication to etwork Sstem Design Dr S Harman, Dr A Hume, Mr V Callowa, Mr D Beale QinetiQ, St Andrews Rd, Malvern, Worcestershire, WR4 3PS, UK saharman@qinetiq.com, vcallowa@qinetiq.com

More information

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks Otimal -ersistent MAC algorithm for event-driven Wireless Sensor Networks J. Vales-Alonso,E.Egea-Lóez, M. V. Bueno-Delgado, J. L. Sieiro-Lomba, J. García-Haro Deartment of Information Technologies and

More information

Improvements of Bayesian Matting

Improvements of Bayesian Matting Imrovements of Bayesian Matting Mikhail Sindeyev, Vadim Konushin, Vladimir Vezhnevets Deartment of omutational Mathematics and ybernetics, Grahics and Media Lab Moscow State Lomonosov University, Moscow,

More information

The online muon identification with the ATLAS experiment at the LHC

The online muon identification with the ATLAS experiment at the LHC 32 he online muon identification with the ALAS exeriment at the LHC Abstract he Large Hadron Collider (LHC) at CERN is a roton-roton collider roviding the highest energy and the highest instantaneous luminosity

More information

/97/$10.00 (c) 1997 IEEE

/97/$10.00 (c) 1997 IEEE Fractionall Saced Coherent Detection with DF MAP Estimation of Statisticall Known ime-varing Raleigh Fading Channel uaing Liu Zoran Siveski Nirwan Ansari Deartment of Electrical and Comuter Engineering

More information

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics

A Genetic Algorithm Approach for Sensorless Speed Estimation by using Rotor Slot Harmonics A Genetic Algorithm Aroach for Sensorless Seed Estimation by using Rotor Slot Harmonics Hayri Arabaci Abstract In this aer a sensorless seed estimation method with genetic algorithm for squirrel cage induction

More information

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Transmitter Antenna Diversity and Adative Signaling Using ong Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Shengquan Hu, Tugay Eyceoz, Alexandra Duel-Hallen North Carolina State University

More information

Chapter 7 Local Navigation: Obstacle Avoidance

Chapter 7 Local Navigation: Obstacle Avoidance Chater 7 Local Navigation: Obstacle Avoidance A mobile robot must navigate from one oint to another in its environment. This can be a simle task, for examle, if a robot can follow an unobstructed line

More information

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency IEEE TANSACTIONS ON POWE EECTONICS, VO. 18, NO. 2, MACH 2003 539 A Novel, obust DSP-Based Indirect otor Position Estimation for Permanent Magnet AC Motors Without otor Saliency i Ying and Nesimi Ertugrul,

More information

FAULT CURRENT CALCULATION IN SYSTEM WITH INVERTER-BASED DISTRIBUTED GENERATION WITH CONSIDERATION OF FAULT RIDE THROUGH REQUIREMENT

FAULT CURRENT CALCULATION IN SYSTEM WITH INVERTER-BASED DISTRIBUTED GENERATION WITH CONSIDERATION OF FAULT RIDE THROUGH REQUIREMENT FAULT CURRENT CALCULATION IN SYSTEM WITH INVERTER-BASED DISTRIBUTED GENERATION WITH CONSIDERATION OF FAULT RIDE THROUGH REQUIREMENT Dao Van Tu 1, Surachai Chaitusaney 2 1 PhD, Electrical Engineering, Hanoi

More information

Upper-Body Contour Extraction Using Face and Body Shape Variance Information

Upper-Body Contour Extraction Using Face and Body Shape Variance Information Uer-ody Contour Etraction Using ace and ody Shae Variance nformation Kazuki Hoshiai 1, Shinya ujie 2, and Tetsunori Kobayashi 1 1 Deartment of Comuter Science and Engineering, Waseda University, Okubo

More information

Available online at ScienceDirect. Procedia Manufacturing 11 (2017 )

Available online at   ScienceDirect. Procedia Manufacturing 11 (2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia Manuacturing 11 (2017 ) 501 508 27th International Conerence on Flexible Automation and Intelligent Manuacturing, FAIM2017, 27-30 June 2017,

More information

Optimum use of a 4-element Yagi-Uda Antenna for the Reception of Several UHF TV Channels

Optimum use of a 4-element Yagi-Uda Antenna for the Reception of Several UHF TV Channels ENGNEE - Vol, No 3, [67-7], 7 The nstitution of Engineers, Sri anka htt://doiorg/438/engineerv5i3766 Otimum use of a 4-element Yagi-Uda Antenna for e ecetion of Several UHF TV Channels CJSAH Perera Abstract:

More information

Parameter Controlled by Contrast Enhancement Using Color Image

Parameter Controlled by Contrast Enhancement Using Color Image Parameter Controlled by Contrast Enhancement Using Color Image Raguathi.S and Santhi.K Abstract -The arameter-controlled virtual histogram distribution (PCVHD) method is roosed in this roject to enhance

More information

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS Urbano Tancredi (1), Alfredo Renga (2), and Michele Grassi (3) (1) Deartment for Technologies,

More information

Computational Complexity of Generalized Push Fight

Computational Complexity of Generalized Push Fight Comutational Comlexity of Generalized Push Fight Jeffrey Bosboom Erik D. Demaine Mikhail Rudoy Abstract We analyze the comutational comlexity of otimally laying the two-layer board game Push Fight, generalized

More information

Series PID Pitch Controller of Large Wind Turbines Generator

Series PID Pitch Controller of Large Wind Turbines Generator SERBIAN JOURNAL OF ELECRICAL ENGINEERING Vol. 1, No., June 015, 183-196 UDC: 61.311.4:681.5 DOI: 10.98/SJEE150183M Series PID Pitch Controller of Large Wind urbines Generator Aleksandar D. Micić 1, Miroslav

More information

Application Note D. Dynamic Torque Measurement

Application Note D. Dynamic Torque Measurement Page 1 of 9 Alication Note 221101D Dynamic Torque Measurement Background Rotary ower sources and absorbers have discrete oles and/or istons and/or gear meshes, etc. As a result, they develo and absorb

More information

A Robust Feature for Speech Detection*

A Robust Feature for Speech Detection* БЪЛГАРСКА АКАДЕМИЯ НА НАУКИТЕ. BULGARIAN ACADEMY OF SCIENCES КИБЕРНЕТИКА И ИНФОРМАЦИОННИ ТЕХНОЛОГИИ Том 4, 2 CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 4, No 2 София. 2004. Sofia A Robust Feature

More information

The Multi-Focus Plenoptic Camera

The Multi-Focus Plenoptic Camera The Multi-Focus Plenotic Camera Todor Georgiev a and Andrew Lumsdaine b a Adobe Systems, San Jose, CA, USA; b Indiana University, Bloomington, IN, USA Abstract Text for Online or Printed Programs: The

More information

RECOMMENDATION ITU-R SF

RECOMMENDATION ITU-R SF Rec. ITU-R SF.1649-1 1 RECOMMENDATION ITU-R SF.1649-1 Guidance for determination of interference from earth stations on board vessels to stations in the fixed service when the earth station on board vessels

More information

Parallel Operation of Dynex IGBT Modules Application Note Replaces October 2001, version AN AN July 2002

Parallel Operation of Dynex IGBT Modules Application Note Replaces October 2001, version AN AN July 2002 AN5505 Parallel Oeration of Dynex GB odules Alication Note Relaces October 2001, version AN5505-1.2 AN5505-1.3 July 2002 NRODUCON GB modules can be connected in arallel to create a switch with a higher

More information

Design of a Power Converter Based on UC3842 for Blade Electric Vehicle

Design of a Power Converter Based on UC3842 for Blade Electric Vehicle Design of a Power Converter Based on UC3842 for Blade Electric Vehicle Zhenyou Wang, Qun Sun*, Hongqiang Guo School of Mechanical and Automotive Engineering, Liaocheng University Liaocheng, China *Corresonding

More information

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network

The Optimization Model and Algorithm for Train Connection at Transfer Stations in Urban Rail Transit Network Send Orders for Rerints to rerints@benthamscienceae 690 The Oen Cybernetics & Systemics Journal, 05, 9, 690-698 Oen Access The Otimization Model and Algorithm for Train Connection at Transfer Stations

More information

Hydro-turbine governor control: theory, techniques and limitations

Hydro-turbine governor control: theory, techniques and limitations University of Wollongong Research Online Faculty of Engineering and Information Sciences - Paers: Part A Faculty of Engineering and Information Sciences 006 Hydro-turbine governor control: theory, techniques

More information

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries Origins of Stator Current Sectra in DFIGs with Wing Faults and Excitation Asymmetries S. Williamson * and S. Djurović * University of Surrey, Guildford, Surrey GU2 7XH, United Kingdom School of Electrical

More information

Properties of Mobile Tactical Radio Networks on VHF Bands

Properties of Mobile Tactical Radio Networks on VHF Bands Proerties of Mobile Tactical Radio Networks on VHF Bands Li Li, Phil Vigneron Communications Research Centre Canada Ottawa, Canada li.li@crc.gc.ca / hil.vigneron@crc.gc.ca ABSTRACT This work extends a

More information

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station

Servo Mechanism Technique based Anti-Reset Windup PI Controller for Pressure Process Station Indian Journal of Science and Technology, Vol 9(11), DOI: 10.17485/ijst/2016/v9i11/89298, March 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Servo Mechanism Technique based Anti-Reset Windu

More information

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout IEEE International Worksho on Imaging Systems and Techniques IST 2008 Chania, Greece, Setember 10 12, 2008 Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout Anton Kachatkou,

More information

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Matti Hämäläinen, Raffaello Tesi, Veikko Hovinen, Niina Laine, Jari Iinatti Centre for Wireless Communications, University

More information

Arrival-Based Equalizer for Underwater Communication Systems

Arrival-Based Equalizer for Underwater Communication Systems 1 Arrival-Based Equalizer for Underwater Communication Systems Salman Ijaz, António Silva, Sérgio M. Jesus Laboratório de Robótica e Sistemas em Engenharia e Ciência (LARsys), Camus de Gambelas, Universidade

More information

(11) Bipolar Op-Amp. Op-Amp Circuits:

(11) Bipolar Op-Amp. Op-Amp Circuits: (11) O-Am Circuits: Biolar O-Am Learning Outcome Able to: Describe and analyze the dc and ac characteristics of the classic 741 biolar o-am circuit. eference: Neamen, Chater 13 11.0) 741 O-Am 11.1) Circuit

More information

LIGHT COMPENSATION. Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Dept. of Computer Science and Information Engineering, National Taiwan University

LIGHT COMPENSATION. Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Dept. of Computer Science and Information Engineering, National Taiwan University LGHT COMPENSATON Chih-Fong Chang ( 張致豐 ), Chiou-Shann Fuh ( 傅楸善 ) Det. of Comuter Science and nformation Engineering, National Taiwan University E-mail: r96922104@ntu.edu.tw ABSTRACT Digital camera often

More information

Designing for Societal Problems The Role of People. Gabriela Avram

Designing for Societal Problems The Role of People. Gabriela Avram Designing for Societal Problems The Role of Peole Gabriela Avram Introduction to Digital Media 2017 Yesterday and today! htts://youtu.be/f91qitfi9ue But how do we go about designing these things? A. Just

More information

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL TO IMPROVE BIT ERROR RATE OF TURBO CODED TRANSMISSION OVER NOISY CHANNEL 1 M. K. GUPTA, 2 VISHWAS SHARMA. 1 Deartment of Electronic Instrumentation and Control Engineering, Jagannath Guta Institute of

More information

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY 5. INTRODUCTION The Internal Model Control (IMC) based aroach for PID controller design can be used to control alications in industries. It is because, for ractical

More information

RESIDUE NUMBER SYSTEM. (introduction to hardware aspects) Dr. Danila Gorodecky

RESIDUE NUMBER SYSTEM. (introduction to hardware aspects) Dr. Danila Gorodecky RESIDUE NUMBER SYSTEM (introduction to hardware asects) Dr. Danila Gorodecky danila.gorodecky@gmail.com Terminology Residue number system (RNS) (refers to Chinese remainder theorem) Residue numeral system

More information

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation 1 Ulink Scheduling in Wireless Networks with Successive Interference Cancellation Majid Ghaderi, Member, IEEE, and Mohsen Mollanoori, Student Member, IEEE, Abstract In this aer, we study the roblem of

More information

Online Adaptive Continuous Wavelet Transform and Fuzzy Logic Based High Precision Fault Detection of Broken Rotor Bars for IM

Online Adaptive Continuous Wavelet Transform and Fuzzy Logic Based High Precision Fault Detection of Broken Rotor Bars for IM Science Research 206; 4(6): 57-68 htt://www.scienceublishinggrou.com/j/sr doi: 0.648/j.sr.2060406.3 ISSN: 2329-0935 (Print); ISSN: 2329-0927 (Online) Online Adative Continuous Wavelet Transform and Fuzzy

More information

and assigned priority levels in accordance with the QoS requirements of their applications.

and assigned priority levels in accordance with the QoS requirements of their applications. Effect of Priority Class Ratios on the Novel Delay Weighted Priority Scheduling Algorithm Vasco Quintyne *, Adrian Als Deartment of Comuter Science, Physics and Mathematics University of the West Indies

More information

Practical Swarm Intelligent Control Brushless DC Motor Drive System using GSM Technology

Practical Swarm Intelligent Control Brushless DC Motor Drive System using GSM Technology Practical Swarm Intelligent Control Brushless DC Motor Drive System using GSM Technology EHAB H.E. BAYOUMI, ZAID A. SALMEEN Deartment of Electrical and Electronics Engineering Technology Abu Dhabi Men

More information

Measurement of Field Complex Noise Using a Novel Acoustic Detection System

Measurement of Field Complex Noise Using a Novel Acoustic Detection System Southern Illinois University Carbondale OenSIUC Conference Proceedings Deartment of Electrical and Comuter Engineering Fall 04 Measurement of Field Comlex Noise Using a Novel Acoustic Detection System

More information

Multi Domain Behavioral Models of Smart-Power ICs for Design Integration in Automotive Applications. Dieter Metzner, Jürgen Schäfer, Chihao Xu

Multi Domain Behavioral Models of Smart-Power ICs for Design Integration in Automotive Applications. Dieter Metzner, Jürgen Schäfer, Chihao Xu Multi Domain Behavioral Models of Smart-Power ICs for Design Integration in Automotive Alications Dieter Metzner, Jürgen Schäfer, Chihao Xu Infineon Technologies AG P.O. Box 800949, D-81609 München, Germany

More information

Escaping from a Labyrinth with One-way Roads for Limited Robots

Escaping from a Labyrinth with One-way Roads for Limited Robots 1 Escaing from a Labyrinth with One-way Roads for Limited Robots Bernd Brüggemann Tom Kamhans Elmar Langetee FKIE, FGAN e.v., Bonn, Germany Institute of Comuter Science I, University of Bonn, Bonn, Germany

More information

Multi-period Channel Assignment

Multi-period Channel Assignment Multi-eriod Channel Assignment Hakim Mabed, Alexandre Caminada and Jin-Kao Hao 2 France Télécom R&D, 6 Avenue des Usines, BP 382, 97 Belfort, France {hakim.mabed,alexandre.caminada}@francetelecm.com Tel:

More information

Computational Core Design of a Wireless Structural Health Monitoring System

Computational Core Design of a Wireless Structural Health Monitoring System Source: Proceedings of Advances in Structural Engineering and Mechanics (ASEM 02), Pusan, Korea, August 2-23, 2002. Comutational Core Design of a Wireless Structural Health Monitoring Sstem Jerome P. Lnch,

More information

Entropy Coding. Outline. Entropy. Definitions. log. A = {a, b, c, d, e}

Entropy Coding. Outline. Entropy. Definitions. log. A = {a, b, c, d, e} Outline efinition of ntroy Three ntroy coding techniques: Huffman coding rithmetic coding Lemel-Ziv coding ntroy oding (taken from the Technion) ntroy ntroy of a set of elements e,,e n with robabilities,

More information

A High Performance Generalized Discontinuous PWM Algorithm

A High Performance Generalized Discontinuous PWM Algorithm IEEE Alied Power Electronics Conference Atlanta, Georgia, February 997 Volume,. 8889 IEEE Trans. on Industry Alications Version A High Performance Generalized Discontinuous PWM Algorithm Ahmet M. Hava

More information

Electronic Ballast with Wide Dimming Range: Matlab-Simulink Implementation of a Double Exponential Fluorescent-Lamp Model

Electronic Ballast with Wide Dimming Range: Matlab-Simulink Implementation of a Double Exponential Fluorescent-Lamp Model Electronic Ballast with Wide Dimming ange: Matlab-Simulink Imlementation of a Double Exonential Fluorescent-Lam Model Marina Perdigão and E. S. Saraiva Deartamento de Engenharia Electrotécnica Instituto

More information

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes 22 IEEE Wireless Communications and Networking Conference: Mobile and Wireless Networks Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes Amy Fu and Parastoo Sadeghi The Australian National

More information

INTERNET PID CONTROLLER DESIGN: M. Schlegel, M. Čech

INTERNET PID CONTROLLER DESIGN:  M. Schlegel, M. Čech INTERNET PID CONTROLLER DESIGN: WWW.PIDLAB.COM M. Schlegel, M. Čech Deartment of Cybernetics, University of West Bohemia in Pilsen fax : + 0403776350, e-mail : schlegel@kky.zcu.cz, mcech@kky.zcu.cz Abstract:

More information

Light field panorama by a plenoptic camera

Light field panorama by a plenoptic camera Light field anorama by a lenotic camera Zhou Xue, Loic Baboulaz, Paolo Prandoni and Martin Vetterli École Polytechnique Fédérale de Lausanne, Switzerland ABSTRACT Consumer-grade lenotic camera Lytro draws

More information

Multi-TOA Based Position Estimation for IR-UWB

Multi-TOA Based Position Estimation for IR-UWB Multi-TOA Based Position Estimation for IR-UWB Genís Floriach, Montse Nájar and Monica Navarro Deartment of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC), Barcelona, Sain

More information

MLSE Diversity Receiver for Partial Response CPM

MLSE Diversity Receiver for Partial Response CPM MLSE Diversity Receiver for Partial Resonse CPM Li Zhou, Philia A. Martin, Desmond P. Taylor, Clive Horn Deartment of Electrical and Comuter Engineering University of Canterbury, Christchurch, New Zealand

More information

Analysis of Pseudorange-Based DGPS after Multipath Mitigation

Analysis of Pseudorange-Based DGPS after Multipath Mitigation International Journal of Scientific and Research Publications, Volume 7, Issue 11, November 2017 77 Analysis of Pseudorange-Based DGPS after Multiath Mitigation ThilanthaDammalage Deartment of Remote Sensing

More information

Slow-Wave Causal Model for Multi Layer Ceramic Capacitors

Slow-Wave Causal Model for Multi Layer Ceramic Capacitors DesignCon 26 Slow-Wave Causal Model for Multi ayer Ceramic Caacitors Istvan Novak Gustavo Blando Jason R. Miller Sun Microsystems, Inc. Tel: (781) 442 34, e-mail: istvan.novak@sun.com Abstract There is

More information

Accurate wireless channel modeling for efficient adaptive Forward Error Correction in JPEG 2000 video streaming systems

Accurate wireless channel modeling for efficient adaptive Forward Error Correction in JPEG 2000 video streaming systems International Journal of Engineering Research and Develoment e-iss: 78-067X, -ISS: 78-800X, www.ijerd.com olume 0, Issue (December 04), PP.30-38 Accurate wireless channel modeling for efficient adative

More information

Modeling Critical Sections in Amdahl s Law and its Implications for Multicore Design

Modeling Critical Sections in Amdahl s Law and its Implications for Multicore Design Modeling Critical Sections in Amdahl s Law and its Imlications for Multicore Design Stijn Eyerman Lieven Eeckhout Ghent University, Belgium Email: {seyerman,leeckhou}@elis.ugent.be ABSTRACT This aer resents

More information

Tracking of a Tagged Leopard Shark with an AUV: Sensor Calibration and State Estimation

Tracking of a Tagged Leopard Shark with an AUV: Sensor Calibration and State Estimation Tracking of a Tagged Leoard Shark with an AUV: Sensor Calibration and State Estimation Forney, C. Manii, E. Farris, M. Moline, M.A. Lowe, C.G. Clark, C.M. Abstract Presented is a method for estimating

More information

Power MOSFET Structure and Characteristics

Power MOSFET Structure and Characteristics Power MOSFET Structure and Characteristics Descrition This document exlains structures and characteristics of ower MOSFETs. 1 Table of Contents Descrition... 1 Table of Contents... 2 1. Structures and

More information

Detection of Potential Induced Degradation in c-si PV Panels Using Electrical Impedance Spectroscopy

Detection of Potential Induced Degradation in c-si PV Panels Using Electrical Impedance Spectroscopy Detection of Potential Induced Degradation in c-si PV Panels Using Electrical Imedance Sectroscoy Matei I. Orea 1, Sergiu V. Sataru 1, Dezso Sera 1, Peter B. Poulsen 2, Sune Thorsteinsson 2, Ronni Basu

More information

Opinion Dynamics for Decentralized Decision-Making in a Robot Swarm

Opinion Dynamics for Decentralized Decision-Making in a Robot Swarm Oinion Dynamics for Decentralized Decision-Making in a Robot Swarm Marco A. Montes de Oca, Eliseo Ferrante, Nithin Mathews, Mauro Birattari, and Marco Dorigo IRIDIA, CoDE, Université Libre de Bruxelles,

More information

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS LAB X. LOW FREQUENCY CHARACTERSTCS OF JFETS 1. OBJECTVE n this lab, you will study the -V characteristics and small-signal model of Junction Field Effect Transistors (JFET).. OVERVEW n this lab, we will

More information

Modeling and simulation of level control phenomena in a non-linear system

Modeling and simulation of level control phenomena in a non-linear system www.ijiarec.com ISSN:2348-2079 Volume-5 Issue- International Journal of Intellectual Advancements and Research in Engineering Comutations Modeling and simulation of level control henomena in a non-linear

More information

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices Performance Analysis of Battery Power Management Schemes in Wireless Mobile Devices Balakrishna J Prabhu, A Chockalingam and Vinod Sharma Det of ECE, Indian Institute of Science, Bangalore, INDIA Abstract

More information

Advancing Test in Coherent Transmission Systems. Daniel van der Weide

Advancing Test in Coherent Transmission Systems. Daniel van der Weide Advancing Test in Coherent Transmission Systems Daniel van der Weide 1 Otametra History Comlex Measurements Made Simle First 10 Systems Sold January 2011 Acquired by Tektronix -- July 2011 Founded Set

More information

ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM

ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM Kaushal Patel 1 1 M.E Student, ECE Deartment, A D Patel Institute of Technology, V. V. Nagar, Gujarat, India ABSTRACT Today, in

More information