Simple Python and Julia implementations of the 1€ Filter. The codes can be used as a pseudocode for implementing the algorithm in other languages.
-
Updated
Mar 28, 2023 - Python
Simple Python and Julia implementations of the 1€ Filter. The codes can be used as a pseudocode for implementing the algorithm in other languages.
Filtering unwanted background noise from .wav files using different algorithms (Moving Average, Frequency Domain Filter and Spectral Subtraction)
ClearSpeak is a real-time audio transcription application using Google's Speech-to-Text API. It features a Tkinter-based GUI, filtering background noise, and providing clear speech transcription.
Indoor Human Walking Path Reconstruction from a FMWC Radar Signal
The `KalmanFilter` class implements the Kalman Filter algorithm for estimating the state of linear dynamic systems using noisy measurements. The class accepts system matrices, initial state, and covariance, and provides `predict` and `update` methods for state prediction and refinement based on new observations.
Add a description, image, and links to the noise-filtering topic page so that developers can more easily learn about it.
To associate your repository with the noise-filtering topic, visit your repo's landing page and select "manage topics."