├── DirectFormI.h ├── LICENSE ├── Makefile ├── README.md ├── ecg2.dat ├── fixeddemo.cpp ├── gen_coeff.py ├── iir_demo_plot.png └── plot_ecg.py /DirectFormI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/DirectFormI.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/README.md -------------------------------------------------------------------------------- /ecg2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/ecg2.dat -------------------------------------------------------------------------------- /fixeddemo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/fixeddemo.cpp -------------------------------------------------------------------------------- /gen_coeff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/gen_coeff.py -------------------------------------------------------------------------------- /iir_demo_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/iir_demo_plot.png -------------------------------------------------------------------------------- /plot_ecg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berndporr/iir_fixed_point/HEAD/plot_ecg.py --------------------------------------------------------------------------------