Here are
1,376 public repositories
matching this topic...
Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Updated
May 31, 2021
Python
Image processing algorithms in pure Go
Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
🎵 🌈 Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
Updated
Mar 29, 2021
Python
An adblocker for live radio streams and podcasts. Machine learning meets Shazam.
Updated
Apr 10, 2021
JavaScript
PyWavelets - Wavelet Transforms in Python
Updated
Jun 4, 2021
Python
GNSS-SDR, an open-source software-defined GNSS receiver
SincNet is a neural architecture for efficiently processing raw audio samples.
Updated
Apr 28, 2021
Python
Python audio and music signal processing library
Updated
May 6, 2021
Python
ruptures: change point detection in Python
Updated
Jun 1, 2021
Python
Python implementation of Empirical Mode Decompoisition (EMD) method
Updated
Jun 4, 2021
Python
Deep Convolutional Neural Networks for Musical Source Separation
Updated
Jan 31, 2020
Python
Biosignal Processing in Python
Updated
May 28, 2021
Python
Novoic's audio feature extraction library
Updated
Oct 19, 2020
Python
NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
Updated
Jun 4, 2021
Python
Updated
Jun 3, 2021
SuperCollider
A tutorial for Speech Enhancement researchers and practitioners. The purpose of this repo is to organize the world’s resources for speech enhancement and make them universally accessible and useful.
Updated
Dec 1, 2020
MATLAB
A Python library aimed at acousticians.
Updated
Aug 18, 2020
Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Updated
Jun 6, 2021
Python
Different implementations of "Weighted Prediction Error" for speech dereverberation
Updated
Feb 15, 2021
Python
Graph Signal Processing in Python
Updated
Mar 20, 2021
Python
DerainZoo for collecting deraining methods, datasets, and codes.
DSP IIR realtime filter library written in C++
🔉 Collected C++ implementations of the classic 4-pole moog ladder filter
Analytic platform for real-time large-scale streams containing structured and unstructured data.
PyTorch implementation of the wavelet analysis from Torrence & Compo (1998)
Updated
Mar 24, 2020
Python
Detect source resolution of upscaled images
Improve this page
Add a description, image, and links to the
signal-processing
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
signal-processing
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
For the long term, we could clean up the code base a bit by internally using pathlib instead of
os.path.join(....)and consorts. This is no vital or overly important task but it will help new contributors, to use it in new contributions and not introduce more old-style code, looking at the rest of the code base.This is a pretty trivial (but longish) task and is a good first issue for new peo