Commit Graph

11 Commits

Author SHA1 Message Date
Eric Ratliff
df1251519f Included dependencies 2025-02-07 19:21:29 -06:00
Eric Ratliff
b846396233 Updated repository links to Codeberg
- Replaced GitHub links with Codeberg URLs in build_and_run.md.
- Reflects the move from GitHub to Codeberg for project hosting.
2024-09-14 23:10:11 -05:00
Eric Ratliff
94b754c8b5 Update README with FilterView screenshot
- Added 'filterview-screenshot.png' to showcase the software in the README.
2024-09-14 18:11:43 -05:00
Eric Ratliff
f0bb793399 Rename application references from "Filter-View" to "FilterView"
- Updated project name from "Filter-View" to "FilterView" in build_and_run.md
- Corrected repository URLs and directory names to match the new naming convention.
2024-09-14 17:30:23 -05:00
Eric Ratliff
d42126051c Rename project from Speed Graph to FilterView
- Updated README and build_and_run.md to reflect the new project name: FilterView
- Renamed window title in App.java from "Speed Graph" to "Filter View"
- Completed project renaming for consistency across documentation and code
2024-09-14 14:59:21 -05:00
Eric Ratliff
521b0469b1 Update package and class references, improve documentation, and remove outdated test
- Renamed package from com.waveletsolutions.robot to com.waveletsolutions.filtering
- Updated the main class reference in pom.xml to ensure the application runs correctly
- Improved class documentation to reflect the educational and professional use of signal processing techniques
- Removed outdated AppTest.java file, which was no longer relevant
2024-09-14 12:26:25 -05:00
Eric Ratliff
b811e49861 Add MIT License to the project
- Added LICENSE file with the MIT License.
- Copyright attributed to Wavelet Solutions LLC.
2024-09-14 12:10:53 -05:00
Eric Ratliff
8bc0f33e49 Rename project to FilterView and update package structure
- Renamed the project to FilterView in preparation for GitHub update
- Updated package name from com.waveletsolutions.robot to com.waveletsolutions.filtering
- Modified build_and_run.md and pom.xml to reflect the new project and package name
- Renamed App.java, FFTUtils.java, and FilterUtils.java to match the new package structure
2024-09-14 11:58:10 -05:00
Eric Ratliff
32f72f32b7 Update README.md to reference build_and_run.md and improve clarity
- Added a reference to build_and_run.md in the README for easier access to build and run instructions.
- Cleaned up descriptions in README for better readability and consistency.
2024-09-14 11:42:58 -05:00
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