mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-02 01:28:56 -04:00
.. | ||
CMakeLists.txt | ||
FFTCode.cpp | ||
FFTCode.h | ||
FIRFilterCode.cpp | ||
FIRFilterCode.h | ||
FreqSamplingCode.cpp | ||
FreqSamplingCode.h | ||
IIRFilterCode.cpp | ||
IIRFilterCode.h | ||
LowPassPrototypes.cpp | ||
LowPassPrototypes.h | ||
LowPassRoots.cpp | ||
LowPassRoots.h | ||
NewParksMcClellan.cpp | ||
NewParksMcClellan.h | ||
PFiftyOneRevE.cpp | ||
PFiftyOneRevE.h | ||
QuadRootsRevH.cpp | ||
QuadRootsRevH.h | ||
readme.md |
IIR and FIR filter kit
This is the code for IIR and FIR filter design that can be found here Thnks to Iowa Hills Software for providing this code for free.
This is only the filter design part that can be downloaded here Under "IR FIR Source Code Kit". It also includes some dependencies found on the other files in this page.
Code has been re-implemented in more modern C++ and moving it into a kitiirfir namespace