sdrangel/kitiirfir
f4exb c495f82235 Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
..
CMakeLists.txt Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FFTCode.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FFTCode.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FIRFilterCode.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FIRFilterCode.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FreqSamplingCode.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
FreqSamplingCode.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
IIRFilterCode.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
IIRFilterCode.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
LowPassPrototypes.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
LowPassPrototypes.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
LowPassRoots.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
LowPassRoots.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
NewParksMcClellan.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
NewParksMcClellan.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
PFiftyOneRevE.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
PFiftyOneRevE.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
QuadRootsRevH.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
QuadRootsRevH.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
readme.md Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00

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