1. Home
  2. Fourier Curves

Fourier Curves

Fourier

Y = a + bsin(2π(X-m)/w) ( Y = a + b*sin(2*pi*(X-m)/w) )

This is a typical sine wave function.

Double Fourier

Y = a + bsin(2π(X-m)/w) + csin(4π(x-n)/w) ( Y = a + b*sin(2*pi*(X-m)/w) + c*sin(4*pi*(x-n)/w) )

This is a compound of two sine waves, one having half the cyclic period of the other.

See also

Updated on March 29, 2019

Was this article helpful?