Update README with FilterView screenshot

- Added 'filterview-screenshot.png' to showcase the software in the README.
This commit is contained in:
Eric Ratliff
2024-09-14 18:11:43 -05:00
parent f0bb793399
commit 94b754c8b5
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ This JavaFX application demonstrates the concept of a raised cosine filter appli
- The range is from 0 (sharp transitions) to 1 (smooth transitions).
## Graph Display
![FilterView Screenshot](filterview-screenshot.png)
The graph displays two series:
- **Original Speed**: Represents the unfiltered signal, directly derived from the speed slider.
- **Filtered Speed (Raised Cosine)**: Represents the signal after it has been processed by a raised cosine filter, smoothing transitions based on the roll-off factor (beta).