Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raymondev/square-signal-recovery
This code implements a signal recovery algorithm for a square wave signal.
https://github.com/raymondev/square-signal-recovery
Last synced: 15 days ago
JSON representation
This code implements a signal recovery algorithm for a square wave signal.
- Host: GitHub
- URL: https://github.com/raymondev/square-signal-recovery
- Owner: RaymonDev
- License: mit
- Created: 2024-04-27T17:07:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T17:12:42.000Z (9 months ago)
- Last Synced: 2024-11-12T05:19:43.276Z (2 months ago)
- Language: Python
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Square signal recovery
## Description
This code implements a signal recovery algorithm for a square wave signal.## Contents
- `square_recovery.py`: This is the main Python script.## How to Run
1. Ensure you have Python installed on your system.
2. Install the required libraries: numpy, matplotlib.
3. Run the script using a Python interpreter.## Result
![Signal recovery](https://github.com/RaymonDev/Square-signal-recovery/blob/main/result.png)## License
This project is licensed under the MIT License.## Contact
For any queries or suggestions, please open an issue on this GitHub repository.