Skip to content

brenoepics/Fourier-FX

Repository files navigation

FourierFX

FourierFX is a JavaFX application that visualizes Fourier series. It allows users to select different waveforms and adjust the frequency and order of the Fourier series.

Features

  • Selection of different waveforms: Square, Sine, Sawtooth, Triangle
  • Adjustable frequency and order of the Fourier series
  • Scale adjustment
  • Debug mode to visualize the individual terms of the Fourier series

Preview

Note

Using JPro, I could transform the Java canvas to Javascript that runs online but may be down or unstable. Check here the Fourier Preview

preview

Requirements

  • Java 21
  • JavaFX 21
  • Gradle 8.5

Pre compiled

Download from releases

Install and open program fourier-fx.

Building

To build the project, use the following Maven command:

gradlew package

Running

To run the project, use the following Maven command:

gradlew run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you find this project helpful, please consider giving it a ⭐️.

License

This project is licensed under the MIT License—see the LICENSE file for details.