A MATLAB-like and simple digital filter design library for python.
filterdesigner can make simple digital filters they have numerator and denominator coefficients and returns these characteristics. This library aims to be able to generate FIR/IIR digital filter, prototype analog filters and convolute the digital filters like MATLAB on python.
FIR digital filter design module
IIR digital and analog filter design module
Digital filter analysis module
Transform from numerator and denominator to zelos, poles, gain and abcd coefficients
Import and export to .npy, .mat, .txt file and so on
It is under construction.
Python 3.7.6 or later
Numpy 1.18.1 or later
Scipy 1.3.2 or later
Matplotlib 3.1.1 or later
MATLAB is a registered trademark of The MathWorks, Inc.