Wykres commitów

4 Commity (c76bd63aceda946887f0fc0eced6f4fb03cbe100)

Autor SHA1 Wiadomość Data
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
Dsplib d5586dfb9e improved FFT performance and added verificator for radix-2 fft from 4 points to 65536
Changes to be committed:
modified:   _release/dspl.c
modified:   _release/dspl.h
modified:   dspl/dox/doxyfile_en
modified:   dspl/dox/footer_en.html
modified:   dspl/dox/header_en.html
modified:   dspl/src/dspl_internal.h
modified:   dspl/src/fft.c
modified:   dspl/src/fft_subkernel.c
modified:   dspl/src/filter_ap.c
modified:   include/dspl.h
modified:   performance/bin/octave/fft_cmplx_performance.m
modified:   performance/src/fft_cmplx_performance.c
new file:   verification/bin/octave/fft_radix2_verification.m
new file:   verification/src/fft_radix2_verification.c
2020-11-10 19:06:20 +03:00
Dsplib fcacbb0293 doc modified and png files for doxygen are commited
Changes to be committed:
	modified:   _release/dspl.c
	modified:   _release/dspl.h
	modified:   dspl/dox/doxyfile_ru
	modified:   dspl/dox/ru/getting_started_compile_make_win.dox
	new file:   dspl/dox/ru/img/.gitignore
	new file:   dspl/dox/ru/img/codeblocks_1.png
	new file:   dspl/dox/ru/img/codeblocks_10.png
	new file:   dspl/dox/ru/img/codeblocks_11.png
	new file:   dspl/dox/ru/img/codeblocks_12.png
	new file:   dspl/dox/ru/img/codeblocks_2.png
	new file:   dspl/dox/ru/img/codeblocks_3.png
	new file:   dspl/dox/ru/img/codeblocks_4.png
	new file:   dspl/dox/ru/img/codeblocks_5.png
	new file:   dspl/dox/ru/img/codeblocks_6.png
	new file:   dspl/dox/ru/img/codeblocks_7.png
	new file:   dspl/dox/ru/img/codeblocks_8.png
	new file:   dspl/dox/ru/img/codeblocks_9.png
	new file:   dspl/dox/ru/img/dspl_small.png
	new file:   dspl/dox/ru/img/libdspl_bin.png
	new file:   dspl/dox/ru/img/libdspl_cmd.png
	new file:   dspl/dox/ru/img/libdspl_dir.png
	new file:   dspl/dox/ru/img/libdspl_release.png
	new file:   dspl/dox/ru/img/welch_overlap.png
	new file:   dspl/dox/ru/img/winconsole_1.png
	new file:   dspl/dox/ru/img/writetxt_3d_matrix.png
	modified:   dspl/src/inout.c
	modified:   dspl/src/psd.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-10-13 16:27:52 +03:00
Dsplib 32d374a575 added functions for psd Bartlett's method for real and complex data
Changes to be committed:
	new file:   _release/dspl.c
	new file:   _release/dspl.h
	modified:   dspl/dox/en/mainpage.dox
	modified:   dspl/dox/ru/mainpage.dox
	modified:   dspl/src/psd.c
	modified:   dspl/src/randgen.c
	new file:   examples/src/psd_bartlett_cmplx_test.c
	new file:   examples/src/psd_bartlett_test.c
	new file:   examples/src/psd_periodogram_cmplx_test.c
	new file:   examples/src/psd_periodogram_test.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-10-09 21:36:46 +03:00