libdspl-2.0/dspl/src
Dsplib c76bd63ace New Structure is beginning
Changes to be committed:
	deleted:    _release/.gitignore
	deleted:    _release/Makefile
	modified:   _release/dspl.c
	modified:   _release/dspl.h
	deleted:    _release/test.c
	modified:   dspl/Makefile
	modified:   dspl/src/array.c
	new file:   dspl/src/array/array_scale_lin.c
	new file:   dspl/src/array/concat.c
	new file:   dspl/src/array/decimate.c
	new file:   dspl/src/array/decimate_cmplx.c
	new file:   dspl/src/array/find_nearest.c
	new file:   dspl/src/array/flipip.c
	new file:   dspl/src/array/flipip_cmplx.c
	new file:   dspl/src/array/linspace.c
	new file:   dspl/src/array/logspace.c
	new file:   dspl/src/array/ones.c
	new file:   dspl/src/array/sum.c
	new file:   dspl/src/array/sum_sqr.c
	modified:   dspl/src/dft.c
	new file:   dspl/src/dft/dft.c
	new file:   dspl/src/dft/dft_cmplx.c
	new file:   dspl/src/dft/fft.c
	new file:   dspl/src/dft/fft_abs.c
	new file:   dspl/src/dft/fft_abs_cmplx.c
	new file:   dspl/src/dft/fft_cmplx.c
	new file:   dspl/src/dft/fft_create.c
	new file:   dspl/src/dft/fft_free.c
	new file:   dspl/src/dft/fft_krn.c
	new file:   dspl/src/dft/fft_mag.c
	new file:   dspl/src/dft/fft_mag_cmplx.c
	new file:   dspl/src/dft/fft_shift.c
	new file:   dspl/src/dft/fft_shift_cmplx.c
	renamed:    dspl/src/fft_subkernel.c -> dspl/src/dft/fft_subkernel.c
	new file:   dspl/src/dft/fourier_integral_cmplx.c
	new file:   dspl/src/dft/fourier_series_dec.c
	new file:   dspl/src/dft/fourier_series_dec_cmplx.c
	new file:   dspl/src/dft/fourier_series_rec.c
	new file:   dspl/src/dft/goertzel.c
	renamed:    dspl/src/goertzel.c -> dspl/src/dft/goertzel_cmplx.c
	new file:   dspl/src/dft/idft_cmplx.c
	new file:   dspl/src/dft/ifft_cmplx.c
	deleted:    dspl/src/fft.c
	deleted:    dspl/src/fourier_series.c
	new file:   dspl/src/math_poly.c
	new file:   dspl/src/math_poly/cheby_poly1.c
	renamed:    dspl/src/cheby.c -> dspl/src/math_poly/cheby_poly2.c
	new file:   dspl/src/math_poly/poly_z2a_cmplx.c
	renamed:    dspl/src/polyval.c -> dspl/src/math_poly/polyroots.c
	new file:   dspl/src/math_poly/polyval.c
	new file:   dspl/src/math_poly/polyval_cmplx.c
	modified:   make.inc
2021-12-29 14:33:52 +03:00
..
array New Structure is beginning 2021-12-29 14:33:52 +03:00
dft New Structure is beginning 2021-12-29 14:33:52 +03:00
math_poly New Structure is beginning 2021-12-29 14:33:52 +03:00
array.c New Structure is beginning 2021-12-29 14:33:52 +03:00
blas.h Added SVD decomposition function matrix_svd for the real matricies 2020-10-16 16:26:47 +03:00
complex.c added functions for power spectrum density estmation 2020-10-08 19:36:29 +03:00
conv.c iir function is using normlization: 2020-08-29 16:10:42 +03:00
dft.c New Structure is beginning 2021-12-29 14:33:52 +03:00
dspl_internal.h improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
ellipj.c added examples for elliptic functions 2020-10-02 23:20:49 +03:00
filter_an.c doxyfiles has changed; 2020-09-24 10:37:02 +03:00
filter_ap.c improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
filter_fir.c added doc for some functions 2020-10-21 23:30:35 +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
gnuplot.c added function for analog and digital filters group delay calculation. 2020-08-18 20:38:42 +03:00
inout.c doc modified and png files for doxygen are commited 2020-10-13 16:27:52 +03:00
math.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
math_poly.c New Structure is beginning 2021-12-29 14:33:52 +03:00
matrix.c Merge branch 'master' of https://github.com/Dsplib/libdspl-2.0 2020-10-21 23:36:10 +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
psd.c added doc for some functions 2020-10-21 23:30:35 +03:00
randgen.c added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +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 std function is renamed to stat_std 2021-12-04 21:26:33 +03:00
trapint.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
verification.c doxyfiles has changed; 2020-09-24 10:37:02 +03:00
win.c added windows example 2020-10-01 14:55:25 +03:00
xcorr.c doxyfiles has changed; 2020-09-24 10:37:02 +03:00