Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.