Skip to content

Power system harmonics might get confusing for sometime. Visualizations of harmonic orders were conducted on this site in order to make subject harmonics more understandable.

Notifications You must be signed in to change notification settings

onurhakki/harmonics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power System Harmonics

Harmonics are sinusoidal voltages or currents with frequencies that are integer multiples of the power system (fundamental) frequency (usually, f = 50 or 60 Hz) [1].

Periodic nonsinusoidal waveforms can be subjected to Fourier series and can be decomposed into the sum of fundamental components and harmonics.

In this platform, different waveforms can be visualized depending on the Fourier series. Number of how many harmonic orders will be plotted, waveform frequency, plotting time, dc value of waveform and noise are the variables of plotting. Additionally, waveforms are directly selectable from corresponding buttons. Finally, Fourier series coefficients are adjustable in case of need for different configurations.

Go to site: https://onurhakki.github.io/harmonics/

Background

Fourier Series

$f(x) = A_0 + \sum_{n=1} A_n cos(n \ast 2\pi f \ast x)+ \sum_{n=1} B_n sin(n \ast 2\pi f \ast x)$

This page is mostly created for visualization of harmonics. If you like to evaluate Fourier series of a given function, you might need to check following site: [https://github.com/onurhakki/harmonics-python]

Coefficients

$A_0 = \frac{1}{T} \int_{0}^{T}f(x)dx$

$A_n = \frac{2}{T} \int_{0}^{T}f(x)\ast cos (n \ast 2\pi f \ast x)dx$

$B_n = \frac{2}{T} \int_{0}^{T}f(x)\ast sin (n \ast 2\pi f \ast x)dx$

You can adjust A0, An and Bn components.

Furthermore, there are some built-in values for some of the most used waveforms. Screenshots are also shown in the following.

Square Wave

image

Half-Sine

image

Get Results

RMS (Root-Mean-Square)

$\sqrt{\frac{1}{T}\int_{0}^{T}f^2(x)dx }$

In mathematics and its applications, the root mean square of a set of numbers (abbreviated as RMS) is defined as the square root of the mean square (the arithmetic mean of the squares) of the set [2].

RMS is equal to the value of the constant direct current that would produce the same power dissipation in a resistive load.

THD (Total Harmonics Distortion)

$\frac{\sqrt{\sum_{n=2} V_n^{2}}}{V_1}$

Additionally

You are able to select variables given in the following.

N Harmonics

Frequency (Hz)

Time Interval (s)

DC Component

Noise

References

[1] Fuchs, Ewald F., and Mohammad AS Masoum. Power quality in power systems and electrical machines. Academic press, 2011.

[2] Daintith, J. A Dictionary of Physics (6 ed.) Root Mean Square Value (RMS value). Oxford University Press, 2009.

About

Power system harmonics might get confusing for sometime. Visualizations of harmonic orders were conducted on this site in order to make subject harmonics more understandable.

Topics

Resources

Stars

Watchers

Forks