Triangle wave: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted 2 edits by 108.52.29.232 (talk) to last revision by Raulshc (TW)
→‎Definitions: Simplified mathematical equations
Line 49: Line 49:
or, generalizing the above equation for a period of <math>p,</math> amplitude <math>a,</math> and starting with <math>y(0) = a/2</math>:
or, generalizing the above equation for a period of <math>p,</math> amplitude <math>a,</math> and starting with <math>y(0) = a/2</math>:


:<math>y(x) = \frac{2a}{p} \Biggl( \biggl | \left( x \bmod p \right) - \frac{p}{2}\biggr | - \frac{p}{4} \Biggr)</math>
:<math>y(x) = \frac{2a}{p} \biggl | \left( x \bmod p \right) - \frac{p}{2}\biggr | - \frac{2a}{4}</math>


The former function is a specialization of the latter for a=2 and p=4:
The former function is a specialization of the latter for a=2 and p=4:
:<math>y(x) = \frac{2 \times 2}{4} \Biggl( \biggl | \left( x \bmod 4 \right) - \frac{4}{2}\biggr | - \frac{4}{4} \Biggr)\Leftrightarrow </math>
:<math>y(x) = \frac{2 \times 2}{4} \biggl | \left( x \bmod 4 \right) - \frac{4}{2}\biggr | - \frac{2 \times 2}{4} \Leftrightarrow </math>


:<math>
:<math>
y(x) = \Biggl( \biggl | \left( x \bmod 4 \right) - 2 \biggr | - 1 \Biggr)
y(x) = | \left( x \bmod 4 \right) - 2| - 1
</math>
</math>


Line 65: Line 65:
Generalizing this to make the function odd for any period and amplitude gives:
Generalizing this to make the function odd for any period and amplitude gives:


:<math>y(x) = \frac{4a}{p} \Biggl( \biggl | \left( (x - \frac{p}{4}) \bmod p \right) - \frac{p}{2}\biggr | - \frac{p}{4} \Biggr)</math>
:<math>y(x) = \frac{4a}{p} \biggl | \left( (x - \frac{p}{4}) \bmod p \right) - \frac{p}{2}\biggr | - a</math>


In terms of sine and arcsine with period ''p'' and amplitude ''a'':
In terms of sine and arcsine with period ''p'' and amplitude ''a'':

Revision as of 21:32, 10 March 2019

A bandlimited triangle wave pictured in the time domain (top) and frequency domain (bottom). The fundamental is at 220 Hz (A3).

A triangle wave is a non-sinusoidal waveform named for its triangular shape. It is a periodic, piecewise linear, continuous real function.

Like a square wave, the triangle wave contains only odd harmonics. However, the higher harmonics roll off much faster than in a square wave (proportional to the inverse square of the harmonic number as opposed to just the inverse).

Harmonics

Animation of the additive synthesis of a triangle wave with an increasing number of harmonics. See Fourier Analysis for a mathematical description.

It is possible to approximate a triangle wave with additive synthesis by summing odd harmonics of the fundamental while multiplying every other odd harmonic by −1 (or, equivalently, changing its phase by π) and multiplying the amplitude of the harmonics by one over the square of their mode number, n, (which is equivalent to one over the square of their relative frequency to the fundamental).

The above can be summarised mathematically as follows:

where N is the number of harmonics to include in the approximation, t is the independent variable (e.g. time for sound waves), and i is the harmonic label which is related to its mode number by .

This infinite Fourier series converges to the triangle wave as N tends to infinity, as shown in the animation.

Definitions

Sine, square, triangle, and sawtooth waveforms

Another definition of the triangle wave, with range from -1 to 1 and period is:

where the symbol represent the floor function of n.

Also, the triangle wave can be the absolute value of the sawtooth wave:

or, for a range from -1 to +1:

The triangle wave can also be expressed as the integral of the square wave:

A simple equation with a period of 4, with As this only uses the modulo operation and absolute value, this can be used to simply implement a triangle wave on hardware electronics with less CPU power:

or, generalizing the above equation for a period of amplitude and starting with :

The former function is a specialization of the latter for a=2 and p=4:


An odd version of the first function can be made, just shifting by one the input value, which will change the phase of the original function:

Generalizing this to make the function odd for any period and amplitude gives:

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

Arc Length

The arc length per period "s" for a triangle wave, given the amplitude "a" and period length "p":

See also

References

  • Weisstein, Eric W. "Fourier Series - Triangle Wave". MathWorld.