A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network

Size: px
Start display at page:

Download "A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network"

Transcription

1 A New Switching Controller Based Soft Computing-High Accuracy Implementation of Artificial Neural Network Dr. Ammar Hussein Mutlag, Siraj Qays Mahdi, Omar Nameer Mohammed Salim Department of Computer Engineering Techniques, Electrical Engineering Technical College, Middle Technical University, Baghdad, Iraq. Abstract Space vector modulation (SVM) controller is an advanced computation intensive pulse width modulation (PWM) technique. System performance can be accomplished by applying a proper switching technique. To obtain a sinusoidal AC output waveform, the SVM switching technique is widely used and implemented in the inverter control algorithm to reduce harmonics. By controlling the inverter switching scheme, the harmonic content of the output voltage can be minimized. The SVM suffers from the complex computational processes. Therefore, this paper presents a new space vector modulation controller based soft computing-high accuracy implementation of artificial neural network. An artificial neural network (ANN) structure is proposed to identify and estimated the conventional SVM for avoiding the complex computational problem and hence improve the performance of the photovoltaic inverter generation. The ANN model receives the αβ voltages information at the input side and generates the duty ratios (T a, T b, and T c ) as an output. The training data for ANN is generated by simulating the conventional SVM. The total harmonic distortion (THD) rate with ANN and conventional based SVM methods are presented. Three indices namely root mean square error (RMSE), mean absolute error (MAE), and mean error (ME) are used to assessment the performance of the proposed ANN model. Moreover, statistical analysis using histogram method is presented as well for further evaluating. The results show that the proposed ANN model is significantly robust to realize a favorable response compared with the conventional SVM model. Keyword: Soft computing; Artificial Neural Network; Space Vector Modulation; Inverter Controller. IJCSCN February-March 7

2 . Introduction The voltage source inverter (VSI) has been utilized in the last view decades in various applications such as connect the photovoltaic (PV) with load or with utility grid []. The performance of the VSI is highly depends on the pulse width modulation (PWM) switching control strategy []. Therefore, many PWM approaches have been mentioned in the literature review such as carrier based pulse width modulation, sinusoidal pulse width modulation, and space vector modulation (SVM) [3-7]. Among them, the SVM is the dominant switching controller strategy [8]. Its importance comes from it is capable to reduce the harmonic which is one of the most important issues [9]. However, the main drawback of the SVM is the limiting in the inverter switching frequency which comes from the complex computational process conducted by SVM. Therefore, additional memory is required for real time implementation. Gaballah et al. in [] shown a way to decrease the complex computations in SVM and thus applied in real-time. Recently, artificial intelligent systems (AIs) have been reported in the literature to deal with SVM drawbacks. Genetic algorithm (GA) has been used to enhance the performance of the SVM through decreases the complex computational process. The GA based SVM has been utilized in [] to solve the complex online computation. Nonetheless, trap in local minima is the main drawback of the GA. Furthermore, the difficulty of solving the multimodal problems and slow convergence rate are also drawbacks of the GA. Another type of AIs which is fuzzy logic system based SVM has been revealed as well in the last years. In [], a comparison of the fuzzy logic based SVM for voltage source inverter has been presented. The performance of the developed fuzzy logic (FL) based SVM has been compared with conventional SVM. However, the time consumption of the FL tuning is the main drawback. Moreover, the FL can explain the knowledge but cannot learn from the training. To overcome the problem of the artificial intelligent systems, developed machine learning systems have been used. Artificial neural network (ANN) is one of the most important methods in the machine learning systems which has been used in many applications. Tracking of the maximum power based ANN has been proposed in [3]. In this study, the forecasting of the maximum voltages and currents have been achieved using ANN. IJCSCN February-March 7

3 Alternatively; the ANN can be utilized to improve the performance of the SVM. In this study, a new space vector modulation controller based soft computinghigh accuracy implementation of artificial neural network is proposed. This paper includes six sections. Section explains the conventional space vector modulation. Developed artificial neural network model has been introduced in section 3; meanwhile the proposed artificial neural network based SVM has been presented in section 4. Results and discussion has been drawn in section 5. Finally, the conclusion has been portrayed in section 6.. Conventional Space Vector Modulation The space vector modulation (SVM) is the most common switching controller because of their high efficiency capabilities and easy control [4]. The SVM is depended on the three phase quantities which are V a, V b, and V c. To simplify the calculations, the three phases (V a, V b, and V c ) can be converted to αβ voltages using Clark's transformation as, V V α β = 3 / 3 / V / V 3 / V a b c () Using the αβ voltages, the reference voltage (V ref ) and angular (α) between voltages (V α and V β ) can be written as, V ref = + V α V β V α = tan V β α () (3) The output signal is consists from eight vectors which are V to V 7. The vectors V, V, V 3, V 4, V 5, and V 6 are known as non-zero vectors whereas the V to V 7 are known as zero vectors. These eight vectors will form the output signal in a form of hexagon. Hence, the time share (T and T ) can be calculated using (V ref ) and (α) inside the hexagon. Eight topologies of switches will be realized when (V ref ) passes through the sectors which mean one cycle is completed. IJCSCN February-March 7 3

4 3. Developed Artificial Neural Network Model The artificial neural network (ANN) is a powerful parallel information processing system which draws the mapping between the inputs and outputs. The ANN consists from the neurons connected by the links which are passing the information from the inputs to the outputs [5]. Simply, the inputs neurons in the input layer are relay the input signals to the neurons in the hidden layer which is connected to the output layer where the final values are generated. Many artificial neural networks (ANNs) have been reported in the literature such as hebb network, adaline network, perceptron network, radial basis function, probabilistic neural network, and back-propagation neural network (BP-NN) [6]. Since the BP-NN is multi-layered, fully connected, and feed forward structure; therefore it is employed in this study. It is simply decrease the mean squared error of the output calculated by the network. Problems in numerous subjects can be solved utilizing the BP-NN. The goal from the training of the neural network is to achieve the response of the training data, additionally, achieve reasonable response to the inputs that are similar to the training data. The training of the BP-NN should passes through three steps which are feedforward of the training data, backpropagation to calculate the error, and update the weights. The appropriate weights for the links are being found after the training process is achieved. Regarding to the hidden layers, increase the number of the hidden layers will increase the resolution but they will lead to complex and long computational process. Therefore, single hidden layer is used in this study to reduce the computational process. Since the proposed system consists from the one hidden layer, the net input of the hidden layer is define as, net j = P j= v ij x i + b j (4) Three types of activation functions have been mentioned in the literatures which are identity function, binary sigmoid function, and bipolar sigmoid function. However, the bipolar sigmoid function is the recommended function in the hidden layer since its range belong to (-,). The response of the hidden layer using bipolar sigmoid function is describe as, IJCSCN February-March 7 4

5 Z j + e = net (5) The final layer of the proposed ANN model is the output layer. The net input of the output layer is written as, net k = M k = w jk Z j + b k (6) Since the target data are continuous rather than binary; the identity function is preferable to use in the output layer in this work. The response of the output layer using identity function is define as, f ( netk ) = net k (7) 4. Proposed Artificial Neural Network Based SVM The block diagram of the proposed ANN based SVM for two-level inverter is shown in Fig.. The ANN model has two inputs and three outputs. The inputs are the voltages (V α and V β ), meanwhile the outputs are the duty ratios (T a, T b, and T c ). Hence, the ANN model should be developed to predict the duty ratios (T a, T b, and T c ) which are compared with sampling period to generate the switching control signals for the VSI. The conventional SVM is used to generate the training data for the ANN model. The Levenberg-Marquardt backpropagation algorithm has been employed to train the ANN model to define the mapping between the inputs (V α and V β ) and the outputs (T a, T b, and T c ). Regarding to the number of the hidden nodes, small number of hidden nodes causes high error; meanwhile large number of hidden neurons causes high generalization error and complex computational process. Therefore, numerous studies have been discussed the optimal number of the nodes in the hidden layer which in turn lead to optimal performance of the ANN. The summery of the theses studies concluded that the best number should be around two to three times of the total number of input and output nodes. Thus, in this study, ten nodes have been used in the hidden layer. IJCSCN February-March 7 5

6 Fig.. The block diagram of the proposed ANN based SVM for VSI The proposed ANN is depicted in Fig.. It consists from three layers; input layer, hidden layer, and output layer which are --3 neurons, respectively. The proposed ANN receives the V α and V β voltages as inputs and generates T a, T b, and T c as outputs. Hence, the input of each data sample consists of two inputs values (V α and V β ) and three outputs or target values (T a, T b, and T c ). The training of the proposed ANN is repeated for all data samples to achieve one epoch. The process of the training will continue until achieve the goal of the error or complete the predefined epochs. Finally, the proposed ANN can be utilized to generate the duty ratios (T a, T b, and T c ) after the end of the training process when it is exposed to new input data. The proposed ANN can be assessment using various error type indices such as root mean square error (RMSE), mean absolute error (MAE), and mean error (ME) which are defined as, (8) (9) () IJCSCN February-March 7 6

7 Hidden layer Input layer Output layer T a V α T b V β T c Fig.. The architecture of the proposed ANN model IJCSCN February-March 7 7

8 5. Results and Discussion The performance of the proposed artificial neural network based space vector modulation (ANN-SVM) is investigated using MATLAB environment and compared with conventional space vector modulation (CON-SVM). As explained previously, the artificial neural network is trained to generate the duty ratios (T a, T b, and T c ). To achieve the best results, the ANN is trained using back-propagation method. Since the frequency used in this study is 5 khz, thus the duty ratios are various from zero to E-4. The duty ratios (T a, T b, and T c ) corresponding to the conventional and ANN space vector modulation are depicted in Fig. 3 to Fig. 5. These figures show three cycles of the duty ratios (T a, T b, and T c ). They are clearly showed that the responses of the ANN-SVM are stable and very similar to the responses of the CON-SVM without any negative impact such as oscillation. Moreover, the response of the ANN-SVM distinctly succeeds to track the exact CON- SVM. Hence, Fig. 3 to Fig. 5 responses indicates that the proposed ANN model is significantly robust to realize a favorable response. Duty Ratio.5 x Duty Ratio.5 x Time (s) (a) Time (s) (b) Fig. 3. Duty ratio (T a ) using (a) conventional and (b) ANN space vector modulation IJCSCN February-March 7 8

9 Duty Ratio.5 x Duty Ratio.5 x Time (s) (a) Time (s) Fig. 4. Duty ratio (T b ) using (a) conventional and (b) ANN space vector modulation (b) Duty Ratio.5 x Duty Ratio.5 x Time (s) (a) Time (s) Fig. 5. Duty ratio (T c ) using (a) conventional and (b) ANN space vector modulation (b) Fig. 3 to Fig. 5 do not clearly show how the ANN-SVM response is close from the CON- SVM response. For that reason, the errors between the CON-SVM response and ANN-SVM response are drawn in Fig. 6. The errors of T a, T b, and T c for three cycles show very small values which indicate a high performance of the ANN-SVM. IJCSCN February-March 7 9

10 Error ( T a ) 5 x Error ( T b ) 5 x Error ( T c ) 5 x Time (s) Fig. 6. Errors in duty ratios (T a, T b, and T c ) IJCSCN February-March 7

11 Three types of indices are used to evaluate the responses of the ANN model as can be shown in Table. The first index is the root mean square error (RMSE). This index shows very low values which are 8.49E-7, 9.7 E -7, and 7.8 E -7 for T a, T b, and T c, respectively. The mean absolute error (MAE) are calculated for the T a, T b, and T c as the second index which are 6.369E-7, 7.46 E -7, and E -7 for T a, T b, and T c, respectively. Finally, the mean error (ME) is used as the third index. The ME again shows very small values for T a, T b, and T c which are 7.65 E-8, E-8, and E-8, respectively. The low values from theses indices (RMSE, MAE, and ME) indicate a high accuracy of the proposed ANN-SVM model. Table : RMSE, MAE, and ME indices Indices T a T b T c RMSE 8.49E E E-7 MAE 6.369E E E-7 ME 7.65 E E E-8 For further evaluation for the performance of the proposed ANN-SVM, the histogram statistical analysis is used which is the most popular statistical analysis. It describes the feature representation and frequency distribution [7]. Fig. 7 to Fig. 9 show the graphical histogram of the errors between the conventional and ANN duty ratios T a, T b, and T c, respectively. The x-axis represents the class boundaries whereas the y-axis represents the frequencies of the classes. The bar in the class becomes higher when the numbers of the points are high; meanwhile the bar becomes lower when the numbers of the points are low. It is important to show that the measured values by the ANN-SVM model are compatible with the measured values by the CON-SVM. The graphical of the histogram analysis show that the values based ANN-SVM model are comparable with those values CON-SVM where a very small errors have been found. Most of the errors values are found to be in the middles bars which are the lowest error bars. Furthermore, the values of the errors are various from -.5E-6 to 3E-6 which are very small values. Moreover, the distributions of the errors are very close to normal distribution. This finding shows high accuracy and performance of the proposed ANN-SVM model. IJCSCN February-March 7

12 Frequency Error x -6 Fig. 7. Histogram of the error between the conventional and ANN duty ratio T a Frequency Error x -6 Fig. 8. Histogram of the error between the conventional and ANN duty ratio T b Frequency Error x -6 Fig. 9. Histogram of the error between the conventional and ANN duty ratio T c IJCSCN February-March 7

13 The last assessment is conducted based on the quality of the output waveforms. One of the criterions that is used to show the quality of the output waveforms is the total harmonic distortion (THD). The researches aims always to decrease the value of the THD which means increase the quality of the output waveforms. According to the IEEE Std 99- standard, the value of the measured THD should be less than 5% [8]. Fig. to Fig. depicted the THD rates of the conventional and ANN space vector modulation for V a, V b, and V c respectively. These figures clearly show that the proposed ANN-SVM model succeed to achieve low THD rates which are.4%,.49%, and.53% for V a, V b, and V c respectively. Thus, the proposed ANN-SVM model is implemented successfully with high efficiency. Fundamental (5Hz) =.3, THD=.43% Fundamental (5Hz) =.4, THD=.4% Mag (% of Fundamental) Harmonic order Mag (% of Fundamental) Harmonic order 5 (a) (b) Fig.. THD of the V a using (a) conventional and (b) ANN space vector modulation Fundamental (5Hz) =.3, THD=.56% Fundamental (5Hz) =.3, THD=.49% Mag (% of Fundamental) Mag (% of Fundamental) Harmonic order 5 5 Harmonic order (a) (b) IJCSCN February-March 7 3

14 Fig.. THD of the V b using (a) conventional and (b) ANN space vector modulation Fundamental (5Hz) =.4, THD=.6% Fundamental (5Hz) =.4, THD=.53% Mag (% of Fundamental) Mag (% of Fundamental) Harmonic order Harmonic order (a) (b) Fig.. THD of the V c using (a) conventional and (b) ANN space vector modulation Finally, the THD rates are presented in Table to show the difference between the CON- SVM and the ANN-SVM model. The THD rates in Table show that the ANN-SVM model succeed to accomplish the IEEE Std 99- standard. Furthermore, the ANN-SVM model gives better results with high quality compared to CON-SVM model. Hence, the performance of the proposed system is highly improved. Table : The comparison of the THD rates Voltages CON-SVM ANN-SVM V a.43.4 V b V c.6.53 IJCSCN February-March 7 4

15 6. Conclusion This paper presented a new space vector modulation controller based soft computinghigh accuracy implementation of artificial neural network to solve the complexity in the computational process of the SVM. The modified ANN model has been train to receive the voltages V α and V β as inputs and generate the duty ratios (T a, T b, and T c ) as outputs. The training data have been generated by simulates the conventional SVM. The ANN model has been trained using Levenberg-Marquardt backpropagation algorithm to draw the mapping between the inputs (V α and V β ) and outputs (T a, T b, and T c ). Three indices namely root mean square error (RMSE), mean absolute error (MAE), and mean error (ME) have been used to assessment the response of the ANN model. These indices show very low values which demonstrate the robustness of the ANN-SVM model. The quality of the output waveforms signals based ANN-SVM have been calculated using total harmonic distortion (THD). The THD values based ANN-SVM have been found to be.4%,.49%, and.53% for V a, V b, and V c, respectively; whereas the THD values based CON-SVM have been found to be.43%,.56%, and.6%. This finding show that the performance of the VSI based ANN- SVM has been significantly improved by decrease the THD and decrease the complex computational processes as well. Finally, statistical analysis using histogram method has been employed for further evaluation. The histogram method show a normal data distribution and very small error values. Thus, the proposed ANN model can be efficiently used to highly improve the whole system. References [] H. Shareef, A. Mohamed, A. H. Mutlag. Current Control Strategy for a Grid Connected PV System Using Fuzzy Logic Controller. 4 IEEE International Conference on Industrial Technology (ICIT), Feb. 6 - Mar., 4, Busan, Korea. [] A. H. Mutlag, A. Mohamed, H. Shareef. A Nature-Inspired Optimization-Based Optimum Fuzzy Logic Photovoltaic Inverter Controller Utilizing an ezdsp F8335 Board. Energies, vol. 9, no., pp. 3, 6. [3] Zhou K, Wang D. Relationship between spacevector modulation and three phase carrierbased PWM: a comprehensive analysis. IEEE Trans Ind Appl ;49(): [4] Kwasinski A, Krein PT, Chapman PL. Time domain comparison of pulse-width modulation schemes. IEEE Power Electron Lett 3;(3):64 8. IJCSCN February-March 7 5

16 [5] Bowes S R, Lai Y-S. The relationship between space-vector modulation and regular-sampled PWM. IEEE Trans Ind Electron 997;44(5):67 9. [6] Attainese C, Nardi V, Tomasso G. Space vector modulation algorithm for power losses and THD reduction in VSI based drives. Electr Power Compon Syst 7;35:7 83. [7] Ding Hongfa, Shuangyan Shu, Xianzhong Duan, Jun Gao. A novel dynamic voltage resistor and its unbalanced control strategy based on Space vector [8] Thomas Nathenas, Georgios Adamidis. A new approach for SVPWM of a three-level inverter-induction motor fed-neutral point balancing algorithm. Simulation Modelling Practice and Theory 9 () 7. [9] Syed Abdul Rahman Kashif, Muhammad Asghar Saqib, Saba Zia. Implementing the inductionmotor drive with four-switch inverter: An application of neural networks. Expert Systems with Applications 38 () [] M. Gaballah, M. El-Bardini, Low cost digital signal generation for driving space vector PWM inverter, Ain Shams Engineering Journal 4 (3) [] A. Mehrizi-Sani, S. Filizadeh, An Optimized Space Vector Modulation Sequence for Improved Harmonic Performance IEEE Trans. Ind. Electron., 56 (8), , 9. [] G. Durgasukumar, M.K. Pathak. Comparison of adaptive Neuro-Fuzzy-based space-vector modulation for two-level inverter. Electrical Power and Energy Systems 38 () 9 9. [3] A. K. Rai, N. D. Kaushika, B. Singh, and N. Agarwal. Simulation model of ANN based maximum power point tracking controller for solar PV system, Solar Energy Materials & Solar Cells, vol. 95, no., pp ,. [4] J. A. Ali, M A Hannan, A. Mohamed, M. Abdolrasol. Fuzzy logic speed controller optimization approach for induction motor drive using backtracking search algorithm, Measurement, 78 (6) [5] C. M Bishop. Neural Networks for Pattern Recognition. Oxford University Press, Inc. New York, NY, USA, 995. [6] L. V. Fausett. Fundamentals of Neural Networks: Architectures, Algorithms, and Applications. First Edition. Prentice-Hall, Inc, 994. [7] S. K. Gharghan, R. Nordin, and M. Ismail. Development and validation of a track bicycle instrument for torque measurement using the zigbee wireless sensor network. International Journal on Smart Sensing And Intelligent Systems vol., no., March 7. [8] IEEE Std 99-. Recommended Practices for Utility Interface of Photovoltaic System. The Institute of Electrical and Electronics Engineers,. IJCSCN February-March 7 6

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS 66 CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS INTRODUCTION The use of electronic controllers in the electric power supply system has become very common. These electronic

More information

Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter

Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter Associate Prof. S. Vasudevamurthy Department of Electrical and Electronics Dr. Ambedkar Institute

More information

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison Volume 2, Issue 1, January-March, 2014, pp. 14-23, IASTER 2014 www.iaster.com, Online: 2347-5439, Print: 2348-0025 ABSTRACT A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques

More information

Energy Saving Scheme for Induction Motor Drives

Energy Saving Scheme for Induction Motor Drives International Journal of Electrical Engineering. ISSN 0974-2158 Volume 5, Number 4 (2012), pp. 437-447 International Research Publication House http://www.irphouse.com Energy Saving Scheme for Induction

More information

Advanced Direct Power Control for Grid-connected Distribution Generation System Based on Fuzzy Logic and Artificial Neural Networks Techniques

Advanced Direct Power Control for Grid-connected Distribution Generation System Based on Fuzzy Logic and Artificial Neural Networks Techniques International Journal of Power Electronics and Drive System (IJPEDS) Vol. 8, No. 3, September 2017, pp. 979~989 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v8i3.pp979-989 979 Advanced Direct Power Control for

More information

Simulation of Space Vector Modulation in PSIM

Simulation of Space Vector Modulation in PSIM Simulation of Space Vector Modulation in PSIM Vishnu V Bhandankar 1 and Anant J Naik 2 1 Goa College of Engineering Power and Energy Systems Eng., Farmagudi, Goa 403401 Email: vishnu.bhandankar@gmail.com

More information

Jurnal Teknologi AN IMPROVED PERTURBATION AND OBSERVATION BASED MAXIMUM POWER POINT TRACKING METHOD FOR PHOTOVOLTAIC SYSTEMS.

Jurnal Teknologi AN IMPROVED PERTURBATION AND OBSERVATION BASED MAXIMUM POWER POINT TRACKING METHOD FOR PHOTOVOLTAIC SYSTEMS. Jurnal Teknologi AN IMPROVED PERTURBATION AND OBSERVATION BASED MAXIMUM POWER POINT TRACKING METHOD FOR PHOTOVOLTAIC SYSTEMS Ammar Hussein Mutlag a,c*, Azah Mohamed a, Hussain Shareef b a Department of

More information

Neural Network Controlled Hybrid Active Power Filter with Distorted Mains for PMSM Drive

Neural Network Controlled Hybrid Active Power Filter with Distorted Mains for PMSM Drive International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 882 Volume 4, Issue 2, February 21 126 Neural Network Controlled Hybrid Active Power Filter with Distorted Mains

More information

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

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

More information

Comparison of Three SVPWM Strategies

Comparison of Three SVPWM Strategies JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA, VOL. 5, NO. 3, SEPTEMBER 007 83 Comparison of Three SVPWM Strategies Wei-Feng Zhang and Yue-Hui Yu Abstract Three space vector pulse width modulation

More information

Development of Multilevel Inverters for Control Applications

Development of Multilevel Inverters for Control Applications International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Volume: 3 Issue: 1 Jan-216 www.irjet.net p-issn: 2395-72 Development of Multilevel Inverters for Control Applications

More information

NOVEL SPACE VECTOR BASED GENERALIZED DISCONTINUOUS PWM ALGORITHM FOR INDUCTION MOTOR DRIVES

NOVEL SPACE VECTOR BASED GENERALIZED DISCONTINUOUS PWM ALGORITHM FOR INDUCTION MOTOR DRIVES NOVEL SPACE VECTOR BASED GENERALIZED DISCONTINUOUS PWM ALGORITHM FOR INDUCTION MOTOR DRIVES K. Sri Gowri 1, T. Brahmananda Reddy 2 and Ch. Sai Babu 3 1 Department of Electrical and Electronics Engineering,

More information

Performance Analysis of SPWM and SVPWM Based Three Phase Voltage source Inverter. K. Latha Shenoy* Dr. C.Gurudas Nayak** Dr. Rajashekar P.

Performance Analysis of SPWM and SVPWM Based Three Phase Voltage source Inverter. K. Latha Shenoy* Dr. C.Gurudas Nayak** Dr. Rajashekar P. IJCTA, 9(21), 2016, pp. 07-14 International Science Press Performance Analysis of SPWM and SVPWM Based Three Phase Voltage source Inverter 07 Perf erfor ormance Analysis of SPWM and SVPWM Based Thr hree

More information

Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control

Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control Irtaza M. Syed, Kaamran Raahemifar Abstract In this paper, we present a comparative assessment of Space Vector Pulse Width

More information

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

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

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

Key-Words: - NARX Neural Network; Nonlinear Loads; Shunt Active Power Filter; Instantaneous Reactive Power Algorithm

Key-Words: - NARX Neural Network; Nonlinear Loads; Shunt Active Power Filter; Instantaneous Reactive Power Algorithm Parameter control scheme for active power filter based on NARX neural network A. Y. HATATA, M. ELADAWY, K. SHEBL Department of Electric Engineering Mansoura University Mansoura, EGYPT a_hatata@yahoo.com

More information

Performance Analysis of modulation techniques for Induction motor fed by Diode-Clamped NPC Inverter

Performance Analysis of modulation techniques for Induction motor fed by Diode-Clamped NPC Inverter IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 5 Ver. I (Sep Oct. 2014), PP 19-25 Performance Analysis of modulation techniques

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Australian Journal of Basic and Applied Sciences. Performance Evaluation of Three-Phase Inverter with Various Fuzzy Logic Controllers

Australian Journal of Basic and Applied Sciences. Performance Evaluation of Three-Phase Inverter with Various Fuzzy Logic Controllers AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Performance Evaluation of Three-Phase Inverter with Various Fuzzy Logic Controllers A.M.

More information

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR BY USING FOUR SWITCH INVERTER

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR BY USING FOUR SWITCH INVERTER DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR BY USING FOUR SWITCH INVERTER Mr. Aniket C. Daiv. TSSM's BSCOER, Narhe ABSTRACT Induction motor proved its importance, since its invention and has been

More information

Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System

Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System Simulation of Three Phase Cascaded H Bridge Inverter for Power Conditioning Using Solar Photovoltaic System 1 G.Balasundaram, 2 Dr.S.Arumugam, 3 C.Dinakaran 1 Research Scholar - Department of EEE, St.

More information

Space Vecor Modulated Three Level Neutral Point Clamped Inverter Using A Single Z Source Network

Space Vecor Modulated Three Level Neutral Point Clamped Inverter Using A Single Z Source Network Space Vecor Modulated Three Level Neutral Point Clamped Inverter Using A Single Z Source Network R.Arjunan 1, D.Prakash 2, PG-Scholar, Department of Power Electronics and Drives, Sri Ramakrishna Engineering

More information

Comparison of SPWM and SVM Based Neutral Point Clamped Inverter fed Induction Motor

Comparison of SPWM and SVM Based Neutral Point Clamped Inverter fed Induction Motor Comparison of SPWM and SVM Based Neutral Point Clamped Inverter fed Induction Motor Lakshmanan.P 1 Ramesh.R 2 Murugesan.M 1 1. V.S.B Engineering College, Karur, India, lakchand_p@yahoo.com 2. Anna University,

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

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

More information

Hybrid PWM switching scheme for a three level neutral point clamped inverter

Hybrid PWM switching scheme for a three level neutral point clamped inverter Hybrid PWM switching scheme for a three level neutral point clamped inverter Sarath A N, Pradeep C NSS College of Engineering, Akathethara, Palakkad. sarathisme@gmail.com, cherukadp@gmail.com Abstract-

More information

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

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

More information

Sampled Reference Frame Algorithm Based on Space Vector Pulse Width Modulation for Five Level Cascaded H-Bridge Inverter

Sampled Reference Frame Algorithm Based on Space Vector Pulse Width Modulation for Five Level Cascaded H-Bridge Inverter Buletin Teknik Elektro dan Informatika (Bulletin of Electrical Engineering and Informatics) Vol. 3, No. 2, June 214, pp. 127~14 ISSN: 289-3191 127 Sampled Reference Frame Algorithm Based on Space Vector

More information

COMPARISON STUDY OF THREE PHASE CASCADED H-BRIDGE MULTI LEVEL INVERTER BY USING DTC INDUCTION MOTOR DRIVES

COMPARISON STUDY OF THREE PHASE CASCADED H-BRIDGE MULTI LEVEL INVERTER BY USING DTC INDUCTION MOTOR DRIVES International Journal of Science, Engineering and Technology Research (IJSETR), Volume 3, Issue 5, May 214 COMPARISON STUDY OF THREE PHASE CASCADED H-BRIDGE MULTI LEVEL INVERTER BY USING DTC INDUCTION

More information

Performance Analysis of Space Vector Modulation

Performance Analysis of Space Vector Modulation Performance Analysis of Space Vector Modulation Lim Shu Fan 1, Anshuman Tripathi and Ashwin M. Khambadkone Department of Electrical and Computer Engineering, National University of Singapore ABSTRACT In

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

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

More information

Modeling and Simulation of Matrix Converter Using Space Vector PWM Technique

Modeling and Simulation of Matrix Converter Using Space Vector PWM Technique Modeling and Simulation of Matrix Converter Using Space Vector PWM Technique O. Hemakesavulu 1, T. Brahmananda Reddy 2 1 Research Scholar [PP EEE 0011], EEE Department, Rayalaseema University, Kurnool,

More information

Simulation Study of Hysteresis Current Controlled Single Phase Inverters for PhotoVoltaic Systems with Reduced Harmonics level

Simulation Study of Hysteresis Current Controlled Single Phase Inverters for PhotoVoltaic Systems with Reduced Harmonics level Simulation Study of Hysteresis Current Controlled Single Phase Inverters for PhotoVoltaic Systems with Reduced Harmonics level 1 G. Ganesan @ Subramanian, 2 Dr.M.K.Mishra, 3 K.Jayaprakash and 4 P.J.Sureshbabu

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

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

More information

Abstract: PWM Inverters need an internal current feedback loop to maintain desired

Abstract: PWM Inverters need an internal current feedback loop to maintain desired CURRENT REGULATION OF PWM INVERTER USING STATIONARY FRAME REGULATOR B. JUSTUS RABI and Dr.R. ARUMUGAM, Head of the Department of Electrical and Electronics Engineering, Anna University, Chennai 600 025.

More information

Design and Development of MPPT for Wind Electrical Power System under Variable Speed Generation Using Fuzzy Logic

Design and Development of MPPT for Wind Electrical Power System under Variable Speed Generation Using Fuzzy Logic Design and Development of MPPT for Wind Electrical Power System under Variable Speed Generation Using Fuzzy Logic J.Pavalam 1, R.Ramesh Kumar 2, Prof. K.Umadevi 3 PG scholar-me (PED), Excel College of

More information

Speed Control of Induction Motor using Space Vector Modulation

Speed Control of Induction Motor using Space Vector Modulation SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) volume Issue 12 December 216 Speed Control of Induction Motor using Space Vector Modulation K Srinivas Assistant Professor,

More information

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 73 CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 6.1 INTRODUCTION Hybrid distributed generators are gaining prominence over the

More information

GRID CONNECTED HYBRID SYSTEM WITH SEPIC CONVERTER AND INVERTER FOR POWER QUALITY COMPENSATION

GRID CONNECTED HYBRID SYSTEM WITH SEPIC CONVERTER AND INVERTER FOR POWER QUALITY COMPENSATION e-issn 2455 1392 Volume 3 Issue 3, March 2017 pp. 150 157 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com GRID CONNECTED HYBRID SYSTEM WITH SEPIC CONVERTER AND INVERTER FOR POWER QUALITY

More information

Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control

Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control Lakkireddy Sirisha Student (power electronics), Department of EEE, The Oxford College of Engineering, Abstract: The

More information

DRIVE FRONT END HARMONIC COMPENSATOR BASED ON ACTIVE RECTIFIER WITH LCL FILTER

DRIVE FRONT END HARMONIC COMPENSATOR BASED ON ACTIVE RECTIFIER WITH LCL FILTER DRIVE FRONT END HARMONIC COMPENSATOR BASED ON ACTIVE RECTIFIER WITH LCL FILTER P. SWEETY JOSE JOVITHA JEROME Dept. of Electrical and Electronics Engineering PSG College of Technology, Coimbatore, India.

More information

The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation

The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation ANDRÉS FERNANDO LIZCANO VILLAMIZAR, JORGE LUIS DÍAZ RODRÍGUEZ, ALDO PARDO GARCÍA. Universidad de Pamplona, Pamplona,

More information

SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM

SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM SIMULATION AND EVALUATION OF A PHASE SYNCHRONOUS INVERTER FOR MICRO-GRID SYSTEM Tawfikur Rahman, Muhammad I. Ibrahimy, Sheikh M. A. Motakabber and Mohammad G. Mostafa Department of Electrical and Computer

More information

A Three Phase Power Conversion Based on Single Phase and PV System Using Cockcraft-Walton Voltage

A Three Phase Power Conversion Based on Single Phase and PV System Using Cockcraft-Walton Voltage Journal of Advanced Engineering Research ISSN: 2393-8447 Volume 2, Issue 2, 2015, pp.46-50 A Three Phase Power Conversion Based on Single Phase and PV System Using Cockcraft-Walton Voltage R. Balaji, V.

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 4, April -217 e-issn (O): 2348-447 p-issn (P): 2348-646 Analysis,

More information

Z-SOURCE INVERTER WITH A NEW SPACE VECTOR PWM ALGORITHM FOR HIGH VOLTAGE GAIN

Z-SOURCE INVERTER WITH A NEW SPACE VECTOR PWM ALGORITHM FOR HIGH VOLTAGE GAIN Z-SOURCE INVERTER WITH A NEW SPACE VECTOR PWM ALGORITHM FOR HIGH VOLTAGE GAIN U. Shajith Ali and V. Kamaraj Department of Electrical and Electronics Engineering, SSN College of Engineering, Chennai, Tamilnadu,

More information

Performance Analysis of Matrix Converter Fed Induction Motor with Different Switching Algorithms

Performance Analysis of Matrix Converter Fed Induction Motor with Different Switching Algorithms International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 6 (211), pp. 661-668 International Research Publication House http://www.irphouse.com Performance Analysis of Matrix Converter

More information

Space Vector PWM Voltage Source Inverter Fed to Permanent Magnet Synchronous Motor

Space Vector PWM Voltage Source Inverter Fed to Permanent Magnet Synchronous Motor International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 6 (June 2016), PP.50-60 Space Vector PWM Voltage Source Inverter Fed to

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

Modeling and Simulation of Induction Motor Drive with Space Vector Control

Modeling and Simulation of Induction Motor Drive with Space Vector Control Australian Journal of Basic and Applied Sciences, 5(9): 2210-2216, 2011 ISSN 1991-8178 Modeling and Simulation of Induction Motor Drive with Space Vector Control M. SajediHir, Y. Hoseynpoor, P. MosadeghArdabili,

More information

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3

Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai 1 Prof. C. A. Patel 2 Mr. B. R. Nanecha 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 09, 2015 ISSN (online): 2321-0613 Simulation of Speed Control of Induction Motor with DTC Scheme Patel Divyaben Lalitbhai

More information

Comparison of SPWM,THIPWM and PDPWM Technique Based Voltage Source Inverters for Application in Renewable Energy

Comparison of SPWM,THIPWM and PDPWM Technique Based Voltage Source Inverters for Application in Renewable Energy Comparison of SPWM,THIPWM and PDPWM Technique Based Voltage Source Inverters for Application in Renewable Energy Lokesh Chaturvedi, D. K. Yadav and Gargi Pancholi Department of Electrical Engineering,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2019, Vol. 5, Issue 2, 556-564. Review Article ISSN 2454-695X WJERT www.wjert.org SJIF Impact Factor: 5.218 FAULT TOLERANT AND RECONFIGURATION OF MODULATION USING CASCADED H-BRIDGE CONVERTER P.

More information

DESIGN ANALYSIS AND IMPLEMENTATION OF SPACE VECTOR PULSE WIDTH MODULATING INVERTER USING DSP CONTROLLER FOR VECTOR CONTROLLED DRIVES

DESIGN ANALYSIS AND IMPLEMENTATION OF SPACE VECTOR PULSE WIDTH MODULATING INVERTER USING DSP CONTROLLER FOR VECTOR CONTROLLED DRIVES INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6545(Print) ISSN 0976 6553(Online)

More information

Design and Analysis of ANFIS Controller to Control Modulation Index of VSI Connected to PV Array

Design and Analysis of ANFIS Controller to Control Modulation Index of VSI Connected to PV Array Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(5): 12-17 Research Article ISSN: 2394-658X Design and Analysis of ANFIS Controller to Control Modulation

More information

Boost-VSI Based on Space Vector Pulse Width Amplitude Modulation Technique Punith Kumar M R 1 Sudharani Potturi 2

Boost-VSI Based on Space Vector Pulse Width Amplitude Modulation Technique Punith Kumar M R 1 Sudharani Potturi 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 02, 2015 ISSN (online): 2321-0613 Boost-VSI Based on Space Vector Pulse Width Amplitude odulation Technique Punith Kumar

More information

Prediction of Compaction Parameters of Soils using Artificial Neural Network

Prediction of Compaction Parameters of Soils using Artificial Neural Network Prediction of Compaction Parameters of Soils using Artificial Neural Network Jeeja Jayan, Dr.N.Sankar Mtech Scholar Kannur,Kerala,India jeejajyn@gmail.com Professor,NIT Calicut Calicut,India sankar@notc.ac.in

More information

Control of Induction Motor Fed with Inverter Using Direct Torque Control - Space Vector Modulation Technique

Control of Induction Motor Fed with Inverter Using Direct Torque Control - Space Vector Modulation Technique Control of Induction Motor Fed with Inverter Using Direct Torque Control - Space Vector Modulation Technique Vikas Goswami 1, Sulochana Wadhwani 2 1 Department Of Electrical Engineering, MITS Gwalior 2

More information

On-Line Dead-Time Compensation Method Based on Time Delay Control

On-Line Dead-Time Compensation Method Based on Time Delay Control IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 11, NO. 2, MARCH 2003 279 On-Line Dead-Time Compensation Method Based on Time Delay Control Hyun-Soo Kim, Kyeong-Hwa Kim, and Myung-Joong Youn Abstract

More information

A new application of neural network technique to sensorless speed identification of induction motor

A new application of neural network technique to sensorless speed identification of induction motor Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 29, July-December 2016 p. 33-42 Engineering, Environment A new application of neural network technique to sensorless speed

More information

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads

STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads STATCOM with FLC and Pi Controller for a Three-Phase SEIG Feeding Single-Phase Loads Ponananthi.V, Rajesh Kumar. B Final year PG student, Department of Power Systems Engineering, M.Kumarasamy College of

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

Shunt active filter algorithms for a three phase system fed to adjustable speed drive

Shunt active filter algorithms for a three phase system fed to adjustable speed drive Shunt active filter algorithms for a three phase system fed to adjustable speed drive Sujatha.CH(Assoc.prof) Department of Electrical and Electronic Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information

SVPWM Based Two Level VSI for Micro Grids

SVPWM Based Two Level VSI for Micro Grids SVPWM Based Two Level VSI for Micro Grids P. V. V. Rama Rao, M. V. Srikanth, S. Dileep Kumar Varma Abstract With advances in solid-state power electronic devices and microprocessors, various pulse-width-modulation

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

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 05 Issue: 12 Dec p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 05 Issue: 12 Dec p-issn: Analysis of Sine Pulse width Modulation (SPWM) and Third Harmonic Pulse Width Modulation(THPWM) with Various Amplitude and Frequency Modulation of Three Phase Voltage Source Inverter Mohd Mustafa Mohiuddin

More information

The Selective Harmonic Elimination Technique for Harmonic Reduction of Multilevel Inverter Using PSO Algorithm

The Selective Harmonic Elimination Technique for Harmonic Reduction of Multilevel Inverter Using PSO Algorithm The Selective Harmonic Elimination Technique for Harmonic Reduction of Multilevel Inverter Using PSO Algorithm Maruthupandiyan. R 1, Brindha. R 2 1,2. Student, M.E Power Electronics and Drives, Sri Shakthi

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

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

More information

Phase Shift Modulation of a Single Dc Source Cascaded H-Bridge Multilevel Inverter for Capacitor Voltage Regulation with Equal Power Distribution

Phase Shift Modulation of a Single Dc Source Cascaded H-Bridge Multilevel Inverter for Capacitor Voltage Regulation with Equal Power Distribution Phase Shift Modulation of a Single Dc Source Cascaded H-Bridge Multilevel Inverter for Capacitor Voltage Regulation with Equal Power Distribution K.Srilatha 1, Prof. V.Bugga Rao 2 M.Tech Student, Department

More information

Analysis, Simulation and Implementation of Space Vector Pulse Width Modulation For Speed Control Of Induction Motor

Analysis, Simulation and Implementation of Space Vector Pulse Width Modulation For Speed Control Of Induction Motor Analysis, Simulation and Implementation of Space Vector Pulse Width Modulation For Speed Control Of Induction Motor Chetan T. Sawant 1, Dr. D. R. Patil 2 1 Student, Electrical Engineering Department, ADCET,

More information

Selective Harmonic Elimination (SHE) for 3-Phase Voltage Source Inverter (VSI)

Selective Harmonic Elimination (SHE) for 3-Phase Voltage Source Inverter (VSI) Selective Elimination (SHE) for 3-Phase Voltage Source Inverter (VSI) V.Karthikeyan, SVS College of Engineering, Coimbatore, India karthick77keyan@gmail.com V.J.Vijayalakshmi, Sri Krishna College of Engg

More information

Literature Review for Shunt Active Power Filters

Literature Review for Shunt Active Power Filters Chapter 2 Literature Review for Shunt Active Power Filters In this chapter, the in depth and extensive literature review of all the aspects related to current error space phasor based hysteresis controller

More information

Current Control Technique for Three Phase Shunt Active Power Filter by Using Adaptive Hysteresis Current Controller

Current Control Technique for Three Phase Shunt Active Power Filter by Using Adaptive Hysteresis Current Controller Current Control Technique for Three Phase Shunt Active Power Filter by Using Adaptive Hysteresis Current Controller Rekha Soni Department of EEE C.V.R.U. Kota, Bilaspur (C.G.) soni.rekha25@gmail.com Durga

More information

Australian Journal of Basic and Applied Sciences. Simulation and Analysis of Closed loop Control of Multilevel Inverter fed AC Drives

Australian Journal of Basic and Applied Sciences. Simulation and Analysis of Closed loop Control of Multilevel Inverter fed AC Drives AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Simulation and Analysis of Closed loop Control of Multilevel Inverter fed AC Drives 1

More information

Unipolar and Bipolar PWM Inverter

Unipolar and Bipolar PWM Inverter IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 Unipolar and Bipolar PWM Inverter Anuja Namboodiri UG Student Power

More information

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104) International Journal of Electrical and Computer Engineering (IJECE) Vol. 4, No. 3, June 2014, pp. 322 328 ISSN: 2088-8708 322 A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

More information

Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System

Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System Journal of Physical Science and Application 8 (2) (218) 28-42 doi: 1.17265/2159-5348/218.2.5 D DAVID PUBLISHING Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System Kotb B. Tawfiq,

More information

A Review on Simulation and Implementation of Thyristor controlled reactor and Shunt Hybrid Power Filter

A Review on Simulation and Implementation of Thyristor controlled reactor and Shunt Hybrid Power Filter A Review on Simulation and Implementation of Thyristor controlled reactor and Shunt Hybrid Power Filter Swapnil S. Motaphale Affiliation TSSM S BSCOER, Pune ME Electrical (Power System) Savitribai Phule

More information

SVPWM Technique for Cuk Converter

SVPWM Technique for Cuk Converter Indian Journal of Science and Technology, Vol 8(15), DOI: 10.17485/ijst/2015/v8i15/54254, July 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 SVPWM Technique for Cuk Converter R. Lidha O. R. Maggie*

More information

International Electrical Engineering Journal (IEEJ) Vol. 4 (2013) No. 3, pp ISSN

International Electrical Engineering Journal (IEEJ) Vol. 4 (2013) No. 3, pp ISSN Power Quality Improvement of Constant Frequency Aircraft Electric Power System Using Fuzzy Logic, Genetic Algorithm and Neural Network Control Based Control Scheme Saifullah Khalid 1, Bharti Dwivedi 2

More information

PI-VPI Based Current Control Strategy to Improve the Performance of Shunt Active Power Filter

PI-VPI Based Current Control Strategy to Improve the Performance of Shunt Active Power Filter PI-VPI Based Current Control Strategy to Improve the Performance of Shunt Active Power Filter B.S.Nalina 1 Ms.V.J.Vijayalakshmi 2 Department Of EEE Department Of EEE 1 PG student,skcet, Coimbatore, India

More information

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

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

More information

Simulation and Analysis of a Multilevel Converter Topology for Solar PV Based Grid Connected Inverter

Simulation and Analysis of a Multilevel Converter Topology for Solar PV Based Grid Connected Inverter Smart Grid and Renewable Energy, 2011, 2, 56-62 doi:10.4236/sgre.2011.21007 Published Online February 2011 (http://www.scirp.org/journal/sgre) Simulation and Analysis of a Multilevel Converter Topology

More information

Analysis of Voltage Source Inverters using Space Vector PWM for Induction Motor Drive

Analysis of Voltage Source Inverters using Space Vector PWM for Induction Motor Drive IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) ISSN: 2278-1676 Volume 2, Issue 6 (Sep-Oct. 2012), PP 14-19 Analysis of Voltage Source Inverters using Space Vector PWM for Induction

More information

Load Controlled Adaptive P&O MPPT Controller PV Energy Systems

Load Controlled Adaptive P&O MPPT Controller PV Energy Systems Load Controlled Adaptive P&O MPPT Controller PV Energy Systems L R Shanmugasundaram 1, K Sarbham 2 P.G. Scholar, Department of Electrical Engineering, SIETK, Puttur, A.P., India 1 Assistant Professor,

More information

Hybrid Modulation Technique for Cascaded Multilevel Inverter for High Power and High Quality Applications in Renewable Energy Systems

Hybrid Modulation Technique for Cascaded Multilevel Inverter for High Power and High Quality Applications in Renewable Energy Systems International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 5, Number 1 (2012), pp. 59-68 International Research Publication House http://www.irphouse.com Hybrid Modulation Technique

More information

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 98 CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 6.1 INTRODUCTION Process industries use wide range of variable speed motor drives, air conditioning plants, uninterrupted power supply systems

More information

A NOVEL APPROACH TOWARDS SIX-STEP OPERATION IN OVERMODULATION REGION IN SVPWM VSI

A NOVEL APPROACH TOWARDS SIX-STEP OPERATION IN OVERMODULATION REGION IN SVPWM VSI A NOVEL APPROACH TOWARDS SIX-STEP OPERATION IN OVERMODULATION REGION IN SVPWM VSI Anurag Tripathi 1, Bharti Dwivedi 1 and Dinesh Chandra 2 1 Department of Electrical Engineering, Institute of Engineering

More information

Comparison Of DC-DC Boost Converters Using SIMULINK

Comparison Of DC-DC Boost Converters Using SIMULINK IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 34-42 www.iosrjournals.org Comparison Of DC-DC Boost Converters Using SIMULINK Anupa Ann Alex

More information

Control of PMSM using Neuro-Fuzzy Based SVPWM Technique

Control of PMSM using Neuro-Fuzzy Based SVPWM Technique Control of PMSM using Neuro-Fuzzy Based SVPWM Technique K.Meghana 1, Dr.D.Vijaya kumar 2, I.Ramesh 3, K.Vedaprakash 4 P.G. Student, Department of EEE, AITAM Engineering College (Autonomous), Andhra Pradesh,

More information

A New Transistor Clamped 5-Level H-Bridge Multilevel Inverter with voltage Boosting Capacity

A New Transistor Clamped 5-Level H-Bridge Multilevel Inverter with voltage Boosting Capacity A New Transistor Clamped 5-Level H-Bridge Multilevel Inverter with voltage Boosting Capacity Prakash Singh, Dept. of Electrical & Electronics Engineering Oriental Institute of Science & Technology Bhopal,

More information

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 73 CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 6.1 INTRODUCTION TO NEURO-FUZZY CONTROL The block diagram in Figure 6.1 shows the Neuro-Fuzzy controlling technique employed to control

More information

CAPACITOR VOLTAGE BALANCING IN SINGLE PHASE SEVEN-LEVEL PWM INVERTER

CAPACITOR VOLTAGE BALANCING IN SINGLE PHASE SEVEN-LEVEL PWM INVERTER Journal of Research in Engineering and Applied Sciences CAPACITOR VOLTAGE BALANCING IN SINGLE PHASE SEVEN-LEVEL PWM INVERTER Midhun G, 2Aleena T Mathew Assistant Professor, Department of EEE, PG Student

More information

Minimization Of Total Harmonic Distortion Using Pulse Width Modulation Technique

Minimization Of Total Harmonic Distortion Using Pulse Width Modulation Technique IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 3 Ver. IV (May Jun. 2015), PP 01-12 www.iosrjournals.org Minimization Of Total Harmonic

More information

Modeling and Analysis of a Cascaded Battery-Boost Multilevel Inverter Using Different Switching Angle Arrangement Techniques

Modeling and Analysis of a Cascaded Battery-Boost Multilevel Inverter Using Different Switching Angle Arrangement Techniques Engineering, Technology & Applied Science Research Vol. 7, No. 2, 217, 145-1454 145 Modeling and Analysis of a Cascaded Battery-Boost Multilevel Inverter Using Different Switching Angle Arrangement Techniques

More information

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter Vol.3, Issue.4, Jul - Aug. 2013 pp-1910-1915 ISSN: 2249-6645 Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter K. Tamilarasi 1, C. Suganthini 2 1, 2

More information

SIMULATION, DESIGN AND CONTROL OF A MODIFIED H-BRIDGE SINGLE PHASE SEVEN LEVEL INVERTER 1 Atulkumar Verma, 2 Prof. Mrs.

SIMULATION, DESIGN AND CONTROL OF A MODIFIED H-BRIDGE SINGLE PHASE SEVEN LEVEL INVERTER 1 Atulkumar Verma, 2 Prof. Mrs. SIMULATION, DESIGN AND CONTROL OF A MODIFIED H-BRIDGE SINGLE PHASE SEVEN LEVEL INVERTER Atulkumar Verma, Prof. Mrs. Preeti Khatri Assistant Professor pursuing M.E. Electrical Power Systems in PVG s College

More information

Effect of Carrier Frequency on the Performance of Three Phase SPWM Inverter

Effect of Carrier Frequency on the Performance of Three Phase SPWM Inverter Effect of Carrier Frequency on the Performance of Three Phase SPWM Inverter Prof. SuryakantH.Pawar 1, Miss. ApurvaS.Kulkarni 2, Mr. Chetan A. Jambhulkar 3 Associate Professor 1,P.G. Scholer 23 Electrical

More information

Hybrid 5-level inverter fed induction motor drive

Hybrid 5-level inverter fed induction motor drive ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 10 (2014) No. 3, pp. 224-230 Hybrid 5-level inverter fed induction motor drive Dr. P.V.V. Rama Rao, P. Devi Kiran, A. Phani Kumar

More information

MPPT with Z Impedance Booster

MPPT with Z Impedance Booster International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 3 (2014), pp. 475-483 International Research Publication House http://www.irphouse.com MPPT with Z Impedance Booster Govind

More information