libdspl-2.0/dspl/src
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
..
array.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
blas.h changed project structure. Added CodeBlocks IDE projects 2019-10-27 21:09:21 +03:00
cheby.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
complex.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
conv.c iir function is using normlization: 2020-08-29 16:10:42 +03:00
dft.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
dspl_internal.h Changes to be committed: 2020-07-08 23:28:59 +03:00
ellipj.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
fft.c Changed doxygen structure. Documntation is integrated in source code 2020-07-17 21:09:28 +03:00
fft_subkernel.c style correct 2020-07-17 23:47:48 +03:00
filter_an.c iir function is using normlization: 2020-08-29 16:10:42 +03:00
filter_ap.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
filter_fir.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
filter_ft.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
filter_iir.c iir function is using normlization: 2020-08-29 16:10:42 +03:00
fourier_series.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
gnuplot.c added function for analog and digital filters group delay calculation. 2020-08-18 20:38:42 +03:00
goertzel.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
inout.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
math.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
matrix.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
mt19937.c fixed randgen bugs 2019-10-27 23:38:18 +03:00
mt19937.h changed project structure. Added CodeBlocks IDE projects 2019-10-27 21:09:21 +03:00
polyval.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
randgen.c Changes to be committed: 2020-07-25 15:20:58 +03:00
resampling.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
signals.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
statistic.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
trapint.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
win.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00