1,001 research outputs found

    Harmonic Estimation Of Distorted Power Signals Using PSO – Adaline

    Get PDF
    In recent times, power system harmonics has got a great deal of interest by many Power system Engineers. It is primarily due to the fact that non-linear loads comprise an increasing portion of the total load for a typical industrial plant. This increase in proportion of non-linear load and due to increased use of semi-conductor based power processors by utility companies has detoriated the Power Quality. Harmonics are a mathematical way of describing distortion in voltage or current waveform. The term harmonic refers to a component of a waveform occurs at an integer multiple of the fundamental frequency. Several methods had been proposed, such as discrete Fourier transforms, least square error technique, Kalman filtering, adaptive notch filters etc; Unlike above techniques, which treat harmonic estimation as completely non-linear problem there are some other hybrid techniques like Genetic Algorithm (GA), LS-Adaline, LS-PSOPC which decompose the problem of harmonic estimation into linear and non-linear problem. The results of LS-PSOPC and LS-Adaline has most attractive features of compactness and fastness. . Our new proposed technique tries to reduce the pitfalls in the LS-PSOPC, LS-Adaline techniques. With new technique we tried to estimate the Amplitudes by Least square estimator, frequency of the signal by PSOPC and phases of the harmonics by Adaline technique using MATLAB program. Harmonic signals were estimated by using LS-PSOPC, PSOPC-Adaline. Errors in estimating the signal by both the techniques are calculated and compared with each other

    Speech Enhancement Based on Adaptive Noise Cancellation and Particle Swarm Optimization

    Get PDF
    Speech enhancement is used in almost all modern communication systems. This is due to the quality of speech being degraded by environmental interference factors, such as: Acoustic additive noise, acoustic reverberation or white Gaussian noise. This paper, explores the potential of different benchmark optimization techniques for enhancing the speech signal. This is accomplished by fine tuning filter coefficients using a diverse set of adaptive filters for noise suppression in speech signals. We consider the Particle Swarm Optimization (PSO) and its variants in conjunction with the Adaptive Noise Cancellation (ANC) approach, for delivering dual speech enhancement. Comparative simulation results demonstrate the potential of an optimized coefficient ANC over a fixed one. Experiments are performed at different signal to noise ratios (SNRs), using two benchmark datasets: the NOIZEUS and Arabic dataset. The performance of the proposed algorithms is evaluated by maximising the perceptual evaluation of speech quality (PESQ) and comparing to the audio-only Wiener Filter (AW) and the Adaptive PSO for dual channel (APSOforDual) algorithms

    A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications

    Get PDF
    Particle swarm optimization (PSO) is a heuristic global optimization method, proposed originally by Kennedy and Eberhart in 1995. It is now one of the most commonly used optimization techniques. This survey presented a comprehensive investigation of PSO. On one hand, we provided advances with PSO, including its modifications (including quantum-behaved PSO, bare-bones PSO, chaotic PSO, and fuzzy PSO), population topology (as fully connected, von Neumann, ring, star, random, etc.), hybridization (with genetic algorithm, simulated annealing, Tabu search, artificial immune system, ant colony algorithm, artificial bee colony, differential evolution, harmonic search, and biogeography-based optimization), extensions (to multiobjective, constrained, discrete, and binary optimization), theoretical analysis (parameter selection and tuning, and convergence analysis), and parallel implementation (in multicore, multiprocessor, GPU, and cloud computing forms). On the other hand, we offered a survey on applications of PSO to the following eight fields: electrical and electronic engineering, automation control systems, communication theory, operations research, mechanical engineering, fuel and energy, medicine, chemistry, and biology. It is hoped that this survey would be beneficial for the researchers studying PSO algorithms

    Small-signal stability analysis of hybrid power system with quasi-oppositional sine cosine algorithm optimized fractional order PID controller

    Get PDF
    This article deals with the frequency instability problem of a hybrid energy power system (HEPS) coordinated with reheat thermal power plant. A stochastic optimization method called a sine-cosine algorithm (SCA) is, initially, applied for optimum tuning of fractional-order proportional-integral-derivative (FOPI-D) controller gains to balance the power generation and load profile. To accelerate the convergence mobility and escape the solutions from the local optimal level, quasi-oppositional based learning (Q-OBL) is integrated with SCA, which results in QOSCA. In this work, the PID-controller's derivative term is placed in the feedback path to avoid the set-point kick problem. A comparative assessment of the energy-storing devices is shown for analyzing the performances of the same in HEPS. The qualitative and quantitative evaluation of the results shows the best performance with the proposed QOSCA: FOPI-D controller compared to SCA-, grey wolf optimizer (GWO), and hyper-spherical search (HSS) optimized FOPI-D controller. It is also seen from the results that the proposed QOSCA: FOPI-D controller has satisfactory disturbance rejection ability and shows robust performance against parametric uncertainties and random load perturbation. The efficacy of the designed controller is confirmed by considering generation rate constraint, governor dead-band, and boiler dynamics effects

    Evolutionary Computation

    Get PDF
    This book presents several recent advances on Evolutionary Computation, specially evolution-based optimization methods and hybrid algorithms for several applications, from optimization and learning to pattern recognition and bioinformatics. This book also presents new algorithms based on several analogies and metafores, where one of them is based on philosophy, specifically on the philosophy of praxis and dialectics. In this book it is also presented interesting applications on bioinformatics, specially the use of particle swarms to discover gene expression patterns in DNA microarrays. Therefore, this book features representative work on the field of evolutionary computation and applied sciences. The intended audience is graduate, undergraduate, researchers, and anyone who wishes to become familiar with the latest research work on this field

    Channel Equalization using GA Family

    Get PDF
    High speed data transmissions over communication channels distort the trans- mitted signals in both amplitude and phase due to presence of Inter Symbol Inter- ference (ISI). Other impairments like thermal noise, impulse noise and cross talk also cause further distortions to the received symbols. Adaptive equalization of the digital channels at the receiver removes/reduces the e®ects of such ISIs and attempts to recover the transmitted symbols. Basically an equalizer is an inverse ¯lter which is placed at the front end of the receiver. Its transfer function is inverse to the transfer function of the associated channel. The Least-Mean-Square (LMS), Recursive-Least-Square (RLS) and Multilayer perceptron (MLP) based adaptive equalizers aim to minimize the ISI present in the digital communication channel. These are gradient based learning algorithms and therefore there is possibility that during training of the equalizers, its weights do not reach to their optimum values due to ..

    Battery Management System for Future Electric Vehicles

    Get PDF
    The future of electric vehicles relies nearly entirely on the design, monitoring, and control of the vehicle battery and its associated systems. Along with an initial optimal design of the cell/pack-level structure, the runtime performance of the battery needs to be continuously monitored and optimized for a safe and reliable operation and prolonged life. Improved charging techniques need to be developed to protect and preserve the battery. The scope of this Special Issue is to address all the above issues by promoting innovative design concepts, modeling and state estimation techniques, charging/discharging management, and hybridization with other storage components

    Digital Filter Design Using Improved Artificial Bee Colony Algorithms

    Get PDF
    Digital filters are often used in digital signal processing applications. The design objective of a digital filter is to find the optimal set of filter coefficients, which satisfies the desired specifications of magnitude and group delay responses. Evolutionary algorithms are population-based meta-heuristic algorithms inspired by the biological behaviors of species. Compared to gradient-based optimization algorithms such as steepest descent and Newton’s like methods, these bio-inspired algorithms have the advantages of not getting stuck at local optima and being independent of the starting point in the solution space. The limitations of evolutionary algorithms include the presence of control parameters, problem specific tuning procedure, premature convergence and slower convergence rate. The artificial bee colony (ABC) algorithm is a swarm-based search meta-heuristic algorithm inspired by the foraging behaviors of honey bee colonies, with the benefit of a relatively fewer control parameters. In its original form, the ABC algorithm has certain limitations such as low convergence rate, and insufficient balance between exploration and exploitation in the search equations. In this dissertation, an ABC-AMR algorithm is proposed by incorporating an adaptive modification rate (AMR) into the original ABC algorithm to increase convergence rate by adjusting the balance between exploration and exploitation in the search equations through an adaptive determination of the number of parameters to be updated in every iteration. A constrained ABC-AMR algorithm is also developed for solving constrained optimization problems.There are many real-world problems requiring simultaneous optimizations of more than one conflicting objectives. Multiobjective (MO) optimization produces a set of feasible solutions called the Pareto front instead of a single optimum solution. For multiobjective optimization, if a decision maker’s preferences can be incorporated during the optimization process, the search process can be confined to the region of interest instead of searching the entire region. In this dissertation, two algorithms are developed for such incorporation. The first one is a reference-point-based MOABC algorithm in which a decision maker’s preferences are included in the optimization process as the reference point. The second one is a physical-programming-based MOABC algorithm in which physical programming is used for setting the region of interest of a decision maker. In this dissertation, the four developed algorithms are applied to solve digital filter design problems. The ABC-AMR algorithm is used to design Types 3 and 4 linear phase FIR differentiators, and the results are compared to those obtained by the original ABC algorithm, three improved ABC algorithms, and the Parks-McClellan algorithm. The constrained ABC-AMR algorithm is applied to the design of sparse Type 1 linear phase FIR filters of filter orders 60, 70 and 80, and the results are compared to three state-of-the-art design methods. The reference-point-based multiobjective ABC algorithm is used to design of asymmetric lowpass, highpass, bandpass and bandstop FIR filters, and the results are compared to those obtained by the preference-based multiobjective differential evolution algorithm. The physical-programming-based multiobjective ABC algorithm is used to design IIR lowpass, highpass and bandpass filters, and the results are compared to three state-of-the-art design methods. Based on the obtained design results, the four design algorithms are shown to be competitive as compared to the state-of-the-art design methods
    corecore