video.mp4
Note
For more information about the Fourier series click here. While, for more information about the Gibbs phenomenon click here.
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 Makefile
file. You will need this file to compile the program, and in particular if you want to compile the program you can use the following command:
make
If you want to clean the program you can use the following command:
make clean
Note
For more information you can directly consult the Makefile
file with your favorite text editor.
Finally you can run the program using the following command:
make run
That's it.
Below is a table of supported commands:
Command | Description |
---|---|
UP | Increase the |
DOWN | Decrease the |
LEFT, RIGHT | Change wave of Gibbs phenomenon |