It is required to filter an audio signal that has a noise tone of 5kHz to remove the noise. This audio signal is read from a ".wav" file of a sampling frequency of 11025Hz and have 32-bit float ...
This repository contains a Python library which implements real time FIR filters. The library was optimized in C++. A demo and a howto are also provided Elements of the repository: 'FIR.py': PYTHON ...