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
- Host: GitHub
- URL: https://github.com/andrew2077/dsp-projects
- Owner: Andrew2077
- Created: 2023-05-12T10:01:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T01:31:16.000Z (over 2 years ago)
- Last Synced: 2025-01-20T09:46:30.307Z (12 months ago)
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)


#### Task 2: Curve Reconstruction
- Curve fitting
- Interpolation
- Extrapolation
- pyqt5
- matplotlib
- threading
Demo: [Repo](https://github.com/Andrew2077/Curve-Fitting-Interpolation)

#### Task 3: Digital Filter
- Filter design
- web app
- Flask
- Matplotlib
- Scipy
Demo: [Repo](https://github.com/Andrew2077/Digital-Filter-Design)

