Square wave

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Sine, square, triangle, and sawtooth waveforms

A square wave is a non-sinusoidal periodic waveform (which can be represented as an infinite summation of sinusoidal waves), in which the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum. The transition between minimum to maximum is instantaneous for an ideal square wave; this is not realizable in physical systems. Square waves are often encountered in electronics and signal processing. Its stochastic counterpart is a two-state trajectory. A similar but not necessarily symmetrical wave, with arbitrary durations at minimum and maximum, is called a pulse wave (of which the square wave is a special case).

Origin and uses

Square waves are universally encountered in digital switching circuits and are naturally generated by binary (two-level) logic devices. They are used as timing references or "clock signals", because their fast transitions are suitable for triggering synchronous logic circuits at precisely determined intervals. However, as the frequency-domain graph shows, square waves contain a wide range of harmonics; these can generate electromagnetic radiation or pulses of current that interfere with other nearby circuits, causing noise or errors. To avoid this problem in very sensitive circuits such as precision analog-to-digital converters, sine waves are used instead of square waves as timing references.

In musical terms, they are often described as sounding hollow, and are therefore used as the basis for wind instrument sounds created using subtractive synthesis. Additionally, the distortion effect used on electric guitars clips the outermost regions of the waveform, causing it to increasingly resemble a square wave as more distortion is applied.

Simple two-level Rademacher functions are square waves.

Examining the square wave

The six arrows represent the first six terms of the Fourier series of a square wave. The two circles at the bottom represent the exact square wave (blue) and its Fourier-series approximation (purple).
(odd) harmonics of a square wave with 1000 Hz

Using Fourier expansion with cycle frequency f over time t, we can represent an ideal square wave with an amplitude of 1 as an infinite series of the form

\begin{align}
x_{\mathrm{square}}(t) & {} = \frac{4}{\pi} \sum_{k=1}^\infty {\sin{\left (2\pi (2k-1) ft \right )}\over(2k-1)} \\ 
                       & {} = \frac{4}{\pi}\left (\sin(2\pi ft) + {1\over3}\sin(6\pi ft) + {1\over5}\sin(10\pi ft) + \cdots\right )
\end{align}

The ideal square wave contains only components of odd-integer harmonic frequencies (of the form 2π(2k-1)f). Sawtooth waves and real-world signals contain all integer harmonics.

A curiosity of the convergence of the Fourier series representation of the square wave is the Gibbs phenomenon. Ringing artifacts in non-ideal square waves can be shown to be related to this phenomenon. The Gibbs phenomenon can be prevented by the use of σ-approximation, which uses the Lanczos sigma factors to help the sequence converge more smoothly.

An ideal mathematical square wave changes between the high and the low state instantaneously, and without under- or over-shooting. This is impossible to achieve in physical systems, as it would require infinite bandwidth.

Animation of the additive synthesis of a square wave with an increasing number of harmonics

Square-waves in physical systems have only finite bandwidth, and often exhibit ringing effects similar to those of the Gibbs phenomenon, or ripple effects similar to those of the σ-approximation.

For a reasonable approximation to the square-wave shape, at least the fundamental and third harmonic need to be present, with the fifth harmonic being desirable. These bandwidth requirements are important in digital electronics, where finite-bandwidth analog approximations to square-wave-like waveforms are used. (The ringing transients are an important electronic consideration here, as they may go beyond the electrical rating limits of a circuit or cause a badly positioned threshold to be crossed multiple times.)

The ratio of the high period to the total period of any rectangular wave is called the duty cycle. A true square wave has a 50% duty cycle - equal high and low periods. The average level of a rectangular wave is also given by the duty cycle, so by varying the on and off periods and then averaging it is possible to represent any value between the two limiting levels. This is the basis of pulse width modulation.

Characteristics of imperfect square waves

As already mentioned, an ideal square wave has instantaneous transitions between the high and low levels. In practice, this is never achieved because of physical limitations of the system that generates the waveform. The times taken for the signal to rise from the low level to the high level and back again are called the rise time and the fall time respectively.

If the system is overdamped, then the waveform may never actually reach the theoretical high and low levels, and if the system is underdamped, it will oscillate about the high and low levels before settling down. In these cases, the rise and fall times are measured between specified intermediate levels, such as 5% and 95%, or 10% and 90%. The bandwidth of a system is related to the transition times of the waveform; there are formulas allowing one to be determined approximately from the other.

Other definitions

The square wave in mathematics has many definitions, which are equivalent except at the discontinuities:

It can be defined as simply the sign function of a periodic function, an example being a sinusoid:


\ x(t) = \sgn(\sin[t])

\ v(t) = \sgn(\cos[t])

which will be 1 when the sinusoid is positive, −1 when the sinusoid is negative, and 0 at the discontinuities. Any periodic function can substitute the sinusoid in this definition.

A square wave can also be defined with respect to the Heaviside step function u(t) or the rectangular function ⊓(t):


\ x(t) = \sum_{n=-\infty}^{+\infty} \sqcap(t - nT) = \sum_{n=-\infty}^{+\infty} \left( u \left[t - nT + {1 \over 2} \right] - u \left[t - nT - {1 \over 2} \right] \right)

T is 2 for a 50% duty cycle. It can also be defined in a piecewise way:


\ x(t) = \begin{cases} 1, & |t| < T_1 \\ 0, & T_1 < |t| \leq {1 \over 2}T \end{cases}

when


\ x(t + T) = x(t)

In terms of sine and cosecant with period p and amplitude a:

y(x) = a\times\csc\left(\frac{2\pi}{p}x\right)\left\vert\sin\left(\frac{2\pi}{p}x\right)\right\vert

A square wave can also be generated using the floor function in the following two ways:

Directly:

y(x) = m \left(2\lfloor \nu x\rfloor - \lfloor 2 \nu x\rfloor + 1\right)

And indirectly:

y(x) = m \left(-1\right)^{\lfloor \nu x \rfloor},

where m is the magnitude and ν is the frequency.

See also

External links