Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 969 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 969 Bytes

Fourier Series Wave Simulator Netlify Status

Build with create-react-app, D3.js, Material-UI and deployed by Netlify.

But first, Fourier Series is ...

-> an infinite sum of sine and cosine functions with different amplitudes and periods, which is defined by 4 equations that I'm not gonna list here.

Doesn't sound much fun but ...

-> with the sum with amplitudes and periods specified, it then becomes a weird shaped wave, for example, a triangle wave.

Maybe it still doesn't make any sense so ...

-> this simulator is for better understanding of how you could add some sine waves up to create weird-shaped waves.