diff --git a/README.md b/README.md index ea345ec..9a2cc40 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/filterview-screenshot.png b/filterview-screenshot.png new file mode 100644 index 0000000..ebf2b38 Binary files /dev/null and b/filterview-screenshot.png differ