Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

2011

Discipline
Institution
Keyword
Publication
Publication Type
File Type

Articles 9931 - 9960 of 10326

Full-Text Articles in Physical Sciences and Mathematics

Covering Systems Of Polynomial Rings Over Finite Fields, Michael Wayne Azlin Jan 2011

Covering Systems Of Polynomial Rings Over Finite Fields, Michael Wayne Azlin

Electronic Theses and Dissertations

In 1950 Paul Erdos observed that every integer belonged to a certain system of congruences with distinct moduli. He called such systems of congruences covering systems. Utilizing his covering system, he disproved a conjecture of de Polignac asking, “for every odd k, is there a prime of the form 2n + k?” Examples of covering systems of the integers are presented along with some brief history and a sketch of the disproof by Erd?s. Open conjectures concerning covering systems and best known results of attempts to prove these conjectures are given. Analogies are drawn between the integers and Fq[x], and …


Relativistic Red-Black Trees, Philip William Howard, Jonathan Walpole Jan 2011

Relativistic Red-Black Trees, Philip William Howard, Jonathan Walpole

Computer Science Faculty Publications and Presentations

Operating system performance and scalability on sharedmemory many-core systems depends critically on efficient access to shared data structures. Scalability has proven difficult to achieve for many data structures. In this paper we present a novel and highly scalable concurrent red-black tree. Red-black trees are widely used in operating systems, but typically exhibit poor scalability. Our red-black tree has linear read scalability, uncontended read performance that is at least 25% faster than other known approaches, and deterministic lookup times for a given tree size, making it suitable for realtime applications.


Nonlinear Behaviour Of Sea Surface Waves Based On Low-Gradient Phase-Only Scattering Effects, Jonathan Blackledge, Eugene Coyle, Derek Kearney Jan 2011

Nonlinear Behaviour Of Sea Surface Waves Based On Low-Gradient Phase-Only Scattering Effects, Jonathan Blackledge, Eugene Coyle, Derek Kearney

Conference papers

Nonlinear sea waves generated by the wind, including freak waves, are considered to be phenomena that can be modelled using the nonlinear (cubic) Schrodinger equation, for example. However, there is a problem with this approach which is that sea surface waves, driven by wind speeds of varying strength, must be considered to be composed of two distinct types, namely, linear waves and nonlinear waves. In this paper, we consider a different approach to modelling ‘nonlinear’ waves that is based on a solution to the linear wave equation under a low-gradient, phase-only condition. This approach is entirely compatible with the fluid …


On The Applications Of Deterministic Chaos For Encrypting Data On The Cloud, Jonathan Blackledge, Nikolai Ptitsyn Jan 2011

On The Applications Of Deterministic Chaos For Encrypting Data On The Cloud, Jonathan Blackledge, Nikolai Ptitsyn

Conference papers

Cloud computing is expected to grow considerably in the future because it has so many advantages with regard to sale and cost, change management, next generation architectures, choice and agility. However, one of the principal concerns for users of the Cloud is lack of control and above all, data security. This paper considers an approach to encrypting information before it is ‘placed’ on the Cloud where each user has access to their own encryption algorithm, an algorithm that is based on a set of iterated function systems that outputs a chaotic number stream, designed to produce a cryptographically secure cipher. …


Asymptotics Of Carleman Polynomials For Level Curves Of The Inverse Of A Shifted Joukowsky Transformation, Michael Carr Northington Jan 2011

Asymptotics Of Carleman Polynomials For Level Curves Of The Inverse Of A Shifted Joukowsky Transformation, Michael Carr Northington

Electronic Theses and Dissertations

Let L be a level curve of the inverse of the shifted Joukowsky transformation w [special characters omitted] w − 1 + (w − 1) –1, that is, [special characters omitted]In this thesis we investigate the asymptotic properties of the sequence of polynomials that are orthonormal over the interior domain of L with respect to the area measure. We establish strong asymptotic formulas describing the behavior of these polynomials (as their degree increases) at every point of the complex plane.


Independence Polynomials Of Molecular Graphs, Cameron Taylor Byrum Jan 2011

Independence Polynomials Of Molecular Graphs, Cameron Taylor Byrum

Electronic Theses and Dissertations

In the 1980's, it was noticed by molecular chemists that the stability and boiling point of certain molecules were related to the number of independent vertex sets in the molecular graphs of those chemicals. This led to the definition of the Merrifield-Simmons index of a graph G as the number of independent vertex sets in G. This parameter was extended by graph theorists, who counted independent sets of different sizes and defined the independence polynomial F_G(x) of a graph G to be \sum_k F_k(G)x^k where for each k, F_k(G) is the number of independent sets of k vertices. This thesis …


Ion Transport, Viscoelastic, And Thermal Properties Of Several Poly(Ethylene Glycol) And Poly(Propylene Glycol) Based Polymer Electrolytes, Benjamin Jacob Yancey Jan 2011

Ion Transport, Viscoelastic, And Thermal Properties Of Several Poly(Ethylene Glycol) And Poly(Propylene Glycol) Based Polymer Electrolytes, Benjamin Jacob Yancey

Electronic Theses and Dissertations

This dissertation explores the relationship between ionic conductivity, viscosity, and thermal properties of several MePEG and MePPG based copolymer electrolytes. In particular two main copolymer modifications have been investigated namely copolymerization with "bulky groups" and cross polymerization of MePEG and MePPG monomers. The modifications were made to vary the fractional free volume of the MePEG polymers. All of the copolymers obeyed the Doolittle equation. For both the bulky copolymers and MePEG/MePPG copolymers, increases in the FFV corresponded to increases in the viscosity and decreases in FFV correspond to decreases in viscosity. The FFV and H+ conductivity for these copolymers were …


A Simulation Study On Some Confidence Intervals For The Population Standard Deviation, Moustafa Omar Ahmed Abu Shawiesh, Shipra Banik, B M Golam Kibria Jan 2011

A Simulation Study On Some Confidence Intervals For The Population Standard Deviation, Moustafa Omar Ahmed Abu Shawiesh, Shipra Banik, B M Golam Kibria

Department of Mathematics and Statistics

In this paper a robust estimator against outliers along with some other existing interval estimators are considered for estimating the population standard deviation. An extensive simulation study has been conducted to compare and evaluate the performance of the interval estimators. The exact and the proposed robust method are easy to calculate and are not overly computer-intensive. It appears that the proposed robust method is performing better than other confidence intervals for estimating the population standard deviation, specifically in the presence of outliers and/or data are from a skewed distribution. Some real-life examples are considered to illustrate the application of the …


The Ordering Requirements Of Relativistic And Reader-Writer Locking Approaches To Shared Data Access, Philip William Howard, Josh Triplett, Jonathan Walpole, Paul E. Mckenney Jan 2011

The Ordering Requirements Of Relativistic And Reader-Writer Locking Approaches To Shared Data Access, Philip William Howard, Josh Triplett, Jonathan Walpole, Paul E. Mckenney

Computer Science Faculty Publications and Presentations

The semantics of reader-writer locks allow read-side concurrency. Unfortunately, the locking primitives serialize access to the lock variable to an extent that little or no concurrency is realized in practice for small critical sections. Relativistic programming is a methodology that also allows read- side concurrency. Relativistic programming uses dfferent ordering constraints than reader-writer locking. The different ordering constraints allow relativistic readers to proceed without synchronization so relativistic readers scale even for very short critical sections. In this paper we explore the diferences between the ordering constraints for reader-writer locking and relativistic programs. We show how and why the dfferent ordering …


Reflections On Science, Ken Smith Jan 2011

Reflections On Science, Ken Smith

A with Honors Projects

No abstract provided.


Line Detection With Adaptive Random Samples, Ali̇ Cafer Gürbüz Jan 2011

Line Detection With Adaptive Random Samples, Ali̇ Cafer Gürbüz

Turkish Journal of Electrical Engineering and Computer Sciences

This paper examines the detection of parameterized shapes in multidimensional noisy grayscale images. A novel shape detection algorithm utilizing random sample theory is presented. Although the method can be generalized, line detection is detailed. Each line in the image corresponds to a point in the line parameter space. The method creates hypothesis lines by randomly selecting parameter space points and tests the surrounding regions for acceptable linear features. The information obtained from each randomly selected line is used to update the parameter distribution, which reducesi the required number of random trials. The selected lines are re-estimated within a smaller search …


Design And Implementation Of A Voice-Controlled Prosthetic Hand, Musa Hakan Asyali, Mustafa Yilmaz, Mahmut Tokmakçi, Kanber Sedef, Beki̇r Hakan Aksebzeci̇, Rohin Mittal Jan 2011

Design And Implementation Of A Voice-Controlled Prosthetic Hand, Musa Hakan Asyali, Mustafa Yilmaz, Mahmut Tokmakçi, Kanber Sedef, Beki̇r Hakan Aksebzeci̇, Rohin Mittal

Turkish Journal of Electrical Engineering and Computer Sciences

Current hand prostheses are mostly driven by electromyography (EMG) signal, and existing experiments have proved that multichannel EMG signal controls are not suitable due to early fatigue problems and high effort requirements to perform even simple activities. Therefore, in this study we present a new voice-controlled active hand prosthesis to perform several basic tasks. We first designed a novel multifingered prosthetic hand with the ability of picking up and releasing objects. The prosthetic hand employs 3 DC motors and gears to transfer motion to the linked iparts of the fingers. We used flexible thin-film resistive force sensors at the fingertips …


Automatic Knowledge Extraction For Filling In Biography Forms From Turkish Texts, İlknur Pehli̇van, Zeynep Orhan Jan 2011

Automatic Knowledge Extraction For Filling In Biography Forms From Turkish Texts, İlknur Pehli̇van, Zeynep Orhan

Turkish Journal of Electrical Engineering and Computer Sciences

This study presents a method for building an automatic knowledge extraction system for filling in biography forms from Turkish texts. Several biographies are analyzed in order to choose the set of biography categories to be studied. The fields of the biography form to be created are also defined based on this analysis. Information extraction techniques are used for implementation. A separate testing platform is designed to evaluate the accuracy of the extracted data. Results of the testing platform have shown this study to be a promising process to be further developed especially for creating forms in the Turkish language.


Analysis Of Frequency Characteristics Of Electrical Arcs On The Insulating Sheath Of The Adss Fiber Optic Cables, Cengi̇z Polat Uzunoğlu, İbrahi̇m Güneş, Mukden Uğur Jan 2011

Analysis Of Frequency Characteristics Of Electrical Arcs On The Insulating Sheath Of The Adss Fiber Optic Cables, Cengi̇z Polat Uzunoğlu, İbrahi̇m Güneş, Mukden Uğur

Turkish Journal of Electrical Engineering and Computer Sciences

The insulating outer-sheath of ADSS (All dielectric self supporting) cables used on high voltage transmission lines are often subjected to various environmental effects. The ageing process of cable sheath can be investigated by using the dry-band arcing test method under laboratory conditions. Dry-band arcing is the most common technique to determine the ageing period of insulating materials. Environmental effects such as rain, humidity, dew and ice produce various amounts of wet regions on the cable surface. Electrical arcs and hence degradations are occurred on the cable surface due to the enhanced electrical field with formation of wet regions. In this …


Stray Magnetic Field Distributed Around A Pmsm, Ali̇ Ahmed Adam, Kayhan Gülez, Seli̇m Köroğlu Jan 2011

Stray Magnetic Field Distributed Around A Pmsm, Ali̇ Ahmed Adam, Kayhan Gülez, Seli̇m Köroğlu

Turkish Journal of Electrical Engineering and Computer Sciences

In this work, the low frequency electromagnetic emission from permanent magnet synchronous motors is studied. The main objective is to provide a safety region for humans in the vicinity of these motors, especially as these motors are now being used widely in inhabited areas, where high flux densities are expected. In this study, a new proposed equivalent magnetic circuit is used to estimate the stray fields at the surface of the motor. The analysis showed that the emission of the stray field in the radial direction depends on the permeability of the stator body. Low values of permeability may result …


Cooperative Diversity With Continuous Phase Modulation, Ni̇yazi̇ Odabaşioğlu Jan 2011

Cooperative Diversity With Continuous Phase Modulation, Ni̇yazi̇ Odabaşioğlu

Turkish Journal of Electrical Engineering and Computer Sciences

In recent years, there has been a vast amount of research on cooperative diversity due to its potential capacity increase. Almost all of the research has been based on linear modulation formats such as phase-shift keying (PSK) or quadrature amplitude modulation (QAM). On the other hand, continuous phase modulation (CPM) promises impressive advantages relative to linear modulations for wireless communication systems. In this paper, a cooperative diversity scheme with space-time coded (STC) CPM is introduced. Both amplify-and-forward (AF) and decode-and-forward (DF) modes were considered for cooperation. Simulation results showed that the proposed system is very suitable for wireless fading channels, …


A Novel And Efficient Algorithm For Adaptive Filtering: Artificial Bee Colony Algorithm, Nurhan Karaboğa, Mehmet Bahadir Çeti̇nkaya Jan 2011

A Novel And Efficient Algorithm For Adaptive Filtering: Artificial Bee Colony Algorithm, Nurhan Karaboğa, Mehmet Bahadir Çeti̇nkaya

Turkish Journal of Electrical Engineering and Computer Sciences

The uni-modal error surfaces and intrinsic stable behaviors of adaptive finite impulse response (FIR) filters make gradient based algorithms very effective in the design of these filters. Gradient based design methods are well developed for the design of adaptive FIR filters and widely applied to the distinct areas such as noise cancellation, system identification and channel equalization. However, the studies on adaptive infinite impulse response (IIR) filters are not as common as adaptive FIR filters since the stability during the adaptation process may not be ensured in some applications, and the convergence to the optimal design is not always guaranteed …


Determining Wave Propagation Characteristics Of Mv Xlpe Power Cable Using Time Domain Reflectometry Technique, Ghulam Murtaza Hashmi, Ruslan Papazyan, Matti Lehtonen Jan 2011

Determining Wave Propagation Characteristics Of Mv Xlpe Power Cable Using Time Domain Reflectometry Technique, Ghulam Murtaza Hashmi, Ruslan Papazyan, Matti Lehtonen

Turkish Journal of Electrical Engineering and Computer Sciences

In this paper, the wave propagation characteristics of single-phase medium voltage (MV) cross-linked polyethylene (XLPE) power cable are determined using time domain reflectometry (TDR) measurement technique. TDR delivers the complex propagation constant (attenuation and phase constant) of lossy cable transmission line as a function of frequency. The frequency-dependent propagation velocity is also determined from the TDR measurements through the parameters extraction procedure. The calibration of the measuring system (MS) is carried-out to avoid the effect of multiple reflections on the accuracy of measurements. The results obtained from the measurements can be used to localize the discontinuities as well as the …


New Srco With Explicit Current-Mode Output Using Two Ccs And Grounded Capacitors, D R. Bhaskar, Kasim K. Abdalla, Raj Senani Jan 2011

New Srco With Explicit Current-Mode Output Using Two Ccs And Grounded Capacitors, D R. Bhaskar, Kasim K. Abdalla, Raj Senani

Turkish Journal of Electrical Engineering and Computer Sciences

A new Grounded-Capacitor Single Resistance Controlled Sinusoidal Oscillator (SRCO) with explicit current output using two Current Conveyors (CCs) and five passive elements is presented. The proposed circuit offers (i) independent control of condition of oscillation and frequency of oscillation, (ii) low active and passive sensitivities, (iii) use of both the grounded capacitors (suitable for IC implementation) and (iv) reasonably good frequency stability. The workability of the proposed configuration has been confirmed by the PSPICE simulations.


Cognitive And Encrypted Communications: State Of The Art And A New Approach For Frequency-Agile Filters, Yahya Lakys, Balwant Godara, Alain Fabre Jan 2011

Cognitive And Encrypted Communications: State Of The Art And A New Approach For Frequency-Agile Filters, Yahya Lakys, Balwant Godara, Alain Fabre

Turkish Journal of Electrical Engineering and Computer Sciences

Several communication techniques are investigated in the first part of this paper: software radio, cognitive radio and encrypted communications. State of the art of research on agile and reconfigurable filters, passive as well as active, necessary for transceivers is then made and various tables for comparison are given. In the third part, a new theory for a 2^{nd}-order frequency-agile filter is introduced. The center frequency of the filter is proportional to the gain of a feedback amplifier and thus can be tuned over a wide frequency range. This new theory is thereafter generalized to the n^{th}-class leading to a center …


Asynchronous Signal Processing For Brain-Computer Interfaces, Seda Senay, Luis F. Chaparro, Mingui Sun, Robert Sclabassi, Aydin Akan Jan 2011

Asynchronous Signal Processing For Brain-Computer Interfaces, Seda Senay, Luis F. Chaparro, Mingui Sun, Robert Sclabassi, Aydin Akan

Turkish Journal of Electrical Engineering and Computer Sciences

Brain-computer interfaces (BCIs) provide a way to monitor and treat neurological diseases. An important application of BCIs is the monitoring and treatment of epilepsy, a neurological disorder characterized by recurrent unprovoked seizures, symptomatic of abnormal, excessive or synchronous neuronal activity in the brain. BCIs contain an array of sensors that gather and transmit data under the constrains of low-power and minimal data transmission. Asynchronous sigma delta modulators (ASDMs) are considered an alternative to synchronous analog to digital conversion. ASDMs are non-linear feedback systems that enable time-encoding of analog signals, from which the signal can be reconstructed. An efficient reconstruction of …


An Extended Component-Based Reliability Model For Protective Systems To Determine Routine Test Schedule, Amir Abbarin, Mahmoud Fotuhi Firuzabad, Aydoğan Özdemi̇r Jan 2011

An Extended Component-Based Reliability Model For Protective Systems To Determine Routine Test Schedule, Amir Abbarin, Mahmoud Fotuhi Firuzabad, Aydoğan Özdemi̇r

Turkish Journal of Electrical Engineering and Computer Sciences

This paper presents a novel approach for evaluating the reliability of protective systems taking into account its components reliability. In this paper, a previously proposed extended model is used for a directional over-current scheme. In the extended model, the impacts of individual protective components are taken into account. An optimum routine test schedule is determined for each protective component as a separate unit. A comparison is made to show that the proposed approach has excellence over conventional routine test inspections. Impacts of factors such as circuit breaker inadvertent opening, required time for performing routine test inspections, human mistakes and self-checking …


A Complete Motor Protection Algorithm Based On Pca And Ann: A Real Time Study, Okan Özgönenel, Turgay Yalçin Jan 2011

A Complete Motor Protection Algorithm Based On Pca And Ann: A Real Time Study, Okan Özgönenel, Turgay Yalçin

Turkish Journal of Electrical Engineering and Computer Sciences

Protection of an induction motor (IM) against possible faults, such as a stator winding fault, due to thermal deterioration, rotor bar and bearing failures, is very important in environments in which it is used intensively, as in industry as an actuator. In this work, a real time digital protection algorithm based on principal component analysis (PCA) and neural network method is presented for induction motors. The proposed protection algorithm covers internal winding faults (also known as stator faults), broken rotor bar faults, and bearing faults. Many laboratory experiments have been performed on a specially designed induction motor to evaluate the …


Online Speed Control Of A Brushless Ac Servomotor Based On Artificial Neural Networks, Si̇bel Partal, İbrahi̇m Şenol, Ahmet Faruk Bakan, Kamuran Nur Beki̇roğlu Jan 2011

Online Speed Control Of A Brushless Ac Servomotor Based On Artificial Neural Networks, Si̇bel Partal, İbrahi̇m Şenol, Ahmet Faruk Bakan, Kamuran Nur Beki̇roğlu

Turkish Journal of Electrical Engineering and Computer Sciences

In this paper, an alternative approach to speed estimation of brushless AC servomotors is presented. Speed control is realized in the following steps. First, the servomotor was mathematically modelled; the driver system was designed and speed control of the servomotor was accomplished with feedback. Next, a network structure representing the electrical and mechanical properties of the servomotor was built via Artificial Neural Network (ANN) and trained with the results of the first step. The weights obtained from the neural nwork training were inserted into the control algorithm in accordance with the ANN. Finally, speed estimation was achieved based on the …


Obtaining The Secondary Impedance Of Single-Sided Linear Induction Motor With A Double Layer Reaction Rail: A New Approach, Ali̇ Suat Gerçek, Vedat Mehmet Karsli Jan 2011

Obtaining The Secondary Impedance Of Single-Sided Linear Induction Motor With A Double Layer Reaction Rail: A New Approach, Ali̇ Suat Gerçek, Vedat Mehmet Karsli

Turkish Journal of Electrical Engineering and Computer Sciences

In the performance calculations of single-sided linear induction motor (SLIM),the equivalent circuit technique (ECT) is used. In this paper, a new approach is proposed for obtaining the secondary impedance of single-sided linear induction motor (SLIM) with a double layer reaction rail by using the layered secondary model. The proposed method improves the ECT technique by considering the saturation effect and the non-linear complex equivalent relative permeability. This study also examines the contributions of other electromagnetic effects, such as longitudinal end effect and transverse edge effect as well. Our method is applied to the SLIM and computed results of the method …


Rate 1 Space-Time And Space-Frequency Spreading Diversity Technique, Gökçe Hacioğlu, Ali̇ Gangal Jan 2011

Rate 1 Space-Time And Space-Frequency Spreading Diversity Technique, Gökçe Hacioğlu, Ali̇ Gangal

Turkish Journal of Electrical Engineering and Computer Sciences

In this study, a rate 1 transmitter diversity technique is proposed. The proposed technique uses spreading transform and space-time block coding (STBC) together. Space-time, space-frequency, and frequency diversity applications of the proposed technique are shown. The code matrix of the proposed technique can be designed systematically. The proposed technique needs the channel coefficients to stay constant over transmission of 2 rows of the coding matrix regardless of the size of the coding matrix or the diversity order. However, joint detection of the symbols is required for the proposed technique. We used computer simulations to compare our technique with the quasi-orthogonal …


On The Existence Of Common Lyapunov Functions For Consensus Algorithms Based On Averaging, Mehmet Akar, Robert Shorten Jan 2011

On The Existence Of Common Lyapunov Functions For Consensus Algorithms Based On Averaging, Mehmet Akar, Robert Shorten

Turkish Journal of Electrical Engineering and Computer Sciences

This paper addresses distributed deterministic consensus algorithms based on averaging. We relate the conditions for achieving consensus to the existence of a common norm for a set of row-stochastic matrices associated with the original set of averaging matrices. For a system to achieve consensus, it is shown that this associated set of matrices should have a Common Lyapunov Function, even if the original set might not have one.


Ecg Denoising On Bivariate Shrinkage Function Exploiting Interscale Dependency Of Wavelet Coefficients, Sema Kayhan, Ergun Erçelebi̇ Jan 2011

Ecg Denoising On Bivariate Shrinkage Function Exploiting Interscale Dependency Of Wavelet Coefficients, Sema Kayhan, Ergun Erçelebi̇

Turkish Journal of Electrical Engineering and Computer Sciences

This paper presents a new method for electrocardiogram (ECG) denoising based on bivariate shrinkage functions exploiting the interscale dependency of wavelet coefficients. Most nonlinear thresholding methods based on wavelet transform denoising assume that the wavelet coefficients are independent. However, wavelet coefficients of ECG signals have significant dependencies. In this paper, we proposed a new method by considering the dependencies between the coefficients and their parents in detail on a bivariate shrinkage function for denoising of an ECG signal corrupted by different types of noises, such as muscle artifact noise, electrode motion, and white noise. In real-time applications, reduction of computational …


Sliding Mode Controller Gain Adaptation And Chattering Reduction Techniques For Dsp-Based Pm Dc Motor Drives, Mehmet Dal, Remus Teodorescu Jan 2011

Sliding Mode Controller Gain Adaptation And Chattering Reduction Techniques For Dsp-Based Pm Dc Motor Drives, Mehmet Dal, Remus Teodorescu

Turkish Journal of Electrical Engineering and Computer Sciences

In order to achieve and maintain the prospective benefits of sliding mode control (SMC) methodology, the phenomenon known as ``chattering'', the main obstacle encountered in real-time applications, has to be suppressed. In this study, two promising switching control gain adaptation and chattering reduction techniques are investigated, and the effectiveness of chattering suppression for current regulation of PM DC drives is tested. The sampling rate was also examined to determine how it affects the amplitude of chattering. This paper concentrates on various combinations of observer-based methods in order to find the best solution for chattering reduction. To find a practical solution …


Minimization Of Load Shedding By Sequential Use Of Linear Programming And Particle Swarm Optimization, Mehrdad Tarafdar Hagh, Sadjad Galvani Jan 2011

Minimization Of Load Shedding By Sequential Use Of Linear Programming And Particle Swarm Optimization, Mehrdad Tarafdar Hagh, Sadjad Galvani

Turkish Journal of Electrical Engineering and Computer Sciences

Minimization of load shedding during contingency conditions is solved as an optimization problem. As a new topic, instead of local load shedding, total load shedding of a large power system is considered. Power generation rescheduling is considered to minimize the load shedding, as well. Different importance factors for buses are also considered. The linear programming method (LP) is used to solve this problem in a short period of time without considering some power system constraints. Particle swarm optimization (PSO) is also used to solve the problem by considering all power system constraints, but with a longer solving time. Finally, a …