libdspl-2.0/dspl
Dsplib 52a33913b3 iir function is using normlization:
a[m] = a[m] / a[0], m = 1... ord
b[m] = b[m] / a[0], m = 1... ord
a[0] = 1.0

added doc for individual functions group_delay and phase_delay

filter_iir is also using normlization
a[m] = a[m] / a[0], m = 1... ord
b[m] = b[m] / a[0], m = 1... ord
a[0] = 1.0

Changes to be committed:
modified:   dspl/src/conv.c
modified:   dspl/src/filter_an.c
modified:   dspl/src/filter_iir.c
2020-08-29 16:10:42 +03:00
..
doc Changes to be committed: 2020-07-08 23:28:59 +03:00
dox Changes to be committed: 2020-07-25 15:20:58 +03:00
obj On branch master 2019-11-04 17:32:49 +03:00
src iir function is using normlization: 2020-08-29 16:10:42 +03:00
LICENSE changed project structure. Added CodeBlocks IDE projects 2019-10-27 21:09:21 +03:00
Makefile changed project structure 2019-11-04 17:05:33 +03:00