NasirKhalid24 / Custom-Fourier-Series-Visualizer

Built in P5.js to help visualize any custom Fourier Series (Based on Daniel Shiffmans Coding Challenge)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fourier Series Visualizer

A tool to help visualize any Fourier series. Each term of the series is represented using circles.

GIF of Webapp in action

Try it out here!

Custom Equation Guide:

  • Terms in the series are denoted by the letter 'n'
  • To use only odd terms you may use '(2*n)+1' with the initial term box unchecked
  • Similarly to use only even terms you may use '(2*n)' with the initial term box unchecked.

About

Built in P5.js to help visualize any custom Fourier Series (Based on Daniel Shiffmans Coding Challenge)


Languages

Language:HTML 51.3%Language:JavaScript 48.7%