Commit Graph

2 Commits

Author SHA1 Message Date
Eric Ratliff
cca4690a4c Add Maven Wrapper and enable Javadocs generation
- Set up Maven Wrapper (mvnw) for consistent builds across environments
- Added the ability to generate Javadocs using the full-build profile
- Updated build instructions to reflect Maven Wrapper usage and Javadocs location
- Improved build process and ensured Javadocs are generated in target/apidocs/
2024-09-14 11:37:30 -05:00
Eric Ratliff
dc4e379b95 Showing raised cosine and FFT.
Raised cosine is displayed in an interactive JavaFX GUI. The beta
value can be dyanmically adjusted from 0 to 1 and an FFT displays
the spectral impact to the most recent adjustment.
A low-pass filter can replace the raised cosine FIR filter to show
the difference between the two.
2024-09-13 19:51:09 -05:00