Measurement of Voltage Flicker and Implementation Using FPGA

Size: px
Start display at page:

Download "Measurement of Voltage Flicker and Implementation Using FPGA"

Transcription

1 7th WEA Int. Conf. on INUMENAION, MEAUEMEN,CICUI and YEM (IMCA '08), Hangzhou, China, April 6-8, 008 Measurement of Voltage Flicker and Implementation Using FPGA HU-CHEN WANG YU-JEN CHEN CHI-JUI WU Department of Computer Chung-han Institute of Department of and Communication Engineering cience and echnology Electrical Engineering aipei College of Armaments Bureau National aiwan University Maritime echnology MND of cience and echnology aipei, AIWAN ao-yuan, AIWAN aipei, AIWAN Abstract: - his paper proposes a field-programmable gate array (FPGA)-based integrated circuit (IC) for measuring voltage flicker using the instantaneous voltage vectors. he proposed design scheme is developed using the very high speed integrated-circuit hardware description language (VHDL). he instantaneous voltage vector module, management module, and quantification modules are developed to construct the entire system. ome novel IP (intellectual property) cores, such as CODIC and FF, are used. hen the chip for voltage flicker calculation is designed based on these IP cores and is realized using a signal FPGA (XC31500). ome given simulation waveforms and field-measured waveforms with voltage flicker disturbances are adopted to demonstrate that the designed IC can obtain flicker components precisely. Key-Words: - Electric power quality, Voltage flicker, Field programmable gate array, Instantaneous voltage vector, Fast Fourier transform, FPGA 1 Introduction Voltage flicker means the fluctuations in the envelope of the 50/60 Hz supply voltage that is frequently caused by heavy fluctuating loads [1], [], [3]. everal definitions and calculation methods had been proposed and developed [4], [5], [6]. he P is the IEC standard and was established by the Union for Electroheat (UIE). he Central esearch Institute of the Electric Power Industry (CIEPI) of Japan proposed using the V 10 as the standard for assessing voltage flicker. he aiwan Power Company (PC) also uses V10, and then it is considered in this study. Numerous reports have established that a small voltage flicker, ranging from 0.3% to 0.5% in the frequency range of 6-10 Hz could cause visible incandescent flickering and human discomfort [7], [8], [9], [10]. he FPGA has been applied to analyzing and controlling a power system [11], [1], [13]. While conventional designs are based on functions, FPGA is based on the reuse of IP or the function assembly. When a large system is constructed from a number of macro-modules, IP cores can be used to represent those modules. everal particular functional IP cores such as CODIC and FF cores could be developed. VHDL was also employed to model a digital control system at many levels [14]. VHDL can be considered as a combination of sequential, concurrent, netlist, st timing specification, and waveform generation languages. he same algorithm can be synthesized into any other FPGA. his investigation develops an FPGA-based control IC for computing the voltage flicker. he voltage waveforms of three phases are sampled at a specified sampling frequency and stored in a OM. he instantaneous voltage vector module is adopted to determine the real and imaginary magnitudes of the instantaneous voltage vectors. A 104-point FF core is applied to obtain the real and imaginary magnitudes of the voltage flicker components. Finally, the flicker magnitudes are calculated using the quantification module. he study results show that the proposed method gives a precise three-voltage calculation scheme. Fig. 1. Flicker sensitivity coefficient curve. IBN: IN:

2 7th WEA Int. Conf. on INUMENAION, MEAUEMEN,CICUI and YEM (IMCA '08), Hangzhou, China, April 6-8, 008 Voltage Flicker Let V denote the degree of difference between the maximum and minimum amplitude at the modulation frequency f for a voltage waveform with the M value V rms n. Consequently, the flicker component is 1 v f ( t) V cos( f nt) Vrms cos( f syst) (1) he total voltage waveform with several flicker components can be expressed as 1 ( t) Vrms 1 V cos( f nt) cos( f syst) () n he voltage fluctuation is defined as 30 ( V ) (3) 0.5 V Moreover, the 10-Hz equivalent voltage flicker value is defined as, Where a (4) V 10 ( a V ) denotes the flicker sensitivity coefficient corresponding to the modulation frequency f n component. Fig. 1 plots the distribution curve of the sensitivity coefficients, which snows the sensitivity of the human eye-brain system to illumination flicker. he frequency to which it is most sensitive is 10 Hz, at which the visual sensitivity coefficient is one. In the PC, the limit of V 10 is set as 0.45%. 3 Instantaneous Voltage Vector Method For a three-phase circuit, the magnitude of the instantaneous voltage vector is defined as In order to explain the method to obtain voltage flicker components from the instantaneous voltage vectors, let phase- have a single voltage flicker component and the other two phases be purely sinusoidal. 1 ( t) Vrms 1 V cos( f nt) cos( f syst) (8) ( t) Vrms cos( f syst ) (9) 3 ( t) Vrms cos( f syst ) (10) 3 hen, the magnitude of instantaneous voltage vector is given by j( f syst ) j ( f syst ) 3 3 j( f syst ) j ( f syst ) 3 3 jf syst j f syst 1 e e 1 V cos( f nt) ( ) Vrms e e -1 3 vi ( t) [ ]( +j ) 3 It can be obtained that e e -1 3 [ ]( -j ) (11) 1 V 1 V vi ( t) V rms[1 cos( f nt) cos( f nt)cos( f syst)] 3 3 (1) he second contains the useful information to obtain the corresponding flicker component i ( t) [ ( t) ( t)( j ) ( t)( j )] 3 (5) Where v, v and v are instantaneous voltages of the corresponding phases. he real and imaginary magnitudes of the instantaneous voltage vector are respectively given by 1 1 e( i ( t)) [ ( t) ( t) ( t)] (6) 3 1 Im( i ( t)) [ ( t) ( t)] (7) 6 Fig.. Functional module diagram of the designed IC. IBN: IN:

3 7th WEA Int. Conf. on INUMENAION, MEAUEMEN,CICUI and YEM (IMCA '08), Hangzhou, China, April 6-8, 008 Fig. 3. CODIC core structure. Fig. 4. tructure diagram of radix-4 FF core. 4 Design of FPGA-Based Calculation IC A floating-point arithmetic method has the advantage of a wide dynamic range, but its hardware realization is very complicated. A fixed-point arithmetic scheme is a more practical solution to most industrial applications with simple circuit realization. In this study, numerical variables and parameters must be transformed into approximate integers with finite word lengths. Fig. illustrates the functional module diagram of the designed three-phase voltage flicker calculation IC. he three-phase voltage waveforms are sampled with a specified sampling frequency and transformed to digital data, which act as the data source of the instantaneous voltage vector module. A. Management module his module is a task scheduler to generate an internal clock and to coordinate works of each module, such as giving corresponding data to each block in a definite order, and recording the sequential operation events. B. Instantaneous voltage vector module Fig. 3 illustrates the CODIC structure. From (6) and (7), the real and imaginary part of the instantaneous voltage vector are determined. he powers of 1 are implemented using the shifter. he 3 and 1 6 are implemented using the generalized coordinated rotational digital computer (CODIC) algorithm [15], [16]. C. FF module he Fast Fourier ransform (FF) is a computationally efficient algorithm for deriving the Discrete Fourier ransform (DF). he FF core developed by Xilinx can compute an N-point forward DF or inverse DF (IDF) where N= m, m 4 ~ 14. he FF core applies the Cooley-ukey decimation-in-time (DI) algorithm to determine the DF. Fig. 4 illustrates the structure of a radix-4 FF. When using radix-4, the FF consists of log 4 ( N ) stages, with each stage including N 4 radix-4 butterflies. his core can simultaneously perform transform computations on the current data frame, load the input data for the next data frame, and unload the results of the previous frame of data. All memory is on-chip using either block AM or distributed AM. he radix point DIF method was adopted to process -channel data. From the results of FF, the nd to 30 th flicker components can be obtained. D. Quantification module he FF module outputs 16-bit frequency domain data samples where both the real and imaginary components are fed into this module that picks out the complex pair corresponding to a target frequency. he square root operation is also implemented using the simplified CODIC algorithm. he flicker components are then computed. IBN: IN:

4 7th WEA Int. Conf. on INUMENAION, MEAUEMEN,CICUI and YEM (IMCA '08), Hangzhou, China, April 6-8, 008 able 1. Calculation esults o 1 Given Cases CAE 1 CAE CAE 3 CAE 4 CAE 5 CAE 6 CAE 7 CAE 8 CAE 9 CAE 10 CAE 11 CAE 1 Given flicker components (pu/hz) V,0.1/10 v : 0.15/5,0.1/10 v : 0.1/15 v : 0./10 v : 0./15 Calculated flicker components (pu/hz) Matlab V FPGA / / / / / / / / / / / / /10 0.1/ / / / / / / / / / / /15 5 Given Waveform est he synthesis tool, IE 6., was adopted to map these designed codes directly onto FPGA. A design implementation software application, Modelsim, was utilized to obtain results. he logic and timing simulation softwares are (especially O particularly) important for the design of complicated digital circuits to resolve problems during the early design stage. he Xilinx s XC31500 was applied to implement this design. able 1 lists 1 given cases in which the equivalent three-phase voltage flicker values are calculated using Matlab and FPGA methods. he flicker components obtained from FPGA are approximately equal to those obtained from Matlab. It can be observed from able 1 that if only one phase has a flicker component, the equivalent three-phase flicker will be 1/3 of the given value. And if two phases have the same flicker component, the equivalent flicker will be /3 of the given value. Only when all three phases have the same flicker component, the equivalent flicker will be the same value. able displays the chip resource usage. 6 Experimental est esults he three-phase measurement data from the 161-kV feeder of an 8-MVA DC arc furnace was adopted to confirm the design of the above methods to practical cases he sampling rate is 3 samples per power cycle. able 3 presents the equivalent three-phase voltage flicker calculation results of the measurement data. he major flicker components of this arc furnace locate at lower frequencies. he calculation results of flicker components using FPGA are approximately equal to these using Matlab. able. Device Utilization of XC31500 Used Availa Usage ble ratio 33% ilices Flip Flops % 4 Input LUs % Iuput/Output Blocks % (IOB) BAMs % MUL18x18s % GCLKs 1 8 1% able 3. hree-phase Voltage Flicker Calculation esult of DC Furnace Measurement Data Calculation Method Matlab FPGA V (p V (pu) IBN: IN:

5 7th WEA Int. Conf. on INUMENAION, MEAUEMEN,CICUI and YEM (IMCA '08), Hangzhou, China, April 6-8, Conclusion An FPGA-based calculation IC has been used for obtaining the equivalent three-phase voltage flicker values using the instantaneous voltage vectors. he design scheme has advantages of concurrent operation, small hardware requirement, and easy and fast circuit modification. Adopting VHDL provides sufficient flexibility and speed to construct the design circuits by some IP cores. All modules were designed and integrated to others. he major benefit of the proposed approach is that it executes all logics continuously and simultaneously. he simulated and experimental results confirm that the instantaneous voltage vectors are effective to obtain the three-phase voltage flicker values. he designed FPGA-based system can calculate precise flicker components. he developed scheme in this paper is a favorable choice for power quality calculation. eferences: [1].C. Dugan, M.F. McGranaghan, and H. W. Beaty, Electrical Power ystems Quality, McGraw-Hill, International Editions, New York, UA, 000. [] P. Ashmole and P. Amante, ystem Flicker Disturbances from Industrial Loads and heir Compensation, IEEE on Power Engineering, Vol. 11, No. 5, 1997, pp [3] C. M. Fallon and B. A. McDermott, Development and esting of a real-time Voltage Flicker meter, Proceeding of the IEEE ransmission and Distribution Conference, Vol. 10, 1996, pp [4] C. J. Wu and. H. Fu, Effective voltage flicker calculation algorithm using indirect demodulation method, IEE Proceedings-Generation, ransmission and Distribution, Vol. 150, No. 4, 003, pp [5] A. Nabae and. anaka, A New Definition of instantaneous Active-eactive Current and Power Based on Instantaneous pace Vectors on Polar Coordinates in hree-phase Circuits, IEEE rans. on Power Delivery, Vol. 11, No. 3, 1996, pp [6] C. J. Wu, and Yu-Jen Chen, A Novel Algorithm for Precise Voltage Flicker Calculation by Using Instantaneous Voltage Vector, IEEE ransactions Power Delivery, Vol.1, No. 3, 006, pp [7] G. C. Montanari, M. Loggini, A. Cavallini, L. Pitti, and D. Zaninelli, Arc-Furnace Model for he tudy of Flicker Compensation in Electrical Network, IEEE ransactions on Power Delivery, Vol. 9, No. 4, 1994, pp [8]. Varadan, E. B. Makram, and A. A. Girgis, A New ime Domain Voltage ource Model for An Arc Furnace Using EMP, IEEE ransactions on Power Delivery, Vol. 11, No. 3, 1996, pp [9] J. C. Gu, C. J. Wu, and J. C. Chiang, Effects of High Voltage ide Voltage Flicker ources on Low Voltage ide Customers, Power esearch Institute, aiwan Power Company, aiwan,.o.c., [10] J. Wu and L. H. Lee, Electric Power Quality Evaluation of 161 kv Large ize teel Plants, Power esearch Institute, aiwan Power Company, aiwan,.o.c., [11] J. H. Anderson and F. N. Najm, Active Leakage Power Optimization for FPGAs, IEEE ransactions on Computer-Aided Design of Integrated Circuits and ystems, Vol. 5, No. 3, 006, pp [1] Li, Y. Lin, L. He, D. Chen, and J. Cong, Power Modeling and Characteristics of Field Programmable Gate Arrays, IEEE ransaction on Computer-Aided Design of Integrated Circuits and ystems, Vol. 4, No. 11, 005, pp [13]. L. Jung, M. Y. Chang, J. Y. Jyang, L. C. Yeh, and Y. Y. zou, Design and Implementation of an FPGA-Based Control IC for AC-Voltage egulation, IEEE ransactions on Power Electronics, Vol. 14, No. 3, 1999, pp [14]. Hauck, he oles of FPGAs in eprogrammable ystems, IEEE Proceeding, Vol. 86, No. 4, 1998, pp [15] J. Volder, he CODIC rigonometric Computing echnique, IE transactions Electronic computing, Vol. EC-8, 1959, pp [16] J.. Walther, A unified Algorithm for Elementary Functions, Proceeding of the pring Joint Computer Conference, 1971, pp IBN: IN:

Applying FPGA-based Chip to Apparent Power and Power Factor Measurement Considering Nonsinusoidal and Unbalanced Conditions

Applying FPGA-based Chip to Apparent Power and Power Factor Measurement Considering Nonsinusoidal and Unbalanced Conditions hu-chen Wang, Chi-Jui Wu, heng-wen Yang Applying FPGA-based Chip to Apparent Power and Power Factor Measurement Considering Nonsinusoidal and Unbalanced Conditions HU-CHEN WANG Department of Computer and

More information

An Area Efficient FFT Implementation for OFDM

An Area Efficient FFT Implementation for OFDM Vol. 2, Special Issue 1, May 20 An Area Efficient FFT Implementation for OFDM R.KALAIVANI#1, Dr. DEEPA JOSE#1, Dr. P. NIRMAL KUMAR# # Department of Electronics and Communication Engineering, Anna University

More information

Design of FIR Filter on FPGAs using IP cores

Design of FIR Filter on FPGAs using IP cores Design of FIR Filter on FPGAs using IP cores Apurva Singh Chauhan 1, Vipul Soni 2 1,2 Assistant Professor, Electronics & Communication Engineering Department JECRC UDML College of Engineering, JECRC Foundation,

More information

A FFT/IFFT Soft IP Generator for OFDM Communication System

A FFT/IFFT Soft IP Generator for OFDM Communication System A FFT/IFFT Soft IP Generator for OFDM Communication System Tsung-Han Tsai, Chen-Chi Peng and Tung-Mao Chen Department of Electrical Engineering, National Central University Chung-Li, Taiwan Abstract: -

More information

Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions

Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions IEEE ICET 26 2 nd International Conference on Emerging Technologies Peshawar, Pakistan 3-4 November 26 Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions

More information

CHAPTER 5 NOVEL CARRIER FUNCTION FOR FUNDAMENTAL FORTIFICATION IN VSI

CHAPTER 5 NOVEL CARRIER FUNCTION FOR FUNDAMENTAL FORTIFICATION IN VSI 98 CHAPTER 5 NOVEL CARRIER FUNCTION FOR FUNDAMENTAL FORTIFICATION IN VSI 5.1 INTRODUCTION This chapter deals with the design and development of FPGA based PWM generation with the focus on to improve the

More information

INTERLINE UNIFIED POWER QUALITY CONDITIONER: DESIGN AND SIMULATION

INTERLINE UNIFIED POWER QUALITY CONDITIONER: DESIGN AND SIMULATION International Journal of Electrical, Electronics and Data Communication, ISSN: 23284 Volume, Issue-4, April14 INTERLINE UNIFIED POWER QUALITY CONDITIONER: DESIGN AND SIMULATION 1 V.S.VENKATESAN, 2 P.CHANDHRA

More information

Design and Performance Analysis of a Reconfigurable Fir Filter

Design and Performance Analysis of a Reconfigurable Fir Filter Design and Performance Analysis of a Reconfigurable Fir Filter S.karthick Department of ECE Bannari Amman Institute of Technology Sathyamangalam INDIA Dr.s.valarmathy Department of ECE Bannari Amman Institute

More information

The Influence of Voltage Flicker for the Wind Generator upon Distribution System

The Influence of Voltage Flicker for the Wind Generator upon Distribution System The Influence of Voltage Flicker for the Wind Generator upon Distribution System Jin-Lung Guan, Jyh-Cherng Gu, Ming-Ta Yang, Hsin-Hung Chang, Chun-Wei Huang, and Shao-Yu Huang Digital Open Science Index,

More information

Investigation of D-Statcom Operation in Electric Distribution System

Investigation of D-Statcom Operation in Electric Distribution System J. Basic. Appl. Sci. Res., (2)29-297, 2 2, TextRoad Publication ISSN 29-434 Journal of Basic and Applied Scientific Research www.textroad.com Investigation of D-Statcom Operation in Electric Distribution

More information

INTRODUCTION. In the industrial applications, many three-phase loads require a. supply of Variable Voltage Variable Frequency (VVVF) using fast and

INTRODUCTION. In the industrial applications, many three-phase loads require a. supply of Variable Voltage Variable Frequency (VVVF) using fast and 1 Chapter 1 INTRODUCTION 1.1. Introduction In the industrial applications, many three-phase loads require a supply of Variable Voltage Variable Frequency (VVVF) using fast and high-efficient electronic

More information

Implementation and Comparison of Low Pass FIR Filter on FPGA Using Different Techniques

Implementation and Comparison of Low Pass FIR Filter on FPGA Using Different Techniques Implementation and Comparison of Low Pass FIR Filter on FPGA Using Different Techniques Miss Pooja D Kocher 1, Mr. U A Patil 2 P.G. Student, Department of Electronics Engineering, DKTE S Society Textile

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

More information

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Vijay Kumar Ch 1, Leelakrishna Muthyala 1, Chitra E 2 1 Research Scholar, VLSI, SRM University, Tamilnadu, India 2 Assistant Professor,

More information

Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive

Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive ISSN 1 746-72, England, UK World Journal of Modelling and Simulation Vol. 9 (201) No. 2, pp. 8-88 Simulation and Experimental Based Four Switch Three Phase Inverter Fed Induction Motor Drive Nalin Kant

More information

A Time Domain Reference-Algorithm for Shunt Active Power Filters

A Time Domain Reference-Algorithm for Shunt Active Power Filters IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 06 November 2015 ISSN (online): 2349-6010 A Time Domain Reference-Algorithm for Shunt Active Power Filters Prof.

More information

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER American Journal of Applied Sciences 11 (2): 180-188, 2014 ISSN: 1546-9239 2014 Science Publication doi:10.3844/ajassp.2014.180.188 Published Online 11 (2) 2014 (http://www.thescipub.com/ajas.toc) AREA

More information

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL E.Sangeetha 1 ASP and D.Tharaliga 2 Department of Electronics and Communication Engineering, Tagore College of Engineering and Technology,

More information

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM 3 Chapter 3 IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA 3.1. Introduction This Chapter presents an implementation of area efficient SPWM control through single FPGA using Q-Format. The SPWM

More information

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder Architecture for Canonic based on Canonic Sign Digit Multiplier and Carry Select Adder Pradnya Zode Research Scholar, Department of Electronics Engineering. G.H. Raisoni College of engineering, Nagpur,

More information

FPGA Implementation of Desensitized Half Band Filters

FPGA Implementation of Desensitized Half Band Filters The International Journal Of Engineering And Science (IJES) Volume Issue 4 Pages - ISSN(e): 9 8 ISSN(p): 9 8 FPGA Implementation of Desensitized Half Band Filters, G P Kadam,, Mahesh Sasanur,, Department

More information

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA.

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Future to

More information

Design of NCO by Using CORDIC Algorithm in ASIC-FPGA Technology

Design of NCO by Using CORDIC Algorithm in ASIC-FPGA Technology Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 9 (2013), pp. 1109-1114 Research India Publications http://www.ripublication.com/aeee.htm Design of NCO by Using CORDIC

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet

Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September 15-17, 2007 7 Harmonic Analysis of Power System Waveforms Based on Chaari Complex Mother Wavelet DAN EL

More information

An Efficient Method for Implementation of Convolution

An Efficient Method for Implementation of Convolution IAAST ONLINE ISSN 2277-1565 PRINT ISSN 0976-4828 CODEN: IAASCA International Archive of Applied Sciences and Technology IAAST; Vol 4 [2] June 2013: 62-69 2013 Society of Education, India [ISO9001: 2008

More information

A Perfect Matching Layout for Multiple Cascode Current Sources

A Perfect Matching Layout for Multiple Cascode Current Sources 00 EA Int. Conf. on YNAMICA YEM and CNR, enice, Italy, November -, 00 (pp9-) A Perfect Matching ayout for Multiple Cascode Current ources Yung-Hg Jen, Mao-Hg Chiang, Chun-Chi Chen, and Poki Chen epartment

More information

REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS

REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS 17 Chapter 2 REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS In this chapter, analysis of FPGA resource utilization using QALU, and is compared with

More information

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA ECE-492/3 Senior Design Project Spring 2015 Electrical and Computer Engineering Department Volgenau

More information

CORDIC Algorithm Implementation in FPGA for Computation of Sine & Cosine Signals

CORDIC Algorithm Implementation in FPGA for Computation of Sine & Cosine Signals International Journal of Scientific & Engineering Research, Volume 2, Issue 12, December-2011 1 CORDIC Algorithm Implementation in FPGA for Computation of Sine & Cosine Signals Hunny Pahuja, Lavish Kansal,

More information

STATCOM, an efficient means for flicker mitigation

STATCOM, an efficient means for flicker mitigation STATCOM, an efficient means for flicker mitigation T. Larsson, Student Member, IEEE ABB Power Systems Västerås, Sweden Formerly with the Royal Institute of Technology Stockholm, Sweden C. Poumarède, Electricité

More information

Tirupur, Tamilnadu, India 1 2

Tirupur, Tamilnadu, India 1 2 986 Efficient Truncated Multiplier Design for FIR Filter S.PRIYADHARSHINI 1, L.RAJA 2 1,2 Departmentof Electronics and Communication Engineering, Angel College of Engineering and Technology, Tirupur, Tamilnadu,

More information

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL M. SRIDHANYA (1), MRS. G. ANNAPURNA (2) M.TECH, VLSI SYSTEM DESIGN, VIDYA JYOTHI INSTITUTE OF TECHNOLOGY (1) M.TECH, ASSISTANT PROFESSOR, VIDYA

More information

Mohd Ahmer, Mohammad Haris Bin Anwar and Amsal Subhan ijesird, Vol. I (XI) May 2015/422

Mohd Ahmer, Mohammad Haris Bin Anwar and Amsal Subhan ijesird, Vol. I (XI) May 2015/422 Implementation of CORDIC on FPGA using VHDL to compare word serial & pipelined architecture. Mohd Ahmer 1, Mohammad Haris Bin Anwar 2, Amsal Subhan 3 Lecturer 1, Lecturer 2 M.Tech. Student 3 Department

More information

IMPLEMENTATION OF G.726 ITU-T VOCODER ON A SINGLE CHIP USING VHDL

IMPLEMENTATION OF G.726 ITU-T VOCODER ON A SINGLE CHIP USING VHDL IMPLEMENTATION OF G.726 ITU-T VOCODER ON A SINGLE CHIP USING VHDL G.Murugesan N. Ramadass Dr.J.Raja paul Perinbum School of ECE Anna University Chennai-600 025 Gm1gm@rediffmail.com ramadassn@yahoo.com

More information

Audio Visualiser using Field Programmable Gate Array(FPGA)

Audio Visualiser using Field Programmable Gate Array(FPGA) Audio Visualiser using Field Programmable Gate Array(FPGA) June 21, 2014 Aditya Agarwal Computer Science and Engineering,IIT Kanpur Bhushan Laxman Sahare Department of Electrical Engineering,IIT Kanpur

More information

[Devi*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Devi*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN OF HIGH SPEED FIR FILTER ON FPGA BY USING MULTIPLEXER ARRAY OPTIMIZATION IN DA-OBC ALGORITHM Palepu Mohan Radha Devi, Vijay

More information

Design and synthesis of FPGA for speed control of induction motor

Design and synthesis of FPGA for speed control of induction motor International Journal of Physical Sciences ol. 4 (11), pp. 645-650, November, 2009 Available online at http://www.academicjournals.org/ijps ISSN 1992-1950 2009 Academic Journals Full Length Research Paper

More information

Harmonics Elimination Using Shunt Active Filter

Harmonics Elimination Using Shunt Active Filter Harmonics Elimination Using Shunt Active Filter Satyendra Gupta Assistant Professor, Department of Electrical Engineering, Shri Ramswaroop Memorial College of Engineering and Management, Lucknow, India.

More information

32-Bit CMOS Comparator Using a Zero Detector

32-Bit CMOS Comparator Using a Zero Detector 32-Bit CMOS Comparator Using a Zero Detector M Premkumar¹, P Madhukumar 2 ¹M.Tech (VLSI) Student, Sree Vidyanikethan Engineering College (Autonomous), Tirupati, India 2 Sr.Assistant Professor, Department

More information

Power Quality enhancement of a distribution line with DSTATCOM

Power Quality enhancement of a distribution line with DSTATCOM ower Quality enhancement of a distribution line with DSTATCOM Divya arashar 1 Department of Electrical Engineering BSACET Mathura INDIA Aseem Chandel 2 SMIEEE,Deepak arashar 3 Department of Electrical

More information

The Comparative Study of FPGA based FIR Filter Design Using Optimized Convolution Method and Overlap Save Method

The Comparative Study of FPGA based FIR Filter Design Using Optimized Convolution Method and Overlap Save Method International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-3, Issue-1, March 2014 The Comparative Study of FPGA based FIR Filter Design Using Optimized Convolution Method

More information

DIRECT DIGITAL SYNTHESIS BASED CORDIC ALGORITHM: A NOVEL APPROACH TOWARDS DIGITAL MODULATIONS

DIRECT DIGITAL SYNTHESIS BASED CORDIC ALGORITHM: A NOVEL APPROACH TOWARDS DIGITAL MODULATIONS DIRECT DIGITAL SYNTHESIS BASED CORDIC ALGORITHM: A NOVEL APPROACH TOWARDS DIGITAL MODULATIONS Prajakta J. Katkar 1, Yogesh S. Angal 2 1 PG student with Department of Electronics and telecommunication,

More information

Design & Implementation of an Adaptive Delta Sigma Modulator

Design & Implementation of an Adaptive Delta Sigma Modulator Design & Implementation of an Adaptive Delta Sigma Modulator Shahrukh Athar MS CmpE 7 27-6-8 Project Supervisor: Dr Shahid Masud Presentation Outline Introduction Adaptive Modulator Design Simulation Implementation

More information

Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter

Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter Reduced Complexity Wallace Tree Mulplier and Enhanced Carry Look-Ahead Adder for Digital FIR Filter Dr.N.C.sendhilkumar, Assistant Professor Department of Electronics and Communication Engineering Sri

More information

Design of Frequency Characteristic Test Instrument Based on USB

Design of Frequency Characteristic Test Instrument Based on USB Design of Frequency Characteristic Test Instrument Based on USB Zhengling Wu, Nannan Zhang College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin, P.R. China.

More information

Channel estimation in space and frequency domain for MIMO-OFDM systems

Channel estimation in space and frequency domain for MIMO-OFDM systems June 009, 6(3): 40 44 www.sciencedirect.com/science/ournal/0058885 he Journal of China Universities of Posts and elecommunications www.buptournal.cn/xben Channel estimation in space and frequency domain

More information

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015)

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) 3rd International Conference on Machinery, Materials and Information echnology Applications (ICMMIA 015) he processing of background noise in secondary path identification of Power transformer ANC system

More information

High-speed Multiplier Design Using Multi-Operand Multipliers

High-speed Multiplier Design Using Multi-Operand Multipliers Volume 1, Issue, April 01 www.ijcsn.org ISSN 77-50 High-speed Multiplier Design Using Multi-Operand Multipliers 1,Mohammad Reza Reshadi Nezhad, 3 Kaivan Navi 1 Department of Electrical and Computer engineering,

More information

DA based Efficient Parallel Digital FIR Filter Implementation for DDC and ERT Applications

DA based Efficient Parallel Digital FIR Filter Implementation for DDC and ERT Applications DA ased Efficient Parallel Digital FIR Filter Implementation for DDC and ERT Applications E. Chitra 1, T. Vigneswaran 2 1 Asst. Prof., SRM University, Dept. of Electronics and Communication Engineering,

More information

Interharmonic Task Force Working Document

Interharmonic Task Force Working Document Interharmonics Definition IEC-61000-2-1 [1] defines interharmonic as follows: Between the harmonics of the power frequency voltage and current, further frequencies can be observed which are not an integer

More information

Hardware Implementation of BCH Error-Correcting Codes on a FPGA

Hardware Implementation of BCH Error-Correcting Codes on a FPGA Hardware Implementation of BCH Error-Correcting Codes on a FPGA Laurenţiu Mihai Ionescu Constantin Anton Ion Tutănescu University of Piteşti University of Piteşti University of Piteşti Alin Mazăre University

More information

MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS

MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS MITIGATION OF POWER QUALITY DISTURBANCES USING DISCRETE WAVELET TRANSFORMS AND ACTIVE POWER FILTERS 1 MADHAVI G, 2 A MUNISANKAR, 3 T DEVARAJU 1,2,3 Dept. of EEE, Sree Vidyanikethan Engineering College,

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Signals are used to communicate among human beings, and human beings and machines. They are used to probe the environment to uncover details of structure and state not easily observable,

More information

International Journal of Modern Trends in Engineering and Research

International Journal of Modern Trends in Engineering and Research Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com FPGA Implementation of High Speed Architecture

More information

[Mahagaonkar*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Mahagaonkar*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY POWER QUALITY IMPROVEMENT OF GRID CONNECTED WIND ENERGY SYSTEM BY USING STATCOM Mr.Mukund S. Mahagaonkar*, Prof.D.S.Chavan * M.Tech

More information

Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST

Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST ǁ Volume 02 - Issue 01 ǁ January 2017 ǁ PP. 06-14 Implementation of Parallel Multiplier-Accumulator using Radix- 2 Modified Booth Algorithm and SPST Ms. Deepali P. Sukhdeve Assistant Professor Department

More information

CHAPTER 4 DDS USING HWP CORDIC ALGORITHM

CHAPTER 4 DDS USING HWP CORDIC ALGORITHM 90 CHAPTER 4 DDS USING HWP CORDIC ALGORITHM 4.1 INTRODUCTION Conventional DDFS implementations have disadvantages in area and power (Song and Kim 2004b). The conventional implementation of DDS is a brute-force

More information

S.Nagaraj 1, R.Mallikarjuna Reddy 2

S.Nagaraj 1, R.Mallikarjuna Reddy 2 FPGA Implementation of Modified Booth Multiplier S.Nagaraj, R.Mallikarjuna Reddy 2 Associate professor, Department of ECE, SVCET, Chittoor, nagarajsubramanyam@gmail.com 2 Associate professor, Department

More information

SUPERCONDUCTING MAGNETIC ENERGY

SUPERCONDUCTING MAGNETIC ENERGY 1360 IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY, VOL. 20, NO. 3, JUNE 2010 SMES Based Dynamic Voltage Restorer for Voltage Fluctuations Compensation Jing Shi, Yuejin Tang, Kai Yang, Lei Chen, Li Ren,

More information

Implementation of FPGA based Design for Digital Signal Processing

Implementation of FPGA based Design for Digital Signal Processing e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 150 156 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Implementation of FPGA based Design for Digital Signal Processing Neeraj Soni 1,

More information

Alexandre A. Carniato, Ruben B. Godoy, João Onofre P. Pinto

Alexandre A. Carniato, Ruben B. Godoy, João Onofre P. Pinto European Association for the Development of Renewable Energies, Environment and Power Quality International Conference on Renewable Energies and Power Quality (ICREPQ 09) Valencia (Spain), 15th to 17th

More information

H-BRIDGE system used in high power dc dc conversion

H-BRIDGE system used in high power dc dc conversion IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 23, NO. 1, JANUARY 2008 353 Quasi Current Mode Control for the Phase-Shifted Series Resonant Converter Yan Lu, K. W. Eric Cheng, Senior Member, IEEE, and S.

More information

Design and Simulation of FPGA Based Digital Controller for Single Phase Boost PFC Converter

Design and Simulation of FPGA Based Digital Controller for Single Phase Boost PFC Converter Design and Simulation of FPGA Based Digital Controller for Single Phase Boost PFC Converter Aishwarya B A M. Tech(Computer Applications in Industrial Drives) Dept. of Electrical & Electronics Engineering

More information

An Optimized Design for Parallel MAC based on Radix-4 MBA

An Optimized Design for Parallel MAC based on Radix-4 MBA An Optimized Design for Parallel MAC based on Radix-4 MBA R.M.N.M.Varaprasad, M.Satyanarayana Dept. of ECE, MVGR College of Engineering, Andhra Pradesh, India Abstract In this paper a novel architecture

More information

An Optimized Direct Digital Frequency. Synthesizer (DDFS)

An Optimized Direct Digital Frequency. Synthesizer (DDFS) Contemporary Engineering Sciences, Vol. 7, 2014, no. 9, 427-433 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4326 An Optimized Direct Digital Frequency Synthesizer (DDFS) B. Prakash

More information

Multi-Pulse Voltage Source Converter Statcom For Voltage Flicker Mitigation

Multi-Pulse Voltage Source Converter Statcom For Voltage Flicker Mitigation RESEARCH ARTICLE OPEN ACCESS Multi-Pulse Voltage Source Converter Statcom For Voltage Flicker Mitigation * G.Ravinder Reddy Assistant Professor,**M.Thirupathaiah * Assistant Professor. (Deparment of Electrical

More information

SIMULATION OF STATCOM FOR VOLTAGE QUALITY IMPROVEMENT IN POWER SYSTEM

SIMULATION OF STATCOM FOR VOLTAGE QUALITY IMPROVEMENT IN POWER SYSTEM International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization of IOTPE ISSN 077-358 IJTPE Journal www.iotpe.com ijtpe@iotpe.com March 015 Issue

More information

2. The design and realization of the developed system

2. The design and realization of the developed system th European Conference on Non-Destructive Testing (ECNDT 24), October 6-, 24, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=663 The System and Method of Ultrasonic Testing Based

More information

Research on Flicker Measurement Algorithm Based on FFT

Research on Flicker Measurement Algorithm Based on FFT Available online at www.sciencedirect.com Energy Procedia 14 (01) 1709 1716 Conference Title Research on Flicker Measurement Algorithm Based on FFT Sansheng SHI, Liming GAO, Lei MA, Zhuoya CHEN, Yuxiao

More information

THE CLOSED-LOOP-regulated pulsewidth modulation

THE CLOSED-LOOP-regulated pulsewidth modulation 522 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY 1999 Design and Implementation of an FPGA-Based Control IC for AC-Voltage Regulation Shih-Liang Jung, Member, IEEE, Meng-Yueh Chang, Student

More information

DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS. In this Chapter the SPWM and SVPWM controllers are designed and

DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS. In this Chapter the SPWM and SVPWM controllers are designed and 77 Chapter 5 DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS In this Chapter the SPWM and SVPWM controllers are designed and implemented in Dynamic Partial Reconfigurable

More information

CS 6135 VLSI Physical Design Automation Fall 2003

CS 6135 VLSI Physical Design Automation Fall 2003 CS 6135 VLSI Physical Design Automation Fall 2003 1 Course Information Class time: R789 Location: EECS 224 Instructor: Ting-Chi Wang ( ) EECS 643, (03) 5742963 tcwang@cs.nthu.edu.tw Office hours: M56R5

More information

Modelling and Simulation of PQ Disturbance Based on Matlab

Modelling and Simulation of PQ Disturbance Based on Matlab International Journal of Smart Grid and Clean Energy Modelling and Simulation of PQ Disturbance Based on Matlab Wu Zhu, Wei-Ya Ma*, Yuan Gui, Hua-Fu Zhang Shanghai University of Electric Power, 2103 pingliang

More information

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm M. Suhasini, K. Prabhu Kumar & P. Srinivas Department of Electronics & Comm. Engineering, Nimra College of Engineering

More information

Design and Implementation of BPSK Modulator and Demodulator using VHDL

Design and Implementation of BPSK Modulator and Demodulator using VHDL Design and Implementation of BPSK Modulator and Demodulator using VHDL Mohd. Amin Sultan Research scholar JNTU HYDERABAD, TELANGANA,INDIA amin.ashrafi@yahoo.com Hina Malik Research Scholar ROYAL INSTITUTE

More information

AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER

AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER AREA AND DELAY EFFICIENT DESIGN FOR PARALLEL PREFIX FINITE FIELD MULTIPLIER 1 CH.JAYA PRAKASH, 2 P.HAREESH, 3 SK. FARISHMA 1&2 Assistant Professor, Dept. of ECE, 3 M.Tech-Student, Sir CR Reddy College

More information

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Michael Bernhard, Joachim Speidel Universität Stuttgart, Institut für achrichtenübertragung, 7569 Stuttgart E-Mail: bernhard@inue.uni-stuttgart.de

More information

Synthesis and Simulation of Floating Point Multipliers Dr. P. N. Jain 1, Dr. A.J. Patil 2, M. Y. Thakre 3

Synthesis and Simulation of Floating Point Multipliers Dr. P. N. Jain 1, Dr. A.J. Patil 2, M. Y. Thakre 3 Synthesis and Simulation of Floating Point Multipliers Dr. P. N. Jain 1, Dr. A.J. Patil 2, M. Y. Thakre 3 1Professor and Academic Dean, Department of E&TC, Shri. Gulabrao Deokar College of Engineering,

More information

FPGA Implementation of Adaptive Noise Canceller

FPGA Implementation of Adaptive Noise Canceller Khalil: FPGA Implementation of Adaptive Noise Canceller FPGA Implementation of Adaptive Noise Canceller Rafid Ahmed Khalil Department of Mechatronics Engineering Aws Hazim saber Department of Electrical

More information

AUTOMATIC IMPLEMENTATION OF FIR FILTERS ON FIELD PROGRAMMABLE GATE ARRAYS

AUTOMATIC IMPLEMENTATION OF FIR FILTERS ON FIELD PROGRAMMABLE GATE ARRAYS AUTOMATIC IMPLEMENTATION OF FIR FILTERS ON FIELD PROGRAMMABLE GATE ARRAYS Satish Mohanakrishnan and Joseph B. Evans Telecommunications & Information Sciences Laboratory Department of Electrical Engineering

More information

Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure

Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure Vol. 2, Issue. 6, Nov.-Dec. 2012 pp-4736-4742 ISSN: 2249-6645 Design and Implementation of Truncated Multipliers for Precision Improvement and Its Application to a Filter Structure R. Devarani, 1 Mr. C.S.

More information

Improvement of Power System Distribution Quality Due to Using Dc-Converter Loads and Electric Arc Furnaces. H.A. Khalik, M. A. Aziz, and E. Farouk.

Improvement of Power System Distribution Quality Due to Using Dc-Converter Loads and Electric Arc Furnaces. H.A. Khalik, M. A. Aziz, and E. Farouk. , 2011;4(12) Improvement of Power System Distribution Quality Due to Using Dc-Converter Loads and Electric Arc Furnaces H.A. Khalik, M. A. Aziz, and E. Farouk. Electrical power and Machines Engineering

More information

THE HISTORY OF FLICKER LIMITS

THE HISTORY OF FLICKER LIMITS The Electrical Power Engineers Qual-Tech Engineers, Inc. 201 Johnson Road Building #1 Suite 203 Houston, PA 15342-1300 Phone 724-873-9275 Fax 724-873-8910 www.qualtecheng.com THE HISTORY OF FLICKER LIMITS

More information

Hardware implementation of Zero-force Precoded MIMO OFDM system to reduce BER

Hardware implementation of Zero-force Precoded MIMO OFDM system to reduce BER Hardware implementation of Zero-force Precoded MIMO OFDM system to reduce BER Deepak Kumar S Nadiger 1, Meena Priya Dharshini 2 P.G. Student, Department of Electronics & communication Engineering, CMRIT

More information

Realization of 16-channel digital PGC demodulator for fiber laser sensor array

Realization of 16-channel digital PGC demodulator for fiber laser sensor array Journal of Physics: Conference Series Realization of 16-channel digital PGC demodulator for fiber laser sensor array To cite this article: Lin Wang et al 2011 J. Phys.: Conf. Ser. 276 012134 View the article

More information

IMPLEMENTATION OF MULTIRATE SAMPLING ON FPGA WITH LOW COMPLEXITY FIR FILTERS

IMPLEMENTATION OF MULTIRATE SAMPLING ON FPGA WITH LOW COMPLEXITY FIR FILTERS IMPLEMENTATION OF MULTIRATE SAMPLING ON FPGA WITH LOW COMPLEXITY FIR FILTERS Prof. R. V. Babar 1, Pooja Khot 2, Pallavi More 3, Neha Khanzode 4 1, 2, 3, 4 Department of E&TC Engineering, Sinhgad Institute

More information

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 87 CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 4.1 INTRODUCTION The Field Programmable Gate Array (FPGA) is a high performance data processing general

More information

CHAPTER III THE FPGA IMPLEMENTATION OF PULSE WIDTH MODULATION

CHAPTER III THE FPGA IMPLEMENTATION OF PULSE WIDTH MODULATION 34 CHAPTER III THE FPGA IMPLEMENTATION OF PULSE WIDTH MODULATION 3.1 Introduction A number of PWM schemes are used to obtain variable voltage and frequency supply. The Pulse width of PWM pulsevaries with

More information

VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K.

VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K. VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K. Sasikala 2 1 Professor, Department of Electronics and Communication

More information

THE reference spur for a phase-locked loop (PLL) is generated

THE reference spur for a phase-locked loop (PLL) is generated IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 54, NO. 8, AUGUST 2007 653 Spur-Suppression Techniques for Frequency Synthesizers Che-Fu Liang, Student Member, IEEE, Hsin-Hua Chen, and

More information

EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK

EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK Vikas Gupta 1, K. Khare 2 and R. P. Singh 2 1 Department of Electronics and Telecommunication, Vidyavardhani s College

More information

The Application of System Generator in Digital Quadrature Direct Up-Conversion

The Application of System Generator in Digital Quadrature Direct Up-Conversion Communications in Information Science and Management Engineering Apr. 2013, Vol. 3 Iss. 4, PP. 192-19 The Application of System Generator in Digital Quadrature Direct Up-Conversion Zhi Chai 1, Jun Shen

More information

Improve Power Factor and Reduce the Harmonics Distortion of the System

Improve Power Factor and Reduce the Harmonics Distortion of the System Research Journal of Engineering Sciences ISSN 2278 9472 Improve Power Factor and Reduce the Harmonics Distortion of the System Abstract Jain Sandesh, Thakur Shivendra Singh and Phulambrikar S.P. Electrical

More information

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 1, 2009, 43 47 THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Rastislav Róka For the exploitation of PLC modems, it is necessary to

More information

Globally Asynchronous Locally Synchronous (GALS) Microprogrammed Parallel FIR Filter

Globally Asynchronous Locally Synchronous (GALS) Microprogrammed Parallel FIR Filter IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 5, Ver. II (Sep. - Oct. 2016), PP 15-21 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Globally Asynchronous Locally

More information

Power Quality Improvement using Active shunt Power filter using PI Controller

Power Quality Improvement using Active shunt Power filter using PI Controller Power Quality Improvement using Active shunt Power filter using PI Controller Viki S. Patel M.tech Scholar Electrical Engineering, U.V Patel College of Engineering, Kherva, India patel.viki4@gmail.com

More information

Design of Multiplier Less 32 Tap FIR Filter using VHDL

Design of Multiplier Less 32 Tap FIR Filter using VHDL International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of Multiplier Less 32 Tap FIR Filter using VHDL Abul Fazal Reyas Sarwar 1, Saifur Rahman 2 1 (ECE, Integral University, India)

More information

A Comparative Study on Direct form -1, Broadcast and Fine grain structure of FIR digital filter

A Comparative Study on Direct form -1, Broadcast and Fine grain structure of FIR digital filter A Comparative Study on Direct form -1, Broadcast and Fine grain structure of FIR digital filter Jaya Bar Madhumita Mukherjee Abstract-This paper presents the VLSI architecture of pipeline digital filter.

More information