Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 271 Bytes

Fourier-Series

Fourier series visualisation and epicycles in p5js

The code

FourSeries.js is where the main program is, the function approximating the square wave is $\sum_{n=1}^N \frac{4}{n* \Pi}*sin(\theta *n)$ Where N is the number of terms and $\theta$ is time.