Topic: "adaptive-filtering"
LCAV/pyroomacoustics
Pyroomacoustics is a package for audio signal processing for indoor applications. It was developed as a fast prototyping platform for beamforming algorithms in indoor scenarios.
Language: Python - Size: 91.6 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 1,558 - Forks: 448

ar1st0crat/NWaves
.NET DSP library with a lot of audio processing functions
Language: C# - Size: 7.28 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 484 - Forks: 77

matousc89/padasip
Python Adaptive Signal Processing
Language: Python - Size: 5.93 MB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 311 - Forks: 52

adobe-research/MetaAF
Control adaptive filters with neural networks.
Language: Python - Size: 993 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 244 - Forks: 42

rohitner/adaptive-filters
My collection of implementations of adaptive filters.
Language: Python - Size: 381 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 43 - Forks: 16

chenwj1989/MLSP
Examples of machine learning and signal processing algorithms.
Language: Python - Size: 2.59 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 36 - Forks: 18

karel/gr-adapt
Adaptive filters for GNU Radio
Language: Python - Size: 673 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 29 - Forks: 4

ExcViral/adaptive-forex-forecast
An adaptive model for prediction of one day ahead foreign currency exchange rates using machine learning algorithms
Language: Python - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 28 - Forks: 20

aaronpenne/dsp
A collection of digital signal processing projects.
Language: Matlab - Size: 158 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 28 - Forks: 19

stuffmatic/microdsp
DSP algorithms and utilities written in Rust. Performant, embedded friendly and no_std compatible.
Language: Rust - Size: 3.44 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 17 - Forks: 1

baggepinnen/AdaptiveFilters.jl
Classical adaptive linear filters in Julia
Language: Julia - Size: 55.7 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 4

berndporr/deepNeuronalFilter
Deep Neuronal Filter (DNF): A closed-loop filter to remove noise from signals with the help of a noise reference signal.
Language: C++ - Size: 286 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 13 - Forks: 13

fhchl/adafilt
Adaptive filters for 🐍
Language: Jupyter Notebook - Size: 8.76 MB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 13 - Forks: 4

Ghananeel/Adaptive-Filtering
An implementation of the most common Adaptive Signal Processing Algorithms often used for time-series prediction and noise filtering/cancellation
Language: MATLAB - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 2

pratapkygo/noiseCancellationCarnaticMusic
Various melodic noise filtering techniques viz. Adaptive Noise Cancellation, Spectral Methods and Deep Learning algorithms have been employed to filter music signals corrupted with additive Gaussian white noise. The noise reduction problem has been formulated as a filtering problem which is efficiently solved by using the LMS, NLMS and RLS methods in adaptive filtering and as a spectral problem solved using spectral subtraction and spectral gating techniques.
Language: Jupyter Notebook - Size: 7.07 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

fofoni/atfa-examples 📦
Example algorithms for the ATFA (Real-time testing environment for adaptive filters)
Language: Python - Size: 52.7 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 4

YasminFathy/AMDRIoT
A prediction-based data reduction method that exploits LMS adaptive filters in the Internet of Things
Language: Matlab - Size: 71.3 KB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 2

jnez71/adaptive_filter
Various adaptive filter implementations (university project)
Language: Python - Size: 3.81 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 4

rohinkumarreddy/DTBDM
Removal of random valued impulse noise using DTBDM algorithm - Identifies corrupted pixels in an image and corrects them based on neighboring values using non-linear filtering i.e., Modified decision based median filtering along with an impulse detector. • Displays edge preserving-enhancing abilities resulting in better contrast and color mapping. See project Removal of random valued impulse noise using DTBDM algorithm | MATLAB | Image processing
Language: Matlab - Size: 729 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

syedalamabbas/PhasorEstimationConjugateGradient
This is the source code for my paper titled, "A New Fast Algorithm to Estimate Real-Time Phasors Using Adaptive Signal Processing", published in IEEE Trans. Power Delivery journal, Link :
Language: Matlab - Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 5 - Forks: 1

tetsuzawa/go-adflib
go-adflib is designed to simplify adaptive signal processing tasks with golang.
Language: Go - Size: 146 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 4 - Forks: 3

jkjaer/adaptiveFilteringLectureNotes
Lectures notes for the basics of adaptive filtering
Language: TeX - Size: 1.34 MB - Last synced at: 20 days ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 1

cristinaa211/LMS_NLMS_adaptive_filters
This repository represents the implementation of a Normalized Least Mean Squares (NLMS) and a Least Mean Squares (LMS) adaptive filters
Language: MATLAB - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

azzaouiyazid/Adaptive-Comb-Filtering-Algorithm-for-Harmonic-Signal-Enhancement
An adaptive comb filtering algorithm for the enhancement of harmonic signals in the presence of additive white noise. The algorithm improves the signal-to-noise ratio by estimating the fundamental frequency and enhancing the harmonic component in the input. It is implemented in Python and can be used for audio processing applications.
Language: Python - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

rossGardiner/AudiClean
AudiClean is an event driven audio processing libary which implements adaptive LMS and DNF filters as an extension of the Sound eXchange (SoX) package for audio processing.
Language: C++ - Size: 4.56 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

GuitarsAI/ApaptiveFiltersPerceptualAudio
Adaptive Pre and Post Filters based on Perceptual Audio Coding Using Adaptive Pre- and Post-Filters and Lossless Compression by G. Schuller
Language: Jupyter Notebook - Size: 3.52 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

Seifo321/Digital-Signal-Processing-2
Labs of DSP2
Language: MATLAB - Size: 2.17 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

thiagotps/lmscpp
The software used to calculate the theoretical and empirical results for the articles about the exact expectation analysis of the LMS adaptive filtering.
Language: C++ - Size: 3.49 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

adamg0709/UndergraduateCapstone
Code that implements the Least Mean Squares algorithm on a Teensy 4.0 with the corresponding audio shield to create Active Noise Cancellation in 1 dimension. A prototype was built using the Teensy device, 2 microphones, 1 speaker and a cylindrical apparatus. The prototype was able to reduce the perceived sound intensity from a constant 500 Hz noise noise by about 20 dB.
Language: C++ - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

jayshah19949596/Neural-Network-Demo
This repository contains basic neural network design concepts like hebbian learning, perceptron rule, filtered learning
Language: Python - Size: 10.6 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

borley1211/audapter
Adaptive Automatic Equalizer
Language: Jupyter Notebook - Size: 4.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ParthLa/HeartSound_classification_and_filtering
Language: HTML - Size: 36.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

buddhiW/AdaptiveNet
A dynamically adaptable neural network-based replay spoofing attack detection system.
Language: Python - Size: 15.6 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

harshitrai17152/Digital-Image-Processing
Language: MATLAB - Size: 8.77 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Haibit/brain-modelling Fork of pchrapka/brain-modelling
Size: 166 MB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

navarmn/PhD_Adaptive_Filtering_class
Some scripts coded when I attended to the PhD class of Adaptive Filtering
Language: MATLAB - Size: 13.5 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

HasanZiyade/adaptive-equalization
implemented Adaptive Equalization algorithms for Rayleigh fading channels, and evaluated using PSK modulation schemes.
Language: MATLAB - Size: 551 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Galtan-dev/Water-pipe-leak-detection
Water pipeline leak detection via Novelty detection
Language: Python - Size: 36.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

cloudisyzy/Reduce-Periodic-Noise-in-Speech-Signal
Language: MATLAB - Size: 25.6 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

mahdiolfat/ssp
Statistical Digital Signal Processing and Modeling
Language: Python - Size: 3.35 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

cartheur/ideal-uhoo
The data-management aspect to the ideal algorithm
Language: Scilab - Size: 3.55 MB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

joaoipiraja/NoiseCancellingAlgorithm
Recreating a simple algorithm to cancelling noise in audio based on noise sample
Language: C++ - Size: 3.65 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

leonardopedroso/Electronics-laboratories
Electronics laboratories: I) Active filters and oscillators; II) Digital-analog converter DAC; III) Adaptive filters.
Language: MATLAB - Size: 89.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AhmedNasser1601/ImageFilters
Image Filters, (Noise removal in Image processing), this is our project in Algorithms Design and Analysis
Language: C# - Size: 2.29 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 4

07Agarg/Course_Programming_Assignments
My Solutions to Programming Assignments of Artificial Intelligence, Machine Learning and Digital Image Processing
Language: Python - Size: 152 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

fofoni/atfa 📦
Ambiente para Testes de Filtros Adaptativos
Language: C++ - Size: 3.49 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
