Wykres commitów

3 Commity (master)

Autor SHA1 Wiadomość Data
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 d2e9224f37 doxyfiles has changed;
added performance estimation for FFT
added verificator for FFT and statistic functions (mean and std)

Changes to be committed:
modified:   dspl/dox/doxyfile_en
modified:   dspl/dox/doxyfile_ru
new file:   dspl/dox/doxygen_equation.css
modified:   dspl/dox/header_ru.html
modified:   dspl/dox/ru/mainpage.dox
modified:   dspl/src/array.c
modified:   dspl/src/fft.c
modified:   dspl/src/fft_subkernel.c
modified:   dspl/src/filter_an.c
modified:   dspl/src/inout.c
modified:   dspl/src/statistic.c
new file:   dspl/src/verification.c
modified:   dspl/src/xcorr.c
modified:   include/dspl.c
modified:   include/dspl.h
new file:   performance/bin/dat/.gitignore
new file:   performance/bin/octave/fft_cmplx_performance.m
new file:   performance/bin/python/fft_cmplx_performance.py
new file:   performance/src/fft_cmplx_performance.c
modified:   verification/Makefile
new file:   verification/bin/octave/fft_verification.m
new file:   verification/bin/octave/statistic_verification.m
modified:   verification/bin/octave/writebin_readbin_verification.m
deleted:    verification/src/dspl_verif.h
new file:   verification/src/fft_verification.c
new file:   verification/src/statistic_verification.c
new file:   verification/src/writebin_readbin_verification.c
deleted:    verification/src/writebin_readbin_verification_complex.c
deleted:    verification/src/writebin_readbin_verification_double.c
2020-09-24 10:37:02 +03:00
Dsplib 23c2496b2a 1) added xcorr fucntions for real and complex data
2) added performance test direcories
3) added verification directories and files for readbin abd writebin verification with octave

Changes to be committed:
modified:   Makefile
modified:   dspl/src/inout.c
modified:   dspl/src/statistic.c
new file:   dspl/src/xcorr.c
new file:   examples/src/xcorr_cmplx_test.c
new file:   examples/src/xcorr_test.c
modified:   include/dspl.c
modified:   include/dspl.h
new file:   performance/Makefile
new file:   performance/bin/.gitignore
new file:   performance/obj/.gitignore
new file:   performance/src/xcorr_cmplx_performance.c
new file:   verification/Makefile
new file:   verification/bin/dat/.gitignore
new file:   verification/bin/octave/readbin.m
new file:   verification/bin/octave/writebin.m
new file:   verification/bin/octave/writebin_readbin_verification.m
new file:   verification/bin/python/.gitignore
new file:   verification/obj/.gitignore
new file:   verification/src/writebin_readbin_verification_complex.c
new file:   verification/src/writebin_readbin_verification_double.c
new file:   verification/verif.sh
2020-09-04 14:43:44 +03:00