Skip to content

AntonioBerna/fourier-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fourier-series

GitHub License GitHub repo size GitHub Created At

demo

video.mp4

Note

For more information about the Fourier series click here. While, for more information about the Gibbs phenomenon click here.

mini docs

To use my software you will first have to clone the repository using the following command:

git clone https://github.com/AntonioBerna/fourier-series.git

now using the cd fourier-series/ command first and then the ls command you will notice the presence of the build.sh file. You will need this file to compile the program, and in particular you can use one of the following two commands:

./build.sh

# or

./build.sh clean

Note

For more information you can directly consult the build.sh file with your favorite text editor.

Finally you can run the program using the following command:

./bin/fourier

That's it.

Below is a table of supported commands:

Command Description
ESC Quit the program
UP Increase the n terms
DOWN Decrease the n terms
LEFT, RIGHT Change wave of Gibbs phenomenon

About

Fourier Series (Gibbs Phenomenon) in Raylib using C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published