Wykres commitów

136 Commity (1bfe422a240acc89fb0a15a27829a57c7e5a0ff4)

Autor SHA1 Wiadomość Data
Dsplib 1bfe422a24 modified: .travis.yml 2020-07-03 21:22:18 +03:00
Dsplib 7fbd810861 modified: .travis.yml 2020-07-03 21:14:49 +03:00
Dsplib 0b34dc650d new file: .travis.yml
modified:   README.md
	new file:   dspl/doc/en/latex/Makefile
	modified:   dspl/dox/en/dft.dox
	modified:   dspl/dox/en/dspl_load.dox
	modified:   dspl/dox/en/ellipj.dox
	modified:   dspl/dox/en/error_list.dox
	modified:   dspl/dox/en/fft.dox
	modified:   dspl/dox/en/groups_define.dox
	modified:   dspl/dox/en/mainpage.dox
	modified:   dspl/dox/ru/error_list.dox
	modified:   dspl/src/conv.c
	modified:   dspl/src/dft.c
	modified:   dspl/src/ellipj.c
2020-07-03 21:08:51 +03:00
Dsplib 9ebb3396a5 modified: README.md 2020-07-02 20:07:08 +03:00
Dsplib e469ad7c6a modified: README.md
modified:   dspl/dox/en/array.dox
modified:   dspl/dox/en/complex.dox
modified:   dspl/dox/en/mainpage.dox
modified:   dspl/dox/footer_en.html
modified:   dspl/dox/header_en.html
modified:   dspl/src/array.c
modified:   dspl/src/cheby.c
modified:   dspl/src/complex.c
2020-07-02 19:51:03 +03:00
Dsplib 56edea350a doxygen headers anf footers
Changes to be committed:
	modified:   .gitignore
	new file:   dspl/dox/footer_en.html
	new file:   dspl/dox/footer_ru.html
	new file:   dspl/dox/header_en.html
	new file:   dspl/dox/header_ru.html
2020-06-24 23:30:42 +03:00
Dsplib 2b7fc55d49 added english doc
Changes to be committed:
	deleted:    dspl/doc/html/formula.repository
	new file:   dspl/dox/doxyfile_en
	modified:   dspl/dox/doxyfile_ru
	modified:   dspl/dox/en/array.dox
	modified:   dspl/dox/en/cheby.dox
	modified:   dspl/dox/en/complex.dox
	modified:   dspl/dox/en/conv.dox
	deleted:    dspl/dox/en/fillarray.dox
	deleted:    dspl/dox/footer.html
	deleted:    dspl/dox/header.html
	modified:   dspl/dox/makedoc.sh
	modified:   dspl/dox/ru/array.dox
	modified:   dspl/dox/ru/complex.dox
	deleted:    dspl/dox/ru/fillarray.dox
	modified:   dspl/dox/ru/math.dox
	new file:   dspl/dox/ru/statistic.dox
	modified:   dspl/src/array.c
	modified:   dspl/src/conv.c
2020-06-19 18:20:27 +03:00
Sergey Bakhurin 1115b8d19b added english dox 2020-06-16 23:51:38 +03:00
Dsplib f2f0107774 Changes to be committed:
new file:   .gitattributes
2020-06-16 12:54:49 +03:00
Dsplib 1b72c263a4 added example and doc for 3d plotting
Changes to be committed:
modified:   dspl/doc/html/formula.repository
modified:   dspl/dox/ru/inout.dox
modified:   dspl/src/inout.c
modified:   examples/src/writetxt_3d_test.c
2020-06-04 16:26:02 +03:00
Sergey Bakhurin c5be8c45b0 added example for 3d plot 2020-06-04 11:57:34 +03:00
Sergey Bakhurin 81c13ef872 added documentation for polyroots and ones 2020-06-03 23:15:12 +03:00
Sergey Bakhurin 85c170cdb6 added documentation for polyroots and ones 2020-05-18 23:43:20 +03:00
Dsplib 66ab45251c added function ones and polyroots.
Changes to be committed:
modified:   dspl/doc/html/formula.repository
modified:   dspl/dox/ru/error_list.dox
modified:   dspl/src/array.c
modified:   dspl/src/polyval.c
new file:   examples/src/polyroots_test.c
modified:   include/dspl.c
modified:   include/dspl.h
2020-05-18 20:44:38 +03:00
Sergey Bakhurin 74b1b0cece added documentation for dspl_load and dspl_free 2020-05-17 23:48:24 +03:00
Sergey Bakhurin 299c6215d6 added documentation for error codes 2020-05-15 23:28:08 +03:00
Sergey Bakhurin 2bdad6b6a8 added documentation for error codes 2020-05-14 23:43:13 +03:00
Sergey Bakhurin 6a5cf5f83f added documentation for error codes 2020-05-13 23:48:20 +03:00
Dsplib a2f2d22a9b added doc for random generators
Changes to be committed:
	modified:   dspl/doc/html/formula.repository
	modified:   dspl/dox/ru/filter_ap.dox
	modified:   dspl/dox/ru/filter_fir.dox
	modified:   dspl/dox/ru/inout.dox
	modified:   dspl/dox/ru/randgen.dox
	modified:   dspl/src/dspl_internal.h
	modified:   dspl/src/filter_ft.c
	modified:   dspl/src/inout.c
	modified:   dspl/src/randgen.c
	new file:   examples/src/ellip_ap_test.c
	new file:   examples/src/fir_linphase_test.c
	new file:   examples/src/randb_test.c
	new file:   examples/src/randi_test.c
	new file:   examples/src/randn_test.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-05-07 13:13:34 +03:00
Dsplib 22a4dced8a added doc for randu
modified:   dspl/dox/ru/randgen.dox
	modified:   examples/src/dspl_info_test.c
	new file:   examples/src/randu_accuracy_test.c
	new file:   examples/src/randu_test.c
	modified:   ide/codeblocks/blas.depend
	modified:   ide/codeblocks/dspl.depend
	modified:   ide/codeblocks/dspl.workspace.layout
	modified:   ide/codeblocks/examples.depend
	modified:   ide/codeblocks/lapack_complex.depend
	modified:   ide/codeblocks/lapack_double.depend
2020-04-28 21:14:48 +03:00
Dsplib 8a3a2e904f deleted: dspl/doc/html/_form0_tmp.ps
deleted:    dspl/doc/html/_formulas.aux
	deleted:    dspl/doc/html/_formulas.dvi
	deleted:    dspl/doc/html/_formulas.log
	deleted:    dspl/doc/html/_formulas.tex
2020-04-25 17:03:32 +03:00
Dsplib 9af1eb6ceb modified: dspl/doc/.gitignore 2020-04-25 17:02:56 +03:00
Dsplib 2acda0aeea modified: dspl/dox/ru/fft.dox
modified:   dspl/dox/ru/groups_define.dox
	modified:   dspl/dox/ru/randgen.dox
	modified:   dspl/dox/ru/win.dox
	modified:   include/dspl.h
2020-04-25 17:00:45 +03:00
Dsplib 5e49724aee Added doc for array linear transformation 2020-04-19 16:34:58 +03:00
Dsplib 1f91996e76 updated doxigen and codeblocks projects 2020-04-18 11:09:38 +03:00
Dsplib 527e71a4a3 modified: ide/codeblocks/dspl.cbp
modified:   ide/codeblocks/examples.cbp
2020-04-14 20:18:22 +03:00
Dsplib 82dbd6a809 modified ide/codeblocks/dspl.workspace.layout 2020-04-14 20:11:09 +03:00
Dsplib cc06086329 Merge branch 'master' of https://github.com/Dsplib/libdspl-2.0 2020-04-14 20:04:27 +03:00
Dsplib c3c1677546 Modified codeblocks files 2020-04-14 20:01:23 +03:00
Dsplib ef54915419 Merge branch 'master' of https://github.com/Dsplib/libdspl-2.0
added iir doc
2020-02-27 21:24:42 +03:00
Dsplib 55a0a07a6b added doxygen for iir function 2020-02-27 21:15:47 +03:00
Dsplib ae5476689a 1) Modified doxigen structure.
2) Added documentation for gnuplot interface

 Changes to be committed:
	modified:   bin/img/filter_iir_test.png
	deleted:    dspl/doc/html/_form0_tmp.ps
	deleted:    dspl/doc/html/_formulas.aux
	deleted:    dspl/doc/html/_formulas.dvi
	deleted:    dspl/doc/html/_formulas.log
	deleted:    dspl/doc/html/_formulas.tex
	new file:   dspl/doc/html/formula.repository
	modified:   dspl/dox/doxyfile_ru
	modified:   dspl/dox/ru/cheby.dox
	modified:   dspl/dox/ru/conv.dox
	modified:   dspl/dox/ru/error_list.dox
	modified:   dspl/dox/ru/filter_ap.dox
	modified:   dspl/dox/ru/filter_iir.dox
	deleted:    dspl/dox/ru/getting_started_make.dox
	deleted:    dspl/dox/ru/getting_started_mingw.dox
	modified:   dspl/dox/ru/getting_started_toolchain.dox
	modified:   dspl/dox/ru/gnuplot.dox
	modified:   dspl/dox/ru/inout.dox
	modified:   dspl/dox/ru/mainpage.dox
	modified:   dspl/dox/ru/math.dox
	modified:   dspl/dox/ru/matrix.dox
	modified:   dspl/src/inout.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-01-09 23:58:32 +03:00
Dsplib c9a0fd9122 Merge branch 'master' of https://github.com/Dsplib/libdspl-2.0
merging dspl/dox/ru/mainpage.dox
2020-01-09 22:37:41 +03:00
Dsplib 10d0354f33 dosygen merging
Changes to be committed:
	new file:   dspl/dox/ru/getting_started_make.dox
	modified:   dspl/dox/ru/getting_started_toolchain.dox
	modified:   dspl/dox/ru/mainpage.dox
2020-01-09 22:35:04 +03:00
Dsplib 159d414784 Added gnuplot interface commande line functions.
No need to use plt filees anymore

 Changes to be committed:
	deleted:    bin/gnuplot/bessel_i0.plt
	deleted:    bin/gnuplot/bilinear_test.plt
	deleted:    bin/gnuplot/butter_ap_test.plt
	deleted:    bin/gnuplot/cheby1_ap_test.plt
	deleted:    bin/gnuplot/cheby_poly1.plt
	deleted:    bin/gnuplot/cheby_poly2.plt
	deleted:    bin/gnuplot/filter_iir.plt
	deleted:    bin/gnuplot/gnuplot_script.plt
	deleted:    bin/gnuplot/iir_bstop.plt
	deleted:    bin/gnuplot/iir_lpf.plt
	deleted:    bin/gnuplot/iir_test.plt
	deleted:    bin/gnuplot/sinc_test.plt
	deleted:    bin/gnuplot/sine_int.plt
	modified:   bin/img/bessel_i0.png
	modified:   bin/img/bilinear.png
	modified:   bin/img/cheby_poly1.png
	modified:   bin/img/cheby_poly2.png
	modified:   bin/img/filter_iir_test.png
	deleted:    bin/img/gnuplot_script.png
	modified:   bin/img/iir_bstop.png
	modified:   bin/img/iir_lpf.png
	modified:   bin/img/iir_test.png
	modified:   bin/img/sinc_test.png
	new file:   dspl/doc/html/_form0_tmp.ps
	new file:   dspl/doc/html/_formulas.aux
	new file:   dspl/doc/html/_formulas.dvi
	new file:   dspl/doc/html/_formulas.log
	new file:   dspl/doc/html/_formulas.tex
	deleted:    dspl/doc/html/formula.repository
	modified:   dspl/dox/doxyfile_ru
	modified:   dspl/dox/ru/error_list.dox
	new file:   dspl/dox/ru/gnuplot.dox
	modified:   dspl/dox/ru/groups_define.dox
	modified:   dspl/dox/ru/mainpage.dox
	new file:   dspl/src/gnuplot.c
	modified:   dspl/src/inout.c
	modified:   examples/src/bessel_i0.c
	modified:   examples/src/bilinear_test.c
	modified:   examples/src/butter_ap_test.c
	modified:   examples/src/cheby1_ap_test.c
	modified:   examples/src/cheby2_ap_zp_test.c
	modified:   examples/src/cheby_poly1_test.c
	modified:   examples/src/cheby_poly2_test.c
	modified:   examples/src/filter_iir_test.c
	modified:   examples/src/gnuplot_script_test.c
	modified:   examples/src/iir_bstop.c
	modified:   examples/src/iir_lpf.c
	modified:   examples/src/iir_test.c
	modified:   examples/src/sinc_test.c
	modified:   examples/src/sine_int_test.c
	deleted:    examples/src/test.c
	modified:   ide/codeblocks/examples.depend
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-01-09 22:31:03 +03:00
Dsplib 7769efae10 test commit 2019-12-29 12:51:08 +03:00
Dsplib a52ef6a59d new file: bin/dat/.gitignore 2019-11-04 17:47:31 +03:00
Dsplib 8857317c03 new file: lapack/obj/.gitignore 2019-11-04 17:39:57 +03:00
Dsplib ccc265828b Changes to be committed:
new file:   blas/bin/.gitignore
	new file:   lapack/bin/.gitignore
2019-11-04 17:36:38 +03:00
Dsplib 2c6e6680d9 On branch master
Your branch is up to date with 'origin/master'.

 Changes to be committed:
	new file:   blas/obj/.gitignore
	modified:   dspl/dox/ru/getting_started_toolchain.dox
	new file:   dspl/obj/.gitignore
	new file:   examples/obj/.gitignore
2019-11-04 17:32:49 +03:00
Dsplib e7d56aa934 added gitignore to doc 2019-11-04 17:11:02 +03:00
Dsplib a35503c774 delete doc 2019-11-04 17:07:13 +03:00
Dsplib 52c4cf0061 changed project structure 2019-11-04 17:05:33 +03:00
Dsplib 4e259f742f fixed randgen bugs 2019-10-27 23:38:18 +03:00
Dsplib 1e9430426d changed project structure. Added CodeBlocks IDE projects 2019-10-27 21:09:21 +03:00
Dsplib 89a3a34e42 added Mersene twister random generator 2019-10-20 19:49:09 +03:00
Dsplib 7a66faf4e0 added some docs for ellipj 2019-10-13 17:19:50 +03:00
Dsplib d732d5709c Deleted matrix_t from dspl.h 2019-10-13 14:30:50 +03:00
Dsplib b68cab6766 Matrix structure is changed.
Added LAPACK eigenvalues function
2019-10-13 14:29:21 +03:00
Dsplib bbfa68d4e4 ADDED Lapack and changed project structure 2019-10-10 21:02:33 +03:00