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.
This commit is contained in:
Eric Ratliff
2024-09-14 11:42:58 -05:00
parent cca4690a4c
commit 32f72f32b7

View File

@@ -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.