The use of PIC Microcontrollers for Fault Classification of a Series Compensated Transmission Line

Size: px
Start display at page:

Download "The use of PIC Microcontrollers for Fault Classification of a Series Compensated Transmission Line"

Transcription

1 International Journal of Computer Systems (ISSN: ), Volume 02 Issue 12, December, 2015 Available at The use of PIC Microcontrollers for Fault Classification of a Series Compensated Transmission Line El Sayed M. Tag Eldin A, Nivin Ghamry B A Electric Power and Machines Department, Cairo University, Faculty of Engineering, Cairo, Egypt. B Department of Information Technology, Cairo University Faculty of Computers and Information, Cairo, Egypt Abstract Microcontrollers have recently become an essential embedded system in protective devices used for medical and industrial instrument or other costly instrument which need to be saved from dangerous faults. This paper presents a PIC-microcontroller-based control approach for the protection of a three-phase power transmission line with series compensation. The microcontroller is programmed for detecting faults in the line and isolating the system or instrument connected to it through a digital relay which is interfaced to the microcontroller. Fault diagnosis is performed using wavelet transform and multi resolution analysis on the line currents at both ends. The directions and magnitudes of spikes of the obtained MRA wavelet coefficients are employed for fault detection. These information are fed to the microcontroller which includes a program for fault classification. The microcontroller accordingly sends a signal to the digital relay to trip the circuit and a signal to an LCD to display the type of fault that has occurred. The proposed protection scheme is simulated using Matlab Simulink. Matlab simulation results show that the scheme is able to detect all types of internal faults at different locations. The microcontroller used in this work is the high performance enhanced flash PIC18F4520 of microchip which has an on chip analog to digital converter peripheral. C and assembly language programs are developed to control the function of the digital relay. MPLAB Integrated Development Environment (IDE) is applied for the development of the proposed embedded applications employing PIC microcontroller. Keywords: microcontroller, PIC, series compensated transmission lines, fault location, fault recognition discrete wavelet transforms. I. INTRODUCTION Programmable interface controller (PIC) or microcontrollers is a family of modified Harvard architecture microcontrollers made by Microchip Technology and derived from the PIC1650 originally developed by General Instrument s Microelectronics Division [1]. Microcontrollers are used as embedded devices in automatically controlled applications, such as automobile engine control systems, remote controls, appliances, electrical and mechanical power tools etc. They have the advantage of reducing the size, cost, and power consumption compared to designs applying separate microprocessor, memory, and input/output devices. These features offered by microprocessor technologies encouraged the evolution of microprocessor-based approaches in industrial applications like the protection of power systems [2]. Microprocessor based protections have the benefits of adaptive and programmable logic, selftesting and monitoring with a high degree of accuracy. These features make them meet important requirements like high reliability, flexibility and fast operation compared to conventional protection schemes based on artificial intelligence like neural networks or fuzzy logic [3]. The challenge of system protection is the innovation of products that probably detect faults and initiate fast disconnection to the faulty components. Undesirable faults can be short circuits, over current, overvoltage, etc. Electromechanical relays [4], which have been the core of the power system protection for years and still has no significant drawbacks on their protection functions. Nevertheless, they are now being replaced by microprocessor-based digital relays in more advanced protection schemes. The components of digital relays are hardware and software. The characteristic is defined in the software, and can be reconfigured to provide optimum protection. The hardware consist the microcontroller which operates according to the software programming and monitors the operating state of the power system on a digital display. In the following a sample of recent research work is demonstrated. In [5] full design of alerting system using PIC16F877A microcontroller for power distribution network is illustrated. In [6] the design and construction of overcurrent and directional overcurrent relays with ground fault protection for the protection of three-phase sub-transmission and distribution systems, using a 16-bit microprocessor Intel 8096BH is described. More recent work can be found in [7, 8]. This work focuses on the design of a PIC microcontroller- based relay and integrating it in the protection system for series compensated transmission lines developed in [9]. The protection scheme involves fault detection and classification. As most of the fault information is included in the transient components discrete wavelet transform (DWT) is applied for transient analysis. During the occurrence of faults, the grid current and voltages undergo transients. These transients are 552 International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

2 analyzed and the directions and magnitudes of the spikes of the wavelet coefficients are determined to detect faults and discriminate between internal and external faults. Those signals are given in the PIC microcontroller. The program fed into the microcontroller compares the directions of the spikes of the wavelet coefficients with a set of predefined thresholds. The faults are then classified and the faulty phase(s) are detected. Accordingly, the microcontroller delivers a signal to the interfaced relay to trip the circuit and also send a parallel signal to the LCD to display the type of fault that has occurred. This paper is organized as follows: Section II gives a brief overviews of the theory of DWT. In section III the proposed fault location algorithm applying DWT for series compensated transmission power system is explained. In Section IV simulations using MATLAB are illustrated. Section V presents the proposed microcontroller-based internal fault classification, which includes tripping the circuit through the interfaced relay and monitoring the status of the power system on the LCD. II. A. Discrete Wavelet Transform DISCRETE WAVELET TRANSFORM Discrete Wavelet transform (DWT) has been widely used as powerful time-frequency method for transient analysis in signal and image processing. The main advantage of DWT over Fourier Transform (FT) is that the size of analysis window varies in proportion to the corresponding frequency band which offers a better compromise in terms of localization. Wavelet transform of transient signal is expressed by multi-resolution decomposition fast algorithm which utilizes the orthogonal wavelet bases to decompose the signal to components under different scales. The series of wavelet coefficients obtained correspond to a time domain signal that covers a specific octave of frequency band containing more detailed information. This is accomplished by using the analyzing wavelet functions, called mother wavelets. Figure 1 shows some known mother wavelet functions. An appealing procedure for implementing DWT was presented by S. Mallat in 1989[10]. Mallat s algorithm is a recursive computation of wavelet coefficients. The formulation of the algorithm is related to the theory of filter banks advocated by Strang [11]. Fig. 2 Tree structure implementation of DWT using filter-banks. The wavelet transform is efficiently implemented by using a series of low pass filters (averaging) and high pass filters (differencing) at successive decomposition levels. The approximations are the high scale, low frequency components of the signal produced by the low pass filter which delivers a smoothed version of the input signal. The details are the low scale, high frequency components of the signal produced by the high pass filter. The band width of both filters is the same. The smoothed signal is decomposed over a set of bases functions (the scaling functions) while the detail signal is decomposed over the wavelet basis. The results of filter convolution are downsampled by a factor two (decimated) and the same filters are applied to the output of the low pass filter from the previous level. Fig. 2 shows the tree structure implementation of filter-banks for one-dimensional DWT, where h(n) stands for the high-pass filters, g(n) for the lowpass filters, and the arrows for the down sampling process. Many applications of DWT for analyzing power system transient signals and transmission line fault have been recently reported in the literature [12,13]. III. DWT FOR ANALYZING SERIES COMPENSATED TRANSMISSION POWER SYSTEM A. Model of Series compensated transmission power system Figure 3 shows the schematic diagram for the system under study[9]. It has been simulated using the MATLAB power system toolbox. The transmission system is composed of two sections of 500 kv lines connected in series. Each section is 300 km long. Both sections are modeled via the distributed parameter model. The values of resistances, inductances, and capacitances per unit length of the lines are given in Table 1. Fig. 1 Mother wavelets (a) Haar, (b) Coiflet, (c) Daubechies, (d) Morlet. Fig. 3 Transmission line system 553 International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

3 The total reactance in zero sequence of each line is 88.0 Ohms. To compensate 60% of the reactance, a 60 mf series capacitor is placed in the center of each section. A metal oxide varistor is placed in parallel with the capacitor to protect it against over-voltage. A 330 MVA load with lagging power factor of 0.8 is connected between both lines. Two 500 kv sources are connected at the far ends of both lines. The nominal system frequency is equal to 50 Hz. TABLE I. Components ARAMETERS OF TRANSMISSION LINE Positive sequence Zero sequence Resistance Ω/km Inductance mh/km Capacitance nf/km B. The Proposed DWT Algorithm for fault detection Mother wavelets are characterized by properties such as orthogonality, compact support, symmetry and vanishing moment. These properties as well as the similarity between signal and mother wavelet are considered in selecting a mother wavelet. In the study of analyzing power system transients, the properties of compact support and vanishing moment were used to select to most optimal mother wavelet for this analysis. It was concluded that Daubechies wavelets Db, Coiflet and B-spline were equally suitable in detecting power system transients. In this paper Db4 are used as the mother wavelets. A sampling rate of 12.5 khz khz (250 samples per cycle) is selected to capture transient components and extract its features. The three phase currents at both ends B1 and B2 are measured through current transformers. Based on this sampling time, the signal is decomposed into 12 levels. The frequency band for coefficients of the 6 th level d6 of the fault current signal is Hz, which covers the frequency components corresponding to the second and third harmonics. Directional relaying concept for fault detection at fault instant is used. Spikes are detected in the sixth level detail wavelet coefficients d6. The magnitudes and directions of the spikes are determined, and accordingly one of the following actions is taken. 1) If there are no spikes, or the magnitude of the spikes is less than a predefined threshold, then the relay output is no fault. 2) If the spikes are of the same direction, then the relay output is external fault. 3) If the spikes are of different directions, then the relay output is internal fault. The summation of the d6 coefficients, namely S A, S B and S C of the original fault currents of the three phases I A, I B and I C is calculated. These signals are used for the purpose of classification of faults on the transmission line. IV. SIMULATION RESULTS In order to test the validity of the proposed protection algorithm, the model with the mentioned system parameters is designed using Matlab/Simulink. Different fault types, like single line to ground, double line to ground and double line are considered. Furthermore, three-phase symmetrical and three phase to ground faults at different locations in front of the series compensator, as well as in back, and different inception angles are extensively investigated. The algorithm is tested on hundred normal cases with different loadings and small disturbances. Six different fault inception angles are employed individually. Ten fault types with different faulty phases are employed. Fig. 4 and 5 show the sixth detail wavelet coefficients of the three phase currents at each busbar for two cases: an external and an internal fault. In Fig. 4 an external fault occurs between Busbar B2 and Busbar B3 at inception angle of 18 and fault resistance of 1000 Ω. Both figure shows that the spikes in each phase are of the same direction. On the other hand, in Fig. 5 a single line to ground fault occurs at the center of the transmission line at distance 149km from Busbar 1 at inception angle of 18 and fault resistance of 1000 Ω. The spikes in each phase at both ends are of different directions. Fig. 5 shows that the magnitudes of the spikes in phase A are larger than in phases B and C. Fig. 4 Wavelet coefficients of the three phase currents for external single phase A to ground. 554 International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

4 wide operating voltage range (2.0V to 5.5V), industrial and extended temperature ranges Fig. 5 Wavelet coefficients of the three phase currents for single phase A to ground. V. MICROCONTROLLER BASED ARCHITECTURE FOR DIFFERENTIAL PROTECTION A. Microcontroller unit PIC18F bit microcontroller of microchip is used in this work. The instruction set of PIC 18 consists of 35 single word instructions with three general formats for the instructions. All instructions are single cycle except for program branches or jumps. Some of the features are mentioned in the following [1]. 1) CPU: CPU speed of 10 MIPS, C compiler, optimized RISC architecture. 2) Memory: 32 k bytes flash program memory, 1,536 byte RAM data memory, 256 byte EEPROM data memory. 3) System: Internal oscillator support-31 khz to 8MHz with 4xPLL Fail-Safe Clock Monitor, Watchdog timer with separate RC oscillator 4) Power Managed Modes: Run, Idle and SLEEP modes, Idle mode for currents of typical values down to 5.8uA, Sleep mode for currents of typical values to 0.1uA 5) Analog Features:10-bit ADC, 13 channels, 100K samples per second, two analog comparators multiplexing. 6) Peripherals: Master synchronous, serial port supports master and slave mode, EUSART module including LIN bus support, four timer modules, five PWM outputs, two Capture / Compare 7) Special Microcontroller Features:100,000 erase/write cycle, enhanced FLASH program memory, 1,000,000 erase/write cycle Data EEPROM memory FLASH/Data EEPROM retention, Power-on Reset (POR), Power-up Timer (PWRT) and Oscillator Start-up Timer (OST), Programmable code protection, Power saving SLEEP mode, In-Circuit Debug (ICD) via two pins. 8) CMOS Technology: Low power, high speed FLASH/EEPROM technology, fully static design, More about PIC microcontroller is found in [13]. According to [13] there are seven important non I/O pins of PIC. First is the MCLR (master clear) pin, which is active low. A switch is connected from that pin to ground to reset PIC when necessary. Biasing are Vdd (pin 11 and 32) and Vss (pin 12, 31). An oscillator is connected across pin 13 and 14 to provide external clock to provide the timing signals necessary for program execution. The remaining 33 pin are configured as I/O pin. The analog signal received from the current transformers and board amplifier is interfaced with the ADC peripheral of the PIC microcontroller where it is converted to a digital outputs. The ADC module on the PIC has four special function registers associated with it: 1) Result High Register (high byte) ADRESH, 2) Result Low Register (low byte) ADRESL to store the output from the converter 3) Control Register 0 (ADCON0) 4) Control Register 1 (ADCON1) The ADCONO register is used to set the conversion time and select the analog input channel. The ADON bit is used to turn on the ADC else the ADC is turned off when the microcontroller is powered up to reduce power consumption. ADCS1 and ADCS0 set the conversion time. The GO_DONE bit is used to check if the conversion is finished. Setting this bit initiates the start of conversion then the bit is cleared when the conversion is complete. CHS2, CHS1 and CHS0 are the channel select bits to determine which input pin is routed to the ADC. ADCON1 is split into two sections. The first section is a single bit, the result format selection bit ADFM which selects if the output is right justified (bit set) or left justified (bit cleared). The advantage is the possibility to use as an 8 bit converter (instead of ten bit) by clearing this bit, and reading just ADRESH and ignoring the two least significant bits in ADRESL. The second section includes the A/D port configuration control bits PCFG3-0. The default of PCFG = 0000 makes the 8 pins RA0-RA3 and RA5 as well as RE0-RE2 used for analog inputs. The internal RC oscillator is used for the conversion clock source. B. LCD Modules: The LCD used has 14 pins. Vcc and Vss provide +5v and ground respectively and Vee is used for controlling LCD contrast. There are two registers inside the LCD. The RS Register Select pin is used for third selection. If RS=0, the instruction command code register is selected. If RS=1 the data register is selected, allowing the user to send data to be displayed on the LCD. The working is dependent upon the interfacing done between the microcontroller and the LCD. 555 International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

5 The complete circuit diagram is shown in Fig 8. The features of the proposed design are reduced hardware area and circuit complexity compared to the design given in, which applies an external ADC. Fig. 6 LCD Module C. Microcontroller- based Internal Fault Classification The current signals are fed through summation current transformers (CTs). The output signals are rectified and fed to the ADC converter pin of PIC 18F4520 microcontroller. The microcontroller reads the instantaneous magnitude of the received signal via the ADC converter pin. To classify the type of the fault and identify the faulty phase(s). The stored program achieves the following: the magnitude of the spike is compared with the predefined threshold and then one of these action is performed: 1) If the magnitude of only one phase is greater than the threshold, then the fault is classified as single phase to ground fault. 2) If the magnitudes of the three phase currents are greater than the threshold, then the fault is classified as three phase to ground fault. 3) If the magnitudes of only two phase currents are greater than the threshold and the third has a significant value, then the fault is classified as double line to ground. 4) If the magnitudes of two phase currents are greater than the threshold and the third is very small, then the fault is classified as double line fault. The relay senses the type of fault and through the program loaded in the microcontroller the result is displayed on the LCD screen. LCD Microcontroller interfacing is being done via a program loaded in the microcontroller to get the desired output on the display screen. The block diagram of the interface for realization of the proposed PIC 18F4520 microcontroller based differential relay in a three terminal system is shown in Fig. 7. Fig 7. The block diagram for realization of the PIC 18F4520 microcontroller based differential relay Fig 8 The complete circuit diagram. VI. CONCLUSIONS In this work a microcontroller-based fault classification system of a series-compensated transmission line was implemented. The microcontroller used is the powerful Flash PIC18F675. The advantage of PIC 18 is having an internal comparator and ADC on chip which reduces complexity of design. The function of the complete system is controlled by C and assembly language programs developed and run on MPLAB Integrated Development Environment. The microcontroller sends a signal to the interfaced digital relay to trip the circuit and a signal to an LCD to display the type of fault that has occurred. Wavelet MRA is employed for fault location to overcome the difficulties associated with conventional voltage- and current-based measurements for transmission-line fault location algorithms caused by fault inception angle, fault impedance, and fault distance. The simulation results show that the proposed scheme provides a fast, accurate and reliable technique for fault classification and location. REFERENCES [1] [2] I. Ahmad, F. Khan and Pr.Abdul Mutalib Microprocessor base protection of 132KV line using impedance relay,international Journal of Computer Applications, vol. 34, November [3] A. Ibrahim, W.R.; Morcos, M.M, Artificial intelligence and advanced mathematical tools for power quality applications: a survey,, IEEE Trans. of Power Delivery, vol. 17, issue 2, pp , April [4] S. H. Horowitz and A. G. Phadke, Power System Relaying Research Studies Press Limited. ISBN: , [5] B. Hamed, Alerting system design using PIC16f877a for power distribution system, Proc.of the 4th International Engineering Conference Towards engineering of 21st century, pp. 1-15, Gaza, International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

6 [6] G., Z.; Elangovan, S.; Liew, Microcontroller based overcurrent relay and directional overcurrent relay with ground fault protection, Electric Power Systems Research, Elsevier, vol. 38, July 1996, pp (7). [7] Design, Analysis And Fabrication Of A Transmission Fault Detector, A New Approach, M. K. Das1, K. Rout and J. K.,International Journal of Engineering Research & Technology (IJERT), vol. 2, pp. June [8] A. Rafa, S. Mahmoud, Protection of power transformer using microcontroller-based relay, IEEE Student conference on Research and Development, SCORED, pp ,2002. [9] E. S. Tag Eldin, Fault Location for a Series Compensated Transmission Line Based on Wavelet Transform and an Adaptive Neuro-fuzzy Inference System, Proc. of Electric Power Quality and Supply Reliability Conference (PQ), Kuressaare, pp , 2010 [10] S. G. Mallat, A theory for multiresolution signal decomposition: The wavelet representation, IEEE Trans. of Pattern Analysis and Machine Intelligence (TPAMI., vol. 11, pp , July [11] G.Strang, Wavelet Transforms vs. Fourier Transforms, Bulletin (New Series) of AMS, 28(2), pp , [12] P. Jose, V.R Bindu, Wavelet-Based Transmission Line Fault Analysis,International Journal of Engineering and Innovative Technology (IJEIT) vol. 3, issue 8, [13] A.N. Pongchaisrikul, A.Kundakorn, Analysis of characteristics of simultaneous faults in electrical power system using wavelet transform in Proc. of IEEE International Conference on Sustainable Energy Technologies, pp , International Journal of Computer Systems, ISSN-( ), Vol. 02, Issue 12, December, 2015

A DWT Approach for Detection and Classification of Transmission Line Faults

A DWT Approach for Detection and Classification of Transmission Line Faults IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 02 July 2016 ISSN (online): 2349-6010 A DWT Approach for Detection and Classification of Transmission Line Faults

More information

Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform

Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform International Journal of Scientific and Research Publications, Volume 4, Issue 5, May 24 Detection of Fault in Fixed Series Compensated Transmission Line during Power Swing Using Wavelet Transform Rohan

More information

Wavelet Transform Based Islanding Characterization Method for Distributed Generation

Wavelet Transform Based Islanding Characterization Method for Distributed Generation Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 6) Wavelet Transform Based Islanding Characterization Method for Distributed Generation O. A.

More information

Fault Location Technique for UHV Lines Using Wavelet Transform

Fault Location Technique for UHV Lines Using Wavelet Transform International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 1 (2013), pp. 77-88 International Research Publication House http://www.irphouse.com Fault Location Technique for UHV Lines

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER M.A.A. Mashud 1*, M.A.A. Tariq 1, M. Shamim Hossain 2 and Md. Serajul Islam 3 1 Department of Applied Physics,

More information

Comparison of Wavelet Transform and Fourier Transform based methods of Phasor Estimation for Numerical Relaying

Comparison of Wavelet Transform and Fourier Transform based methods of Phasor Estimation for Numerical Relaying Comparison of Wavelet Transform and Fourier Transform based methods of Phasor Estimation for Numerical Relaying V.S.Kale S.R.Bhide P.P.Bedekar Department of Electrical Engineering, VNIT Nagpur, India Abstract

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

Characterization of Voltage Sag due to Faults and Induction Motor Starting

Characterization of Voltage Sag due to Faults and Induction Motor Starting Characterization of Voltage Sag due to Faults and Induction Motor Starting Dépt. of Electrical Engineering, SSGMCE, Shegaon, India, Dépt. of Electronics & Telecommunication Engineering, SITS, Pune, India

More information

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

More information

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES

CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 49 CHAPTER 3 WAVELET TRANSFORM BASED CONTROLLER FOR INDUCTION MOTOR DRIVES 3.1 INTRODUCTION The wavelet transform is a very popular tool for signal processing and analysis. It is widely used for the analysis

More information

A REAL TIME SOLUTION FOR CURRENT TRANSFORMER SATURATION DETECTION BY DISCRETE HAAR WAVELET TRANSFORM

A REAL TIME SOLUTION FOR CURRENT TRANSFORMER SATURATION DETECTION BY DISCRETE HAAR WAVELET TRANSFORM A REAL TIME SOLUTION FOR CURRENT TRANSFORMER SATURATION DETECTION BY DISCRETE HAAR WAVELET TRANSFORM Sukanta DAS Department of Electrical Engineering, Indian School of Mines, Dhanbad, Jharkhand, India.

More information

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation Indonesian Journal of Electrical Engineering and Computer Science Vol., No., April 6, pp. 3 ~ 3 DOI:.59/ijeecs.v.i.pp3-3 3 An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability

More information

SVC Compensated Multi Terminal Transmission System Digital Protection Scheme using Wavelet Transform Approach

SVC Compensated Multi Terminal Transmission System Digital Protection Scheme using Wavelet Transform Approach SVC Compensated Multi Terminal Transmission System Digital Protection Scheme using Wavelet Transform Approach J.Uday Bhaskar 1, S.S Tulasiram 2, G.Ravi Kumar 3 JNTUK 1, JNTUH 2, JNTUK 3 udayadisar@gmail.com

More information

Keywords: Wavelet packet transform (WPT), Differential Protection, Inrush current, CT saturation.

Keywords: Wavelet packet transform (WPT), Differential Protection, Inrush current, CT saturation. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Differential Protection of Three Phase Power Transformer Using Wavelet Packet Transform Jitendra Singh Chandra*, Amit Goswami

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

[Nayak, 3(2): February, 2014] ISSN: Impact Factor: 1.852

[Nayak, 3(2): February, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Classification of Transmission Line Faults Using Wavelet Transformer B. Lakshmana Nayak M.TECH(APS), AMIE, Associate Professor,

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line

Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line Discrete Wavelet Transform and Support Vector Machines Algorithm for Classification of Fault Types on Transmission Line K. Kunadumrongrath and A. Ngaopitakkul, Member, IAENG Abstract This paper proposes

More information

Fault Detection Using Hilbert Huang Transform

Fault Detection Using Hilbert Huang Transform International Journal of Research in Advent Technology, Vol.6, No.9, September 2018 E-ISSN: 2321-9637 Available online at www.ijrat.org Fault Detection Using Hilbert Huang Transform Balvinder Singh 1,

More information

FPGA implementation of DWT for Audio Watermarking Application

FPGA implementation of DWT for Audio Watermarking Application FPGA implementation of DWT for Audio Watermarking Application Naveen.S.Hampannavar 1, Sajeevan Joseph 2, C.B.Bidhul 3, Arunachalam V 4 1, 2, 3 M.Tech VLSI Students, 4 Assistant Professor Selection Grade

More information

IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION LINE USING DISCRETE WAVELET TRANSFORM AND FUZZY LOGIC ALGORITHM

IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION LINE USING DISCRETE WAVELET TRANSFORM AND FUZZY LOGIC ALGORITHM International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 7, July 2013 pp. 2701 2712 IDENTIFYING TYPES OF SIMULTANEOUS FAULT IN TRANSMISSION

More information

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION

DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION DESIGN ANALYSIS AND REALIZATION OF MICROCONTROLLER BASED OVER CURRENT RELAY WITH IDMT CHARACTERISTICS: A PROTEUS SIMULATION HARSH DHIMAN Department of Electrical Engineering, The M. S. University, Vadodara,

More information

Power System Failure Analysis by Using The Discrete Wavelet Transform

Power System Failure Analysis by Using The Discrete Wavelet Transform Power System Failure Analysis by Using The Discrete Wavelet Transform ISMAIL YILMAZLAR, GULDEN KOKTURK Dept. Electrical and Electronic Engineering Dokuz Eylul University Campus Kaynaklar, Buca 35160 Izmir

More information

Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL. Basically the HVDC transmission consists in the basic case of two

Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL. Basically the HVDC transmission consists in the basic case of two Chapter -3 ANALYSIS OF HVDC SYSTEM MODEL Basically the HVDC transmission consists in the basic case of two convertor stations which are connected to each other by a transmission link consisting of an overhead

More information

Application of Wavelet Transform in Power System Analysis and Protection

Application of Wavelet Transform in Power System Analysis and Protection Application of Wavelet Transform in Power System Analysis and Protection Neha S. Dudhe PG Scholar Shri Sai College of Engineering & Technology, Bhadrawati-Chandrapur, India Abstract This paper gives a

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

Protection of Extra High Voltage Transmission Line Using Distance Protection

Protection of Extra High Voltage Transmission Line Using Distance Protection Protection of Extra High Voltage Transmission Line Using Distance Protection Ko Ko Aung 1, Soe Soe Ei Aung 2 Department of Electrical Power Engineering Yangon Technological University, Insein Township

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE

A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE Volume 118 No. 22 2018, 961-967 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu A COMPARATIVE STUDY: FAULT DETECTION METHOD ON OVERHEAD TRANSMISSION LINE 1 M.Nandhini, 2 M.Manju,

More information

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE K.Satyanarayana 1, Saheb Hussain MD 2, B.K.V.Prasad 3 1 Ph.D Scholar, EEE Department, Vignan University (A.P), India, ksatya.eee@gmail.com

More information

Distribution System Faults Classification And Location Based On Wavelet Transform

Distribution System Faults Classification And Location Based On Wavelet Transform Distribution System Faults Classification And Location Based On Wavelet Transform MukeshThakre, Suresh Kumar Gawre & Mrityunjay Kumar Mishra Electrical Engg.Deptt., MANIT, Bhopal. E-mail : mukeshthakre18@gmail.com,

More information

PIC Analog Voltage to PWM Duty Cycle

PIC Analog Voltage to PWM Duty Cycle Name Lab Section PIC Analog Voltage to PWM Duty Cycle Lab 5 Introduction: In this lab you will convert an analog voltage into a pulse width modulation (PWM) duty cycle. The source of the analog voltage

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN ALTERNATIVE TO THE FUSE PROTECTION TECHNIQUE A. Z. Loko 1, A. I. Bugaje 2, A. A. Bature 3 1 Department of Physics Electronics/Nasarawa

More information

Current Rebuilding Concept Applied to Boost CCM for PF Correction

Current Rebuilding Concept Applied to Boost CCM for PF Correction Current Rebuilding Concept Applied to Boost CCM for PF Correction Sindhu.K.S 1, B. Devi Vighneshwari 2 1, 2 Department of Electrical & Electronics Engineering, The Oxford College of Engineering, Bangalore-560068,

More information

Dwt-Ann Approach to Classify Power Quality Disturbances

Dwt-Ann Approach to Classify Power Quality Disturbances Dwt-Ann Approach to Classify Power Quality Disturbances Prof. Abhijit P. Padol Department of Electrical Engineering, abhijit.padol@gmail.com Prof. K. K. Rajput Department of Electrical Engineering, kavishwarrajput@yahoo.co.in

More information

A NOVEL CLARKE WAVELET TRANSFORM METHOD TO CLASSIFY POWER SYSTEM DISTURBANCES

A NOVEL CLARKE WAVELET TRANSFORM METHOD TO CLASSIFY POWER SYSTEM DISTURBANCES International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization on TPE (IOTPE) ISSN 2077-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com December

More information

PIC ADC to PWM and Mosfet Low-Side Driver

PIC ADC to PWM and Mosfet Low-Side Driver Name Lab Section PIC ADC to PWM and Mosfet Low-Side Driver Lab 6 Introduction: In this lab you will convert an analog voltage into a pulse width modulation (PWM) duty cycle. The source of the analog voltage

More information

Ultra Hight Voltge Transmission line Faults Identified and Analysis by using MATLAB Simulink

Ultra Hight Voltge Transmission line Faults Identified and Analysis by using MATLAB Simulink International Seminar On Non-Conventional Energy Sources for Sustainable Development of Rural Areas, IJAERD- International Journal of Advance Engineering & Research Development e-issn: 2348-4470, p-issn:2348-6406

More information

The University of Texas at Arlington Lecture 10 ADC and DAC

The University of Texas at Arlington Lecture 10 ADC and DAC The University of Texas at Arlington Lecture 10 ADC and DAC CSE 3442/5442 Measuring Physical Quantities (Digital) computers use discrete values, and use these to emulate continuous values if needed. In

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SPECIAL ISSUE FOR NATIONAL LEVEL CONFERENCE "Technology Enabling Modernization

More information

SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM

SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM SIMULATION OF TRANSFORMER PROTECTION USING MICROCONTROLLER BASED RELAY & MONITORING USING GSM 1 Shweta Mate, 2 Shital Jagtap, 3 B.S. Kunure Department of Electrical Engineering, ZCOER, Pune, India Abstract

More information

Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Technology

Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Technology International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Technology P. Ram Kishore Kumar Reddy Associate Professor,

More information

A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation

A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation A Novel Scheme of Transmission Line Faults Analysis and Detection by Using MATLAB Simulation Satish Karekar 1, Varsha Thakur 2, Manju 3 1 Parthivi College of Engineering and Management, Sirsakala, Bhilai-3,

More information

Classification of Faults on Transmission lines using EMTP and Wavelet Multiresolution Analysis

Classification of Faults on Transmission lines using EMTP and Wavelet Multiresolution Analysis IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 5 Ver. II (Sep Oct. 2014), PP 79-86 Classification of Faults on Transmission lines

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

Numerical Quadrilateral Distance relay

Numerical Quadrilateral Distance relay Numerical Quadrilateral Distance relay T. M. Yesansure 1, T. G. Arora 2 Dept. of Electrical Engineering, Ramdeobaba College of Engineering and Management, Nagpur, Maharashtra, India 1 Dept. of Electrical

More information

Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers

Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 215, pp.25-29 RESEARCH ARTICLE OPEN ACCESS Wavelet Based Fault Detection, Classification in Transmission System with TCSC Controllers 1 G.Satyanarayana,

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network

Wavelet Transform for Classification of Voltage Sag Causes using Probabilistic Neural Network International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 3 (211), pp. 299-39 International Research Publication House http://www.irphouse.com Wavelet Transform for Classification

More information

A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated Transmission Systems

A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated Transmission Systems 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated

More information

Ferroresonance Signal Analysis with Wavelet Transform on 500 kv Transmission Lines Capacitive Voltage Transformers

Ferroresonance Signal Analysis with Wavelet Transform on 500 kv Transmission Lines Capacitive Voltage Transformers Signal Analysis with Wavelet Transform on 500 kv Transmission Lines Capacitive Voltage Transformers I Gusti Ngurah Satriyadi Hernanda, I Made Yulistya Negara, Adi Soeprijanto, Dimas Anton Asfani, Mochammad

More information

Selection of Mother Wavelet for Processing of Power Quality Disturbance Signals using Energy for Wavelet Packet Decomposition

Selection of Mother Wavelet for Processing of Power Quality Disturbance Signals using Energy for Wavelet Packet Decomposition Volume 114 No. 9 217, 313-323 ISSN: 1311-88 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Selection of Mother Wavelet for Processing of Power Quality Disturbance

More information

An Ellipse Technique Based Relay For Extra High Voltage Transmission Lines Protection

An Ellipse Technique Based Relay For Extra High Voltage Transmission Lines Protection Proceedings of the 14th International Middle East Power Systems Conference (MEPCON 10), Cairo University, Egypt, December 19-21, 2010, Paper ID 162. An Ellipse Technique Based Relay For Extra High Voltage

More information

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 74 CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 4.1 LABORATARY SETUP OF STATCOM The laboratory setup of the STATCOM consists of the following hardware components: Three phase auto transformer used as a 3

More information

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms

Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Detection of Voltage Sag and Voltage Swell in Power Quality Using Wavelet Transforms Nor Asrina Binti Ramlee International Science Index, Energy and Power Engineering waset.org/publication/10007639 Abstract

More information

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique From the SelectedWorks of Tarek Ibrahim ElShennawy 2003 Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique Tarek Ibrahim ElShennawy, Dr.

More information

Low Power Design of Successive Approximation Registers

Low Power Design of Successive Approximation Registers Low Power Design of Successive Approximation Registers Rabeeh Majidi ECE Department, Worcester Polytechnic Institute, Worcester MA USA rabeehm@ece.wpi.edu Abstract: This paper presents low power design

More information

Power Quality Monitoring of a Power System using Wavelet Transform

Power Quality Monitoring of a Power System using Wavelet Transform International Journal of Electrical Engineering. ISSN 0974-2158 Volume 3, Number 3 (2010), pp. 189--199 International Research Publication House http://www.irphouse.com Power Quality Monitoring of a Power

More information

Microcontroller Based Wind Direction Measurement System

Microcontroller Based Wind Direction Measurement System National University of Science and Technolgy NuSpace Institutional Repository Applied Physics http://ir.nust.ac.zw Applied Physics Publications 2016 Microcontroller Based Wind Direction Measurement System

More information

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK P. Sai revathi 1, G.V. Marutheswar 2 P.G student, Dept. of EEE, SVU College of Engineering,

More information

MICROPROCESSORS A (17.383) Fall Lecture Outline

MICROPROCESSORS A (17.383) Fall Lecture Outline MICROPROCESSORS A (17.383) Fall 2010 Lecture Outline Class # 07 October 26, 2010 Dohn Bowden 1 Today s Lecture Syllabus review Microcontroller Hardware and/or Interface Finish Analog to Digital Conversion

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

APPLICATION OF DISCRETE WAVELET TRANSFORM TO FAULT DETECTION

APPLICATION OF DISCRETE WAVELET TRANSFORM TO FAULT DETECTION APPICATION OF DISCRETE WAVEET TRANSFORM TO FAUT DETECTION 1 SEDA POSTACIOĞU KADİR ERKAN 3 EMİNE DOĞRU BOAT 1,,3 Department of Electronics and Computer Education, University of Kocaeli Türkiye Abstract.

More information

Bus Protection Fundamentals

Bus Protection Fundamentals Bus Protection Fundamentals Terrence Smith GE Grid Solutions 2017 Texas A&M Protective Relay Conference Bus Protection Requirements High bus fault currents due to large number of circuits connected: CT

More information

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

More information

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS

THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS THE PERFORMANCE TEST OF THE AD CONVERTERS EMBEDDED ON SOME MICROCONTROLLERS R. Holcer Department of Electronics and Telecommunications, Technical University of Košice, Park Komenského 13, SK-04120 Košice,

More information

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis.

Keywords: Power System Computer Aided Design, Discrete Wavelet Transform, Artificial Neural Network, Multi- Resolution Analysis. GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IDENTIFICATION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES BY AN EFFECTIVE WAVELET BASED NEURAL CLASSIFIER Prof. A. P. Padol Department of Electrical

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

LabVIEW Based Condition Monitoring Of Induction Motor

LabVIEW Based Condition Monitoring Of Induction Motor RESEARCH ARTICLE OPEN ACCESS LabVIEW Based Condition Monitoring Of Induction Motor 1PG student Rushikesh V. Deshmukh Prof. 2Asst. professor Anjali U. Jawadekar Department of Electrical Engineering SSGMCE,

More information

Design and Implementation of Economical Power Factor Transducer

Design and Implementation of Economical Power Factor Transducer Design and Implementation of Economical Power Factor Transducer Prof. P. D. Debre Akhilesh Menghare Swapnil Bhongade Snehalata Thote Sujata Barde HOD (Dept. of EE), RGCER, Nagpur RGCER, Nagpur RGCER, Nagpur

More information

FAULT CLASSIFICATION AND LOCATION ALGORITHM FOR SERIES COMPENSATED POWER TRANSMISSION LINE

FAULT CLASSIFICATION AND LOCATION ALGORITHM FOR SERIES COMPENSATED POWER TRANSMISSION LINE I J E E S R Vol. 3 No. 2 July-December 2013, pp. 67-72 FULT CLSSIFICTION ND LOCTION LGORITHM FOR SERIES COMPENSTED POWER TRNSMISSION LINE Shibashis Sahu 1, B. B. Pati 2 & Deba Prasad Patra 3 2 Veer Surendra

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

Mitigation of Power Quality Problems Using DVR in Distribution Network for Welding Load

Mitigation of Power Quality Problems Using DVR in Distribution Network for Welding Load IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 4 Ver. I (July Aug. 2015), PP 106-112 www.iosrjournals.org Mitigation of Power Quality

More information

Faults Detection in Single-Core Symmetrical Phase Shifting Transformers Based on Wavelets

Faults Detection in Single-Core Symmetrical Phase Shifting Transformers Based on Wavelets Faults Detection in Single-Core Symmetrical Phase Shifting Transformers Based on Wavelets 1 Meenakshi Sahu, 2 Rahul Rahangdale 1,2 Department Of Electronics And Communication Engineering School of Engineering

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

Power systems Protection course

Power systems Protection course Al-Balqa Applied University Power systems Protection course Department of Electrical Energy Engineering 1 Part 5 Relays 2 3 Relay Is a device which receive a signal from the power system thought CT and

More information

Classification of Signals with Voltage Disturbance by Means of Wavelet Transform and Intelligent Computational Techniques.

Classification of Signals with Voltage Disturbance by Means of Wavelet Transform and Intelligent Computational Techniques. Proceedings of the 6th WSEAS International Conference on Power Systems, Lison, Portugal, Septemer 22-24, 2006 435 Classification of Signals with Voltage Disturance y Means of Wavelet Transform and Intelligent

More information

FPGA Design of Speech Compression by Using Discrete Wavelet Transform

FPGA Design of Speech Compression by Using Discrete Wavelet Transform FPGA Design of Speech Compression by Using Discrete Wavelet Transform J. Pang, S. Chauhan Abstract This paper presents the Discrete Wavelet Transform (DWT) for real-world speech compression design by using

More information

ISLANDING DETECTION IN DISTRIBUTION SYSTEM EMBEDDED WITH RENEWABLE-BASED DISTRIBUTED GENERATION. Saurabh Talwar

ISLANDING DETECTION IN DISTRIBUTION SYSTEM EMBEDDED WITH RENEWABLE-BASED DISTRIBUTED GENERATION. Saurabh Talwar ISLANDING DETECTION IN DISTRIBUTION SYSTEM EMBEDDED WITH RENEWABLE-BASED DISTRIBUTED GENERATION by Saurabh Talwar B. Eng, University of Ontario Institute of Technology, Canada, 2011 A Thesis Submitted

More information

Embedded Systems. Interfacing PIC with external devices Analog to digital Converter. Eng. Anis Nazer Second Semester

Embedded Systems. Interfacing PIC with external devices Analog to digital Converter. Eng. Anis Nazer Second Semester Embedded Systems Interfacing PIC with external devices Analog to digital Converter Eng. Anis Nazer Second Semester 2016-2017 What is the time? What is the time? Definition Analog: can take any value Digital:

More information

Design of Low Cost Embedded Power Plant Relay Testing Unit

Design of Low Cost Embedded Power Plant Relay Testing Unit Design of Low Cost Embedded Power Plant Relay Testing Unit S.Uthayashanger, S.Sivasatheeshan, P.R Talbad uthayashanger@yahoo.com Supervised by: Dr. Thrishantha Nanayakkara thrish@elect.mrt.ac.lk Department

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

A Digital Thyristor Trigger Control System based on DSP

A Digital Thyristor Trigger Control System based on DSP A Digital Thyristor Trigger Control System based on DSP Zhen Guo a, Jun Liu b, Shunxing Hu c, Yuyang Li d Department of Electrical and Electronic Engineering, Hubei University of Technology, Wuhan 430068,

More information

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller International Journal of Latest Tr ends in Engineering and Technology Vol.(7)Issue(3), pp. 263-270 DOI: http://dx.doi.org/10.21172/1.73.536 e-issn:2278-621x Design and Fabrication of High Frequency Linear

More information

Implementation of Multiquadrant D.C. Drive Using Microcontroller

Implementation of Multiquadrant D.C. Drive Using Microcontroller Implementation of Multiquadrant D.C. Drive Using Microcontroller Author Seema Telang M.Tech. (IV Sem.) Department of Electrical Engineering Shri Ramdeobaba College of Engineering and Management Abstract

More information

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India e t International Journal on Emerging Technologies 4(1): 10-16(2013) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Control of Synchronous Generator Excitation and Rotor Angle Stability by

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT)

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT) 5//0 EE6B: VLSI Signal Processing Wavelets Prof. Dejan Marković ee6b@gmail.com Shortcomings of the Fourier Transform (FT) FT gives information about the spectral content of the signal but loses all time

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

A Novel Technique for Power Transformer Protection based on Combined Wavelet Transformer and Neural Network

A Novel Technique for Power Transformer Protection based on Combined Wavelet Transformer and Neural Network A Novel Technique for Power Transformer Protection based on Combined Wavelet Transformer and Neural Network Mohammad Nayeem A Tahasildar & S. L. Shaikh Department of Electrical Engineering, Walchand College

More information

Implementation and Evaluation a SIMULINK Model of a Distance Relay in MATLAB/SIMULINK

Implementation and Evaluation a SIMULINK Model of a Distance Relay in MATLAB/SIMULINK Implementation and Evaluation a SIMULINK Model of a Distance Relay in MATLAB/SIMULINK Omar G. Mrehel Hassan B. Elfetori AbdAllah O. Hawal Electrical and Electronic Dept. Operation Department Electrical

More information

The Study of Locating Ground Faults in DC Microgrid Using Wavelet Transform

The Study of Locating Ground Faults in DC Microgrid Using Wavelet Transform University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations August 2016 The Study of Locating Ground Faults in DC Microgrid Using Wavelet Transform Ruijing Yang University of Wisconsin-Milwaukee

More information

Simulation & Realization of Feeder Protection with Micro Controller

Simulation & Realization of Feeder Protection with Micro Controller International Journal of Electrical Engineering. ISSN 0974-2158 Volume 9, Number 1 (2016), pp. 57-65 International Research Publication House http://www.irphouse.com Simulation & Realization of Feeder

More information

Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines

Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines Dhanashree Kotkar 1, N. B. Wagh 2 1 M.Tech.Research Scholar, PEPS, SDCOE, Wardha(M.S.),India

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

ISSN: [Taywade* et al., 5(12): December, 2016] Impact Factor: 4.116

ISSN: [Taywade* et al., 5(12): December, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DETECTION AND CLASSIFICATION OF TRANSMISSION LINES FAULTS USING DISCRETE WAVELET TRANSFORM AND ANN AS CLASSIFIER Dhanashri D.

More information