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

https://github.com/andrew2077/dsp-projects

Repo that contains all the Digital signal processing projects together
https://github.com/andrew2077/dsp-projects

Last synced: 7 days ago
JSON representation

Repo that contains all the Digital signal processing projects together

Awesome Lists containing this project

README

          

### Digital Siganl Processing Tasks

#### Task 1: Signal Viewer
- Signal plotting
- Spectrogram plotting
- pyqt5
- matplotlib
- numpy

Demo: [Repo](https://github.com/Andrew2077/Signal-Viewer)
![Demo](misc/Task1/1.PNG)
![Demo](misc/Task1/2.PNG)

#### Task 2: Curve Reconstruction
- Curve fitting
- Interpolation
- Extrapolation
- pyqt5
- matplotlib
- threading

Demo: [Repo](https://github.com/Andrew2077/Curve-Fitting-Interpolation)
![Demo](misc/Task2/screenshot.jpeg)

#### Task 3: Digital Filter
- Filter design
- web app
- Flask
- Matplotlib
- Scipy

Demo: [Repo](https://github.com/Andrew2077/Digital-Filter-Design)
![](misc/Task3/1.PNG)
![](misc/Task3/2.PNG)