From 32f72f32b7a48404363156fef82a418fd0392047 Mon Sep 17 00:00:00 2001 From: Eric Ratliff Date: Sat, 14 Sep 2024 11:42:58 -0500 Subject: [PATCH] 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. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c541f4d..1ac6b39 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,16 @@ The graph displays two series: ## Purpose This application simulates how a raised cosine filter can smooth transitions in a signal, with user-controllable parameters. It's particularly relevant for digital communication systems, where pulse shaping is critical for minimizing bandwidth and reducing inter-symbol interference (ISI). + +--- + +## Build and Run Instructions + +For detailed instructions on how to build and run this project on **Arch Linux**, **Ubuntu**, and **Windows**, refer to the [build_and_run.md](./build_and_run.md) file. + +--- + +### What's Changed + +- Added a reference to the `build_and_run.md` file for easy access. +- Cleaned up descriptions to improve readability and consistency.