Wykres commitów

2 Commity (226b1ff7d521ac68927d24fda312988896c54581)

Autor SHA1 Wiadomość Data
Dsplib 226b1ff7d5 Changes to be committed:
modified:   .gitignore
modified:   dspl/src/inout.c
modified:   dspl/src/xcorr.c
modified:   include/dspl.c
modified:   include/dspl.h
modified:   lapack/lapack_complex.inc
new file:   verification/src/dspl_verif.h
modified:   verification/src/writebin_readbin_verification_complex.c
modified:   verification/src/writebin_readbin_verification_double.c
modified:   verification/verif.sh
2020-09-17 10:53:32 +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