AN ADVANCED REACTIVE POWER MANAGEMENT SYSTEM FOR THE SEOUL METROPOLITAN POWER SYSTEM

Size: px
Start display at page:

Download "AN ADVANCED REACTIVE POWER MANAGEMENT SYSTEM FOR THE SEOUL METROPOLITAN POWER SYSTEM"

Transcription

1 AN ADVANCED REACTIVE POWER MANAGEMENT SYSTEM FOR THE SEOUL METROPOLITAN POWER SYSTEM Scott G. Ghiocel 1, Sangwook Han 2, Byung-Hoon Chang 3, Yong-gu Ha 3, Byong-Jun Lee 2, Joe H. Chow 1, and Robert Entriken 4 1 Rensselaer Polytechnic Institute (RPI) 2 Korea University (KU) 3 Korea Electric Power Company (KEPCO) 4 Electric Power Research Institute (EPRI)

2 AGENDA Overview Features Stability margin calculation Optimization Real-time dispatch Operator training Architecture Components Software 2

3 OVERVIEW Korean power system The Seoul metropolitan area is supplied by distant coastal generation, which creates potential voltage stability issues. Over the last few years, KEPCO has installed 2 SVCs and a STATCOM in the Seoul metropolitan area. Goals Coordinate the three FACTS controllers with local switched shunt capacitors and reactors Maintain adequate voltage stability margin Reduce shunt switching Maintain steady-state voltages 3

4 KOREAN POWER SYSTEM Seoul metropolitan area 4

5 MULTIPLE FACTS CONTROL SYSTEM (MFCS) COMPONENTS Multiple FACTS Controller (MFC) calculates FACTS controller settings for voltage stability. Reactive Power Manager coordinates FACTS controllers and other reactive power resources. Implements settings from the MFC algorithm. Minimizes shunt switching through optimization. Background daemon program monitors EMS output for new state estimator solution MySQL database data storage InTouch HMI user interface 5

6 SYSTEM ARCHITECTURE 6

7 ALGORITHM 1. New state estimator solution arrives. 2. Reactive power manager starts the MFC algorithm. 3. While the MFC algorithm is working, the manager calculates the VQ sensitivities and loads the SE data into the database. 4. After the MFC is complete, the manager retrieves the MFC results and loads them into the database. 5. The manager uses the MFC results to calculate the reactive power dispatch, and loads the results into the database. 7

8 COMPONENT: MFC ALGORITHM 8

9 MFC ALGORITHM I PURPOSE: Determine the necessary dynamic Q reserve to withstand major contingencies. INPUTS: State estimator solution (RAW file) FACTS controller parameters Contingencies Algorithm parameters OUTPUTS: FACTS controller settings: V references, Q reserves FV and YV curve data Inductive 0 Uses continuation methods to evaluate stability margins. Control the operating point Capacitive Secured margin 9

10 MFC ALGORITHM II YV Analysis FV Analysis 1: Pre-Contingency 2: Post-Contingency Bus Voltage [pu] λ max Bus Voltage [pu] Pre-Contingency Operating Point Post-Contingency Operating Point Flow Margin 0 Parameter λ Flows (MW) 1: Stable 2: Marginal 3: Unstable 10

11 MFC ALGORITHM III State estimator data Stable? Stable? Emergency Check Alarm Check Normal conditions YV Analysis Stable? No Yes Calculate Q reserves according to sensitivity analysis result YV Analysis after adjusting Q reserves No Stable? Yes Determine the Q reserves and Vref of each substation for stability FV Analysis Stable? No Yes Calculate Q reserves according to sensitivity analysis result FV Analysis after Adjusting Q reserves No Stable? Yes Determine the Q reserves and Vref of each substation for stability Individual FACTS controllers OPF module Objective function : P Loss minimization NIPM algorithm Determine Vrefs of each substation for Loss minimazation (need not Q reserves) 11

12 COMPONENT: REACTIVE POWER MANAGER 12

13 REACTIVE POWER MANAGER I PURPOSE: Coordinate dispatch of FACTS controllers and other reactive power resources (optimization). INPUTS: State Estimator solution (PSS/e RAW file) FACTS controller setpoints (V references, Q reserves) System forecast data Algorithm parameters OUTPUTS: New dispatch for FACTS controllers and switched shunts VQ sensitivities 13

14 SENSITIVITY-BASED REACTIVE POWER DISPATCH I The system VQ sensitivities (load lines) can be found from the load flow Jacobian by setting P = 0 from which we obtain the reduced Jacobian (JR) The reduced Jacobian matrix provides a linearized relationship between V and Q 14

15 SENSITIVITY-BASED REACTIVE POWER DISPATCH II Voltage V i Q k V op 2 V i Q k sensitivity of voltage magnitude at bus i due to reactive power insertion at bus k ΔV cap After insertion V op 1 V Vcap Qcap Qsh -Q capacitive ΔQ cap Before insertion Q inductive 15

16 SENSITIVITY-BASED REACTIVE POWER DISPATCH III After shunt capacitor Voltage V unc 2 V op 2 Droop Line Before shunt capacitor ΔV cap V ref V op 1 V unc 1 -Q capacitive Q inductive 16

17 SENSITIVITY-BASED REACTIVE POWER DISPATCH IV Comparison of Loadflow Results and Prediction using VQ Sens. dvlf dv 0.01 V (p.u.) Bus # 17

18 REACTIVE POWER MANAGER II Optimization: Maintain voltage stability (contingency survival) Implemented as constraints on the optimization Constraints on FACTS devices provided by the MFC algorithm Minimizing shunt switching action and device parameter changes Incorporated into the objective function as a cost per switching event Maintaining the desired voltage profile Incorporated into the objective function for specified pilot buses Voltage deviation from desired reference value 18

19 REACTIVE POWER MANAGER III Formulation: Linear program with continuous and discrete values (mixed integer linear program) Continuous values: FACTS Q setpoints and/or V references Discrete values: Shunt switching logic Constraints: Device limits Bus voltage limits Voltage stability limits (on FACTS controllers) Objective function: Number of switchings Voltage deviation at pilot buses FACTS deviation from setpoints 19

20 REACTIVE POWER MANAGER IV VQ sensitivities are used to predict the voltage effects due to reactive power injection, i.e., J Q V 1 R where J Jacobian. 1 R Bus voltage constraints is the inverse of the reduced load flow 1 V V J Q V V V LOW i.e., the new dispatch must adjust the new voltage to be within the specified bus voltage limits. Voltage stability constraints 0 R HIGH 0 Ensure adequate FACTS dynamic reserve: Q FACTS Q set 20

21 REACTIVE POWER MANAGER V OBJECTIVE FUNCTION: Terms c c c V V c Q Q set pilot 4 set FACTS 1. Number of shunt switchings 2. Number of FACTS V ref changes 3. Voltage deviation at pilot nodes 4. FACTS Q output deviation from setpoint values Ratio of weights in the objective determines priorities in the optimization. 21

22 REACTIVE POWER MANAGER VI System forecast: To optimize the shunt switching over longer periods of time (several hours ~ few days), past and future data are very useful. Future data (load forecasts) allows us to make smart decisions about switching shunts. Example: Keep a capacitor on in the morning instead of turning it off, in anticipation of a future load increase. Past data allows us to keep track of switching events, and can be used as an alternative for prediction if forecast data is not available. 22

23 DATABASE (MYSQL) PURPOSE: Stores network and dispatch data for MFCS. Enables communication between HMI and other components. STORED DATA: State Estimator solutions (new and old) MFC results FACTS setpoints FV/YV curve data MFCS dispatch results (new and old) Input from InTouch HMI Algorithm parameters Contingencies Note: Database should be implemented on a separate server from the rest of the system. 23

24 COMPONENT: MFCS HMI 24

25 MFCS HMI I PURPOSE: Displays MFCS data and allows the operator to change contingencies and algorithm parameters. DISPLAY SCREENS: One-line diagrams (present, past and future values) FACTS operator screens (including droop and load line) Device status (switched shunts, tap changers, etc.) Contingency analysis results MFC results MFCS configuration Contingencies Algorithm parameters (MFC and dispatch settings) 25

26 MFCS HMI III 26

27 MFCS HMI IV 27

28 MFCS HMI V 28

29 MFCS HMI VI 29

30 MFCS HMI VII 30

31 MFCS HMI VIII 31

32 OPERATOR TRAINING SIMULATOR I The MFCS can also be used in offline mode for operator training. Operators select from a list of cases (RAW files), and apply a contingency if desired. The MFCS runs the selected case, applying a contingency directly to the RAW file (if requested), and outputs the results to the InTouch HMI. MFCS can use any RAW file and contingency combination for offline simulation and training. 32

33 OPERATOR TRAINING SIMULATOR II Cases to consider: Line outages Daily variation Seasonal variation Contingencies: Single-line Double-line Interface line outages Metro area generator outages 33

34 IMPLEMENTATION Communication Links: SE data to MFCS: PSS/e version 30 RAW file Manager to/from MFC algorithm: ASCII text files Manager to/from database: MySQL client over TCP/IP MATLAB MySQL client over TCP/IP HMI to/from database: ODBC over TCP/IP (within control center firewall) MFCS to remote substations: TCP/IP over secured lines Software: MFC Algorithm: C++, FORTRAN Reactive Power Manager: MATLAB, Perl, MySQL, C++, C Database: MySQL HMI: WonderWare InTouch 34

35 THANK YOU FOR YOUR ATTENTION! 35

Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system

Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system Jeonghoon Shin, Suchul Nam, Seungtae Cha, Jaegul Lee, Taekyun Kim, Junyoen Kim, Taeok Kim, Hwachang Song Abstract--This

More information

ROSE - Real Time Analysis Tool for Enhanced Situational Awareness

ROSE - Real Time Analysis Tool for Enhanced Situational Awareness ROSE - Real Time Analysis Tool for Enhanced Situational Awareness Marianna Vaiman V&R Energy Copyright 1997-2013 V&R Energy Systems Research, Inc. All rights reserved. WECC JSIS Salt Lake City, UT October

More information

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Talha Iqbal, Ali Dehghan Banadaki, Ali Feliachi Lane Department of Computer Science and Electrical Engineering

More information

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool A. Srivastava and S. Biswas The School of Electrical Engineering and Computer Science Smart Grid Demonstration and Research Investigation

More information

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Aggregated Generating Facilities Technical Requirements

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Aggregated Generating Facilities Technical Requirements Division 502 Technical Applicability 1(1) Section 502.1 applies to: Expedited Filing Draft August 22, 2017 the legal owner of an aggregated generating facility directly connected to the transmission system

More information

SuperOPF and Global-OPF : Design, Development, and Applications

SuperOPF and Global-OPF : Design, Development, and Applications SuperOPF and Global-OPF : Design, Development, and Applications Dr. Hsiao-Dong Chiang Professor, School of Electrical and Computer Engineering, Cornell University, Ithaca, NY, USA School of electrical

More information

VOLTAGE STABILITY OF THE NORDIC TEST SYSTEM

VOLTAGE STABILITY OF THE NORDIC TEST SYSTEM 1 VOLTAGE STABILITY OF THE NORDIC TEST SYSTEM Thierry Van Cutsem Department of Electrical and Computer Engineering University of Liège, Belgium Modified version of a presentation at the IEEE PES General

More information

Central East Voltage and Stability Analysis for Marcy FACTS Project Phase I

Central East Voltage and Stability Analysis for Marcy FACTS Project Phase I Prepared by NYISO Operations Engineering 1. INTRODUCTION Central East Voltage and Stability Analysis for The Marcy Flexible AC Transmission System (FACTS) project is a joint technology partnership between

More information

Development and Field Test of Voltage VAR Optimization in the Korean Smart Distribution Management System

Development and Field Test of Voltage VAR Optimization in the Korean Smart Distribution Management System Energies 2014, 7, 643-669; doi:10.3390/en7020643 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Development and Field Test of Voltage VAR Optimization in the Korean Smart Distribution

More information

Linear State Estimation

Linear State Estimation Linear State Estimation Marianna Vaiman, V&R Energy marvaiman@vrenergy.com WECC JSIS Meeting Salt Lake City, UT October 15 17, 2013 Copyright 1997-2013 V&R Energy Systems Research, Inc. All rights reserved.

More information

Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT

Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT Babar Noor 1, Muhammad Aamir Aman 1, Murad Ali 1, Sanaullah Ahmad 1, Fazal Wahab Karam. 2 Electrical

More information

Enhancement of Power System Voltage Stability Using SVC and TCSC

Enhancement of Power System Voltage Stability Using SVC and TCSC International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 Enhancement of Power System Voltage Stability Using SVC and TCSC Deepa Choudhary Department of electrical engineering

More information

A REVIEW OF VOLTAGE/VAR CONTROL

A REVIEW OF VOLTAGE/VAR CONTROL Abstract A RVIW OF VOLTAG/VAR CONTROL M. Lin, R. K. Rayudu and S. Samarasinghe Centre for Advanced Computational Solutions Lincoln University This paper presents a survey of voltage/var control techniques.

More information

ESB National Grid Transmission Planning Criteria

ESB National Grid Transmission Planning Criteria ESB National Grid Transmission Planning Criteria 1 General Principles 1.1 Objective The specific function of transmission planning is to ensure the co-ordinated development of a reliable, efficient, and

More information

Implementation of OPF for Voltage control recommendations in real time Refinements to Loss minimization (Ongoing) Conclusions

Implementation of OPF for Voltage control recommendations in real time Refinements to Loss minimization (Ongoing) Conclusions REAL TIME IMPLEMENTATION OF OPF BASED VOLTAGE CONTROL TOOL IN BCHydro Advanced Voltage Control Workshop, EPRI, May 19-20, 2011, Pennsylvania,U.S.A. Veera Raju VINNAKOTA (veera.raju.vinnakota@bchydro.com),

More information

Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse

Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse Costas Vournas National Technical University of Athens vournas@power.ece.ntua.gr 1 Outline Introduction to Voltage

More information

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Wind Aggregated Generating Facilities Technical Requirements

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Wind Aggregated Generating Facilities Technical Requirements Applicability 1(1) Section 502.1 applies to the ISO, and subject to the provisions of subsections 1(2), (3) and (4) to any: (a) a new wind aggregated generating facility to be connected to the transmission

More information

Optimal Allocation of TCSC Devices Using Genetic Algorithms

Optimal Allocation of TCSC Devices Using Genetic Algorithms Proceedings of the 14 th International Middle East Power Systems Conference (MEPCON 10), Cairo University, Egypt, December 19-21, 2010, Paper ID 195. Optimal Allocation of TCSC Devices Using Genetic Algorithms

More information

A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis

A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis S.D.Naik Department of Electrical Engineering Shri Ramdeobaba

More information

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement American Journal of Engineering Research (AJER) e-issn: 20-0847 p-issn : 20-0936 Volume-6, Issue-1, pp-78-85 www.ajer.org Research Paper Open Access Placement of Multiple Svc on Nigerian Grid System for

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

Chapter 10: Compensation of Power Transmission Systems

Chapter 10: Compensation of Power Transmission Systems Chapter 10: Compensation of Power Transmission Systems Introduction The two major problems that the modern power systems are facing are voltage and angle stabilities. There are various approaches to overcome

More information

Industry Webinar. Reactive Power Planning. NERC System Analysis and Modeling Subcommittee (SAMS) March 2017

Industry Webinar. Reactive Power Planning. NERC System Analysis and Modeling Subcommittee (SAMS) March 2017 Industry Webinar Reactive Power Planning NERC System Analysis and Modeling Subcommittee (SAMS) March 2017 Webinar Topics Reliability Guideline on Reactive Power Planning Webinar Topics Fundamentals of

More information

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Ishwar Lal Yadav Department of Electrical Engineering Rungta College of Engineering and Technology Bhilai, India

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control Spring 2014 Instructor: Kai Sun 1 References Saadat s Chapters 12.6 ~12.7 Kundur s Sections

More information

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems IOSR Journal of Electrical And Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 2, Issue 4 (Sep.-Oct. 2012), PP 17-23 Identification of weak buses using Voltage Stability Indicator and its voltage

More information

Wind Power Facility Technical Requirements CHANGE HISTORY

Wind Power Facility Technical Requirements CHANGE HISTORY CHANGE HISTORY DATE VERSION DETAIL CHANGED BY November 15, 2004 Page 2 of 24 TABLE OF CONTENTS LIST OF TABLES...5 LIST OF FIGURES...5 1.0 INTRODUCTION...6 1.1 Purpose of the Wind Power Facility Technical

More information

New Techniques for the Prevention of Power System Collapse

New Techniques for the Prevention of Power System Collapse New Techniques for the Prevention of Power System Collapse F. A. Shaikh, Ramanshu Jain, Mukesh Kotnala, Nickey Agarwal Department of Electrical & Electronics Engineering, Krishna Institute of Engineering

More information

Sensitivity Analysis for 14 Bus Systems in a Distribution Network With Distributed Generators

Sensitivity Analysis for 14 Bus Systems in a Distribution Network With Distributed Generators IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 3 Ver. I (May Jun. 2015), PP 21-27 www.iosrjournals.org Sensitivity Analysis for

More information

UNIVERSITY OF CALGARY. Sensitivity And Bias Based. Receding Horizon Multi Step Optimization (RHMSO) Controller. For Real Time Voltage Control

UNIVERSITY OF CALGARY. Sensitivity And Bias Based. Receding Horizon Multi Step Optimization (RHMSO) Controller. For Real Time Voltage Control UNIVERSITY OF CALGARY Sensitivity And Bias Based Receding Horizon Multi Step Optimization (RHMSO) Controller For Real Time Voltage Control by Madhumathi Kulothungan A THESIS SUBMITTED TO THE FACULTY OF

More information

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Arthit Sode-Yome, Member, IEEE, and Kwang Y. Lee, Fellow, IEEE Abstract Approximate loading margin methods

More information

I. INTRODUCTION. Keywords:- FACTS, TCSC, TCPAR,UPFC,ORPD

I. INTRODUCTION. Keywords:- FACTS, TCSC, TCPAR,UPFC,ORPD International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 11 (November 2015), PP.13-18 Modelling Of Various Facts Devices for Optimal

More information

IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN: Volume 1, Issue 5 (July-Aug. 2012), PP

IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN: Volume 1, Issue 5 (July-Aug. 2012), PP IOSR Journal of Electrical Electronics Engineering (IOSRJEEE) ISSN: 2278-1676 Volume 1, Issue 5 (July-Aug. 2012), PP 16-25 Real Power Loss Voltage Stability Limit Optimization Incorporating through DE

More information

Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator

Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator Shiv Kumar Singh, Bibhu P. Padhy, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S.N. Singh, Senior Member, IEEE,

More information

ELEMENTS OF FACTS CONTROLLERS

ELEMENTS OF FACTS CONTROLLERS 1 ELEMENTS OF FACTS CONTROLLERS Rajiv K. Varma Associate Professor Hydro One Chair in Power Systems Engineering University of Western Ontario London, ON, CANADA rkvarma@uwo.ca POWER SYSTEMS - Where are

More information

Predicting Voltage Abnormality Using Power System Dynamics

Predicting Voltage Abnormality Using Power System Dynamics University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses Fall 12-20-2013 Predicting Voltage Abnormality Using Power System Dynamics Nagendrakumar

More information

THERE has been a growing interest in the optimal operation

THERE has been a growing interest in the optimal operation 648 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 2, MAY 2007 A New Optimal Routing Algorithm for Loss Minimization and Voltage Stability Improvement in Radial Power Systems Joong-Rin Shin, Member,

More information

Phasor Measurements for Blackout Prevention

Phasor Measurements for Blackout Prevention Phasor Measurements for Blackout Prevention Anjan Bose Washington State University Pullman, WA, USA i-pcgrid 2013 San Francisco, CA March 26-28, 2013 Monitoring the Power Grid (SCADA) Visualization Tables

More information

Impact of Distributed Generation on Network Voltage Levels

Impact of Distributed Generation on Network Voltage Levels EEE8052 Distributed Generation Taster Material Impact of Distributed Generation on Network Voltage Levels Steady-state rise in network voltage levels Existing practice is to control distribution voltage

More information

POWER SYSTEM PERFORMANCE ENHANCEMENT USING FLEXIBLE AC TRANSMISSION SYSTEM DEVICES

POWER SYSTEM PERFORMANCE ENHANCEMENT USING FLEXIBLE AC TRANSMISSION SYSTEM DEVICES POWER SYSTEM PERFORMANCE ENHANCEMENT USING FLEXIBLE AC TRANSMISSION SYSTEM DEVICES by SARAVANA KUMAR RAJENDRAN, B. E. A Thesis submitted to the School of Graduate Studies in partial fulfillment of the

More information

C2-205 ANALYSIS AND SOLUTION OF TECHNICAL CONSTRAINTS IN THE SPANISH ELECTRICITY MARKET

C2-205 ANALYSIS AND SOLUTION OF TECHNICAL CONSTRAINTS IN THE SPANISH ELECTRICITY MARKET 21, rue d'artois, F-75008 Paris http://www.cigre.org C2-205 Session 2004 CIGRÉ ANALYSIS AND SOLUTION OF TECHNICAL CONSTRAINTS IN THE SPANISH ELECTRICITY MARKET E. Lobato*, L. Rouco, F. M. Echavarren Universidad

More information

HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS JAVIER GUERRERO SEDENO

HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS JAVIER GUERRERO SEDENO HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS By JAVIER GUERRERO SEDENO A dissertation submitted in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY WASHINGTON

More information

Application of SVCs to Satisfy Reactive Power Needs of Power Systems

Application of SVCs to Satisfy Reactive Power Needs of Power Systems 1 Application of SVCs to Satisfy Reactive Power Needs of Power Systems H. K. Tyll, Senior Member, IEEE Abstract In the early days of power transmission problems like voltage deviation during load changes

More information

Hybrid Control System for Managing Voltage and Reactive Power in the JEJU Power System

Hybrid Control System for Managing Voltage and Reactive Power in the JEJU Power System Journal of Electrical Engineering & Technology Vol. 4, No. 4, pp. 429~437, 2009 429 Hybrid Control System for Managing Voltage and Reactive Power in the JEJU Power System Sangsoo Seo*, Yun-Hyuk Choi*,

More information

REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS

REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS Chapter 2 REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS Peter W. Sauer University of Illinois at Urbana-Champaign sauer@ece.uiuc.edu Abstract This chapter was prepared primarily for

More information

Identification of Critical Bus and Optimal Allocation of Facts Device

Identification of Critical Bus and Optimal Allocation of Facts Device Identification of Critical Bus and Optimal Allocation of Facts Device Dipali Kiratsata 1, Gaurav Gangil 2 M.Tech Scholar, Department of Electrical, Sobhasaria Group of Institutions Sikar, India Assistant

More information

PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS

PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS 373 PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS 1 Neha Parsai, 2 Prof. Alka Thakur 1 M. Tech. Student, 2 Assist. Professor, Department of Electrical Engineering SSSIST Shore, M.P. India ABSTRACT Voltage

More information

State Estimation Advancements Enabled by Synchrophasor Technology

State Estimation Advancements Enabled by Synchrophasor Technology State Estimation Advancements Enabled by Synchrophasor Technology Contents Executive Summary... 2 State Estimation... 2 Legacy State Estimation Biases... 3 Synchrophasor Technology Enabling Enhanced State

More information

Highgate Converter Overview. Prepared by Joshua Burroughs & Jeff Carrara IEEE PES

Highgate Converter Overview. Prepared by Joshua Burroughs & Jeff Carrara IEEE PES Highgate Converter Overview Prepared by Joshua Burroughs & Jeff Carrara IEEE PES Highgate Converter Abstract Introduction to HVDC Background on Highgate Operation and Control schemes of Highgate 22 Why

More information

Voltage Stability Assessment at the EMS

Voltage Stability Assessment at the EMS Voltage Stability Assessment at the EMS Jay Giri i-pcgrid San Francisco, March 26 th, 2013 GRID EMS Overview DSA Integration Load Load (area) meas. Forecast SCADA AGC Division Load & Loss Status & Analog

More information

Smart Grid Panel Presentation

Smart Grid Panel Presentation Smart Grid Panel Presentation Robert J. Thomas Cornell University PSerc Summer Workshop Lake Tahoe, CA August 4, 2008 Smart Grid Values (Why are we doing this?) Some reasons A more reliable grid - power

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 8: Advanced Power Flow

ECEN 615 Methods of Electric Power Systems Analysis Lecture 8: Advanced Power Flow ECEN 615 Methods of Electric Power Systems nalysis Lecture 8: dvanced Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas &M University overbye@tamu.edu nnouncements Read Chapter

More information

optimal allocation of facts devices to enhance voltage stability of power systems Amr Magdy Abdelfattah Sayed A thesis submitted to the

optimal allocation of facts devices to enhance voltage stability of power systems Amr Magdy Abdelfattah Sayed A thesis submitted to the optimal allocation of facts devices to enhance voltage stability of power systems By Amr Magdy Abdelfattah Sayed A thesis submitted to the Faculty of Engineering at Cairo University In Partial Fulfillment

More information

Generator Reactive Power Reserve Management to Prevent Voltage Collapse in Bangladesh Power System

Generator Reactive Power Reserve Management to Prevent Voltage Collapse in Bangladesh Power System Generator Reactive Power Reserve Management to Prevent Voltage Collapse in Bangladesh Power System By ATM Mustafizur Rahman A thesis submitting to the Department of Electrical and Electronic Engineering

More information

PMU-based Voltage Instability Detection through Linear Regression

PMU-based Voltage Instability Detection through Linear Regression PMU-based Voltage Instability Detection through Linear Regression Rujiroj Leelaruji and Prof. Luigi Vanfretti Smart Transmission Systems Lab. Electric Power Systems Department KTH Royal Institute of Technology,

More information

COST EFFECTIVE SOLUTION FOR OPTIMAL PLACEMENT AND SIZE OF MULTIPLE STATCOM USING PARTICLE SWARM OPTIMIZATION

COST EFFECTIVE SOLUTION FOR OPTIMAL PLACEMENT AND SIZE OF MULTIPLE STATCOM USING PARTICLE SWARM OPTIMIZATION 2005-204 JATIT & LLS. All rights reserved. ISSN: 992-8645 www.jatit.org E-ISSN: 87-395 COST EFFECTIVE SOLUTION FOR OPTIMAL PLACEMENT AND SIZE OF MULTIPLE STATCOM USING PARTICLE SWARM OPTIMIZATION K. KUMARASAMY,

More information

The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis

The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis Vol.2, Issue.4, July-Aug. 2012 pp-2472-2476 ISSN: 2249-6645 The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis Pratik Biswas (Department of Electrical Engineering,

More information

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location Engineering Thesis The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location By Yushi Jiao Presented to the school of Engineering and

More information

Coordinated Volt/Var Control in Smart Distribution System with Distributed Generators

Coordinated Volt/Var Control in Smart Distribution System with Distributed Generators Coordinated Volt/Var Control in Smart Distribution System with Distributed Generators by Fatima Binte Zia A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the

More information

Stability Issues of Smart Grid Transmission Line Switching

Stability Issues of Smart Grid Transmission Line Switching Preprints of the 19th World Congress The International Federation of Automatic Control Stability Issues of Smart Grid Transmission Line Switching Garng. M. Huang * W. Wang* Jun An** *Texas A&M University,

More information

EH2741 Communication and Control in Electric Power Systems Lecture 2

EH2741 Communication and Control in Electric Power Systems Lecture 2 KTH ROYAL INSTITUTE OF TECHNOLOGY EH2741 Communication and Control in Electric Power Systems Lecture 2 Lars Nordström larsno@kth.se Course map Outline Transmission Grids vs Distribution grids Primary Equipment

More information

1st Qua u r a ter e M e M e e t e in i g 2nd Qua u r a ter e M e M e e t e in i g

1st Qua u r a ter e M e M e e t e in i g 2nd Qua u r a ter e M e M e e t e in i g 2011 SERTP Welcome SERTP 2011 First RPSG Meeting & Interactive Training Session 9:00 AM 3:00 PM 1 2011 SERTP The SERTP process is a transmission planning process. Please contact the respective transmission

More information

Use of PQV Surface as a Tool for Comparing the Effects of FACTS Devices on Static Voltage Stability Ali Zare, Ahad Kazemi

Use of PQV Surface as a Tool for Comparing the Effects of FACTS Devices on Static Voltage Stability Ali Zare, Ahad Kazemi Use of PQV Surface as a Tool for Comparing the Effects of FACTS Devices on Static Voltage Stability Ali Zare, Ahad Kazemi Abstract PV or QV curves are commonly used to determine static voltage stability

More information

Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents

Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents V.V.Satyanarayana Rao.R #1, S.Rama Reddy *2 # EEE Department,SCSVMV University Kanchipuram,India

More information

Particle Swarm Based Optimization of Power Losses in Network Using STATCOM

Particle Swarm Based Optimization of Power Losses in Network Using STATCOM International Conference on Renewable Energies and Power Quality (ICREPQ 14) Cordoba (Spain), 8 th to 10 th April, 2014 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.12, April

More information

Performance Improvement of Power System Using Static Synchronous Compensator (STATCOM) Priya Naikwad, Mayuri Kalmegh, Poonam Bhonge

Performance Improvement of Power System Using Static Synchronous Compensator (STATCOM) Priya Naikwad, Mayuri Kalmegh, Poonam Bhonge 2017 IJSRST Volume 3 Issue 2 Print ISSN: 235-6011 Online ISSN: 235-602X National Conference on Advances in Engineering and Applied Science (NCAEAS) 16 th February 2017 In association with International

More information

System Ratings, Limits and Real-Time Monitoring. Presented to: Operating Committee April 21, 2016

System Ratings, Limits and Real-Time Monitoring. Presented to: Operating Committee April 21, 2016 System Ratings, Limits and Real-Time Monitoring Presented to: Operating Committee April 21, 2016 Thermal Facility Ratings In New England Summer ratings (April 1 to October 31) Winter ratings (November

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration Abstract Wind generation existence in power system greatly affects power system transient stability and it also greatly affects steady state conditions. FACTS devices are proposed as a solution to this

More information

Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing Methods

Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing Methods Proceedings of the th WSEAS International Conference on Power Systems, Beijing, China, September -, 200 Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing

More information

Lab 1. Objectives. Single Line Diagram. Methodology. Observations. Jon Jawnsy Yu 26 October 2009

Lab 1. Objectives. Single Line Diagram. Methodology. Observations. Jon Jawnsy Yu 26 October 2009 Lab 1 Objectives In this lab, our objective is to simulate a simple single machine infinite bus configuration using the PowerWorld Simulator software. We design a local generator system (a synchronous

More information

Grid codes and wind farm interconnections CNY Engineering Expo. Syracuse, NY November 13, 2017

Grid codes and wind farm interconnections CNY Engineering Expo. Syracuse, NY November 13, 2017 Grid codes and wind farm interconnections CNY Engineering Expo Syracuse, NY November 13, 2017 Purposes of grid codes Grid codes are designed to ensure stable operating conditions and to coordinate the

More information

Voltage Level and Transient Stability Enhancement of a Power System Using STATCOM

Voltage Level and Transient Stability Enhancement of a Power System Using STATCOM Voltage Level and Transient Stability Enhancement of a Power System Using STATCOM Md. Quamruzzaman 1, Assistant professor, Dept of EEE, Chittagong University of Engineering and Technology, Bangladesh..

More information

FACTS Devices and their Controllers: An Overview

FACTS Devices and their Controllers: An Overview 468 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 FACTS Devices and their Controllers: An Overview S. K. Srivastava, S. N. Singh and K. G. Upadhyay Abstract: In this paper some developed FACTS devices and

More information

Performance and Analysis of Reactive Power Compensation by Unified Power Flow Controller

Performance and Analysis of Reactive Power Compensation by Unified Power Flow Controller Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 3, No. 3, September 2015, pp. 141~149 ISSN: 2089-3272 141 Performance and Analysis of Reactive Power Compensation by Unified Power

More information

Voltage Stability Analysis with Equal Load and Proportional Load Increment in a Multibus Power System

Voltage Stability Analysis with Equal Load and Proportional Load Increment in a Multibus Power System 2012 2nd International Conference on Power and Energy Systems (ICPES 2012) IPCSIT vol. 56 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V56.9 Voltage Stability Analysis with Equal Load

More information

Voltage Drop Compensation and Congestion Management by Optimal Placement of UPFC

Voltage Drop Compensation and Congestion Management by Optimal Placement of UPFC P P Assistant P International Journal of Automation and Power Engineering, 2012, 1: 29-36 - 29 - Published Online May 2012 www.ijape.org Voltage Drop Compensation and Congestion Management by Optimal Placement

More information

CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS

CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS 19 CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS 2.1 INTRODUCTION The electricity supply industry is undergoing a profound transformation worldwide. Maret forces, scarcer

More information

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System Evolutionary Programg Optimization Technique for Solving Reactive Power Planning in Power System ISMAIL MUSIRIN, TITIK KHAWA ABDUL RAHMAN Faculty of Electrical Engineering MARA University of Technology

More information

Agenda Notes for 4 th Meeting of Sub Group in respect of Preparation of Reliability Standards for Protection System and Communication System

Agenda Notes for 4 th Meeting of Sub Group in respect of Preparation of Reliability Standards for Protection System and Communication System Agenda Notes for 4 th Meeting of Sub Group in respect of Preparation of Reliability Standards for Protection System and Communication System Meeting Date: 27.03.2017 Time: 1430 Hrs Venue: NRPC Conference

More information

COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [ ]

COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [ ] COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [2180909] B.E. Forth Year Branch /Class Electrical 2013 Term: 16/2 (DEC-16 to APR-17) Faculty: PROF. J. I. JARIWALA PROF. T. M. PANCHAL PROF.

More information

Fuzzy Approach to Voltage Collapse based Contingency Ranking

Fuzzy Approach to Voltage Collapse based Contingency Ranking Vol.2, Issue.2, Mar-Apr 2012 pp-165-169 ISSN: 2249-6645 Fuzzy Approach to Voltage Collapse based Contingency Ranking Dr. Shobha Shankar (Department of Electrical and Electronics Engineering, Vidyavardhaka

More information

Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC)

Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC) Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC) K. Manoz Kumar Reddy (Associate professor, Electrical and Electronics Department, Sriaditya Engineering College, India)

More information

IT is generally more convenient and economical to connect

IT is generally more convenient and economical to connect 1 Impact of Wind Power Variability on Sub-transmission Networks Sina Sadeghi Baghsorkhi, Student Member, IEEE Ian A. Hiskens, Fellow, IEEE Abstract The inherent variability of wind power injections becomes

More information

System Protection Schemes in Power Network based on New Principles

System Protection Schemes in Power Network based on New Principles System Protection Schemes in Power Network based on New Principles Daniel Karlsson, ABB Automation Products AB S-721 59 Västerås, SWDN daniel.h.karlsson@se.abb.com Abstract This report describes how a

More information

A new control scheme for an HVDC transmission link with capacitorcommutated converters having the inverter operating with constant alternating voltage

A new control scheme for an HVDC transmission link with capacitorcommutated converters having the inverter operating with constant alternating voltage 21, rue d Artois, F-758 PARIS B4_16_212 CIGRE 212 http : //www.cigre.org A new control scheme for an HVDC transmission link with capacitorcommutated converters having the inverter operating with constant

More information

Placement of Shunt VAR Compensator Based on Sensitivity Analysis

Placement of Shunt VAR Compensator Based on Sensitivity Analysis International Journal on Electrical Engineering and Informatics - Volume 6, Number 2, June 2014 Placement of Shunt VAR Compensator Based on Sensitivity Analysis Muhammad Nurdin, Fathin Saifur Rahman, Rizky

More information

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS Giuseppe Di Marzio NTNU giuseppe.di.marzio@elkraft.ntnu.no Olav B. Fosso NTNU olav.fosso@elkraft.ntnu.no Kjetil Uhlen SINTEF

More information

ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability

ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability Spring 2016 Instructor: Kai Sun 1 Content Basic concepts Voltage collapse and Saddle-node bifurcation P-V curve and V-Q curve Causes

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

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme I J E E E C International Journal of Electrical, Electronics ISSN No. (Online) : 2277-2626 and Computer Engineering 2(1): 7-12(2013) Transient stability improvement by using shunt FACT device (STATCOM)

More information

Constant Terminal Voltage. Working Group Meeting 4 19 th September 2014

Constant Terminal Voltage. Working Group Meeting 4 19 th September 2014 Constant Terminal Voltage Working Group Meeting 4 19 th September 014 Overview Options summary System under investigation Options analysis Discussion Options Option 1 Constant Terminal Voltage controlled

More information

POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS

POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS 104 POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS 5.1 INTRODUCTION: In the previous chapter power flow solution for well conditioned power systems using Newton-Raphson method is presented. The

More information

VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS

VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS Marcelo CASSIN Empresa Provincial de la Energía de Santa Fe Argentina mcassin@epe.santafe.gov.ar ABSTRACT In radial

More information

A decentralized multiagent-based voltage control for catastrophic disturbances in a power system

A decentralized multiagent-based voltage control for catastrophic disturbances in a power system University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2015 A decentralized multiagent-based voltage control

More information

Dynamic Grid Edge Control

Dynamic Grid Edge Control Dynamic Grid Edge Control Visibility, Action & Analytics at the Grid Edge to Maximize Grid Modernization Benefits The existence of greater volatility at the grid edge creates a set of problems that require

More information

UNIT-II REAL POWER FREQUENCY CONTROL. 1. What is the major control loops used in large generators?

UNIT-II REAL POWER FREQUENCY CONTROL. 1. What is the major control loops used in large generators? UNIT-II REAL POWER FREQUENCY CONTROL 1. What is the major control loops used in large generators? The major control loops used in large generators are Automatic voltage regulator (AVR) Automatic load frequency

More information

Modeling and Simulation of STATCOM

Modeling and Simulation of STATCOM Modeling and Simulation of STATCOM Parimal Borse, India Dr. A. G. Thosar Associate Professor, India Samruddhi Shaha, India Abstract:- This paper attempts to model and simulate Flexible Alternating Current

More information

Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER. There are a number of FACTS devices that control power system

Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER. There are a number of FACTS devices that control power system 94 Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER 5.1 Introduction There are a number of FACTS devices that control power system parameters to utilize the existing power system and also to enhance

More information

Improvement of Voltage Stability Based on Static and Dynamic Criteria

Improvement of Voltage Stability Based on Static and Dynamic Criteria 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 710 1 Improvement of Voltage Stability Based on Static and Dynamic Criteria M. V. Reddy, Student Member, IEEE, Yemula Pradeep, Student Member,

More information