Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

File metadata and controls

32 lines (23 loc) · 1.08 KB

Fourier Visualizer

A tool to help visualize any Fourier Series / Discrete Fourier Transform.

Each term of the series / sequence is represented using circles.

Fourier Series Visualizer:

GIF of Fourier Series Visualizer

Fourier Transform Visualizer:

GIF of Fourier Transform Visualizer

You can try it out here!

Custom Curve Guide:

  • Terms in the series are denoted by the letter 'k'.
  • To use only odd terms you may use '(2*k)+1'.
  • Similarly to use only even terms you may use '(2*k)'.
  • The Amplitude in the series is denoted by 'A'.
  • To use π you can input 'PI'.
  • The Equation to the left shows the form that will be computed.

Upload Path Guide:

  • This is used for you to upload your own custom path.
  • The path is an array of numbers in a JSON file.
  • An example is 'test/drawing.json' in the repo.