libdspl-2.0/examples/src
Dsplib fd13aa502c Contour plot basic functions
Changes to be committed:
	modified:   dspl/src/gnuplot/contour2d.c
	new file:   dspl/src/gnuplot/contour2d.h
	new file:   dspl/src/gnuplot/contour2d_free.c
	new file:   dspl/src/gnuplot/contour2d_krn.c
	modified:   examples/src/contour_test.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2024-01-09 23:07:12 +03:00
..
array_test.c added tested spaces 2021-10-11 13:13:02 +03:00
bessel_i0.c Examples style changed 2020-07-18 09:34:52 +03:00
bilinear_test.c Examples style changed 2020-07-18 09:34:52 +03:00
butter_ap_test.c Changes to be committed: 2023-12-09 12:53:03 +03:00
butter_ap_zp_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby1_ap_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby1_ap_zp_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby2_ap_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby2_ap_zp_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby_poly1_test.c Examples style changed 2020-07-18 09:34:52 +03:00
cheby_poly2_test.c Examples style changed 2020-07-18 09:34:52 +03:00
complex_test.c Examples style changed 2020-07-18 09:34:52 +03:00
contour_test.c Contour plot basic functions 2024-01-09 23:07:12 +03:00
conv_fft_cmplx_test.c Examples style changed 2020-07-18 09:34:52 +03:00
conv_fft_test.c Examples style changed 2020-07-18 09:34:52 +03:00
conv_test.c Examples style changed 2020-07-18 09:34:52 +03:00
dft_cmplx_test.c Examples style changed 2020-07-18 09:34:52 +03:00
dft_test.c Examples style changed 2020-07-18 09:34:52 +03:00
dspl_info_test.c Examples style changed 2020-07-18 09:34:52 +03:00
ellip_ap_test.c Examples style changed 2020-07-18 09:34:52 +03:00
ellip_ap_zp_test.c Examples style changed 2020-07-18 09:34:52 +03:00
ellip_cd_test.c added examples for elliptic functions 2020-10-02 23:20:49 +03:00
ellip_landen_test.c Examples style changed 2020-07-18 09:34:52 +03:00
ellip_sn_test.c added examples for elliptic functions 2020-10-02 23:20:49 +03:00
fft_cmplx_test.c Examples style changed 2020-07-18 09:34:52 +03:00
fft_test.c Examples style changed 2020-07-18 09:34:52 +03:00
filter_iir_test.c Examples style changed 2020-07-18 09:34:52 +03:00
fir_linphase_test.c Examples style changed 2020-07-18 09:34:52 +03:00
gnuplot_script_test.c Examples style changed 2020-07-18 09:34:52 +03:00
idft_cmplx_test.c Examples style changed 2020-07-18 09:34:52 +03:00
ifft_cmplx_test.c Examples style changed 2020-07-18 09:34:52 +03:00
iir_bstop.c added function for analog and digital filters group delay calculation. 2020-08-18 20:38:42 +03:00
iir_lpf.c Examples style changed 2020-07-18 09:34:52 +03:00
iir_test.c Changes to be committed: 2023-12-09 12:53:03 +03:00
matrix_eig.c Examples style changed 2020-07-18 09:34:52 +03:00
matrix_eig.c.save Changes to be committed: 2023-12-09 12:53:03 +03:00
matrix_mul.c added doc for some matrix functions 2020-10-16 23:25:19 +03:00
matrix_pinv_test.c added pseudoinverion of matrix 2020-10-16 23:30:55 +03:00
matrix_print.c Examples style changed 2020-07-18 09:34:52 +03:00
matrix_svd_test.c Added SVD decomposition function matrix_svd for the real matricies 2020-10-16 16:26:47 +03:00
matrix_transpose.c Examples style changed 2020-07-18 09:34:52 +03:00
polyroots_test.c Doxygen doc moved to src 2020-07-23 21:55:02 +03:00
psd_bartlett_cmplx_test.c added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
psd_bartlett_test.c added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
psd_periodogram_cmplx_test.c added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
psd_periodogram_test.c added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
psd_welch_cmplx_test.c added psd_welch example and doc 2020-10-12 22:40:56 +03:00
psd_welch_test.c added psd_welch example and doc 2020-10-12 22:40:56 +03:00
randb_test.c Examples style changed 2020-07-18 09:34:52 +03:00
randi_test.c Examples style changed 2020-07-18 09:34:52 +03:00
randn_test.c Examples style changed 2020-07-18 09:34:52 +03:00
randu_accuracy_test.c Examples style changed 2020-07-18 09:34:52 +03:00
randu_test.c Examples style changed 2020-07-18 09:34:52 +03:00
readbin_test.c Changes to be committed: 2023-12-09 12:53:03 +03:00
resampling_block.c Changes to be committed: 2023-12-09 12:53:03 +03:00
sinc_test.c Examples style changed 2020-07-18 09:34:52 +03:00
sine_int_test.c Examples style changed 2020-07-18 09:34:52 +03:00
windows_test.c added windows example 2020-10-01 14:55:25 +03:00
writetxt_3d_test.c added function for analog and digital filters group delay calculation. 2020-08-18 20:38:42 +03:00
xcorr_cmplx_test.c 1) added xcorr fucntions for real and complex data 2020-09-04 14:43:44 +03:00
xcorr_test.c 1) added xcorr fucntions for real and complex data 2020-09-04 14:43:44 +03:00