Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a simple representation of Fourier series using p5.js library.

Notifications You must be signed in to change notification settings

nirangad/fourier-series-p5js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fourier series representation

This is a simple representation of Fourier series using p5.js library.

Usage

Simply open up index.html on any browser.

Customizations

You can adjust following variables in index.js file to generate different waves.

let main_radius = 100;
let dot_radius = 5;
let circles = 20;

Increasing the circle count will give you a smooth square wave

About

This is a simple representation of Fourier series using p5.js library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published