Wykres commitów

5 Commity (master)

Autor SHA1 Wiadomość Data
Dsplib 333d86eb8f Examples style changed
Changes to be committed:
modified:   examples/src/array_test.c
modified:   examples/src/bessel_i0.c
modified:   examples/src/bilinear_test.c
modified:   examples/src/butter_ap_test.c
modified:   examples/src/butter_ap_zp_test.c
modified:   examples/src/cheby1_ap_test.c
modified:   examples/src/cheby1_ap_zp_test.c
modified:   examples/src/cheby2_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/complex_test.c
modified:   examples/src/conv_fft_cmplx_test.c
modified:   examples/src/conv_fft_test.c
modified:   examples/src/conv_test.c
modified:   examples/src/dft_cmplx_test.c
modified:   examples/src/dft_test.c
modified:   examples/src/dspl_info_test.c
modified:   examples/src/ellip_ap_test.c
modified:   examples/src/ellip_ap_zp_test.c
modified:   examples/src/ellip_landen_test.c
modified:   examples/src/fft_cmplx_test.c
modified:   examples/src/fft_test.c
modified:   examples/src/filter_iir_test.c
modified:   examples/src/fir_linphase_test.c
modified:   examples/src/gnuplot_script_test.c
modified:   examples/src/idft_cmplx_test.c
modified:   examples/src/ifft_cmplx_test.c
modified:   examples/src/iir_bstop.c
modified:   examples/src/iir_lpf.c
modified:   examples/src/iir_test.c
modified:   examples/src/matrix_eig.c
modified:   examples/src/matrix_mul.c
modified:   examples/src/matrix_print.c
modified:   examples/src/matrix_transpose.c
modified:   examples/src/polyroots_test.c
modified:   examples/src/randb_test.c
modified:   examples/src/randi_test.c
modified:   examples/src/randn_test.c
modified:   examples/src/randu_accuracy_test.c
modified:   examples/src/randu_test.c
modified:   examples/src/sinc_test.c
modified:   examples/src/sine_int_test.c
modified:   examples/src/writetxt_3d_test.c
2020-07-18 09:34:52 +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 52c4cf0061 changed project structure 2019-11-04 17:05:33 +03:00
Dsplib 5da9d064a1 added function iir 2019-04-28 23:44:51 +03:00
Dsplib 966d85edb4 1. Added function window
2. Deleted test folder
3. Addeddded examples folder
4. Updated doxygen project
2019-02-17 16:59:42 +03:00