Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelandersen/repro-sigpro-py
A python reproduction of a signal processing paper
https://github.com/manuelandersen/repro-sigpro-py
Last synced: about 2 months ago
JSON representation
A python reproduction of a signal processing paper
- Host: GitHub
- URL: https://github.com/manuelandersen/repro-sigpro-py
- Owner: manuelandersen
- Created: 2024-10-29T00:18:12.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:27:45.000Z (2 months ago)
- Last Synced: 2024-10-29T01:25:28.308Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Signal Denoising
Code to reproduce the numerical experiments of [Theoretical and numerical comparison of first-order algorithms for cocoercive equations and smooth convex optimization](https://arxiv.org/abs/2101.06152).
The code of the paper is in matlab, here is my attempt to translate into python.