ibdspl-2.0 — opensource cross-platform digital signal processing algorithm library, written in C language. Distributed under LGPL v3 license. This allows to use this library in all applications with dynamic linking.
 
 
 
 
Go to file
Dsplib 32d374a575 added functions for psd Bartlett's method for real and complex data
Changes to be committed:
	new file:   _release/dspl.c
	new file:   _release/dspl.h
	modified:   dspl/dox/en/mainpage.dox
	modified:   dspl/dox/ru/mainpage.dox
	modified:   dspl/src/psd.c
	modified:   dspl/src/randgen.c
	new file:   examples/src/psd_bartlett_cmplx_test.c
	new file:   examples/src/psd_bartlett_test.c
	new file:   examples/src/psd_periodogram_cmplx_test.c
	new file:   examples/src/psd_periodogram_test.c
	modified:   include/dspl.c
	modified:   include/dspl.h
2020-10-09 21:36:46 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2020-09-04 14:35:31 +03:00
_release added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
dspl added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
examples added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
include added functions for psd Bartlett's method for real and complex data 2020-10-09 21:36:46 +03:00
performance doxyfiles has changed; 2020-09-24 10:37:02 +03:00
verification added doc for mean function 2020-10-01 23:32:25 +03:00
.gitattributes Changes to be committed: 2020-06-16 12:54:49 +03:00
.gitignore Changes to be committed: 2020-09-17 10:53:32 +03:00
.travis.yml modified: .travis.yml 2020-07-03 21:22:18 +03:00
LICENSE Initial 2019 year commit. 2019-01-09 23:22:17 +03:00
Makefile Project structure is changed 2020-10-02 14:50:18 +03:00
README.md modified: README.md 2020-07-03 22:00:15 +03:00
make.inc Project structure is changed 2020-10-02 14:50:18 +03:00

README.md

libdspl-2.0 free digital signal processing algorithm library

Build Status GitHub

libdspl-2.0 — opensource cross-platform digital signal processing algorithm library, written in C language. Distributed under LGPL v3 license. This allows to use this library in all applications with dynamic linking.

libdspl-2.0 includes follow algorithms sets:

  • Digital spectral analysis, discrete and fast Fourier transform algorithms.
  • Analog and digital IIR filters design and analysis.
  • Digital FIR filters design and analysis.
  • Windows function collection includes 15 different parametric and nonparametric window functions.
  • Digital Hilbert transform algorithms.
  • Mathematical sections includes trigonometric, hyperbolic, elliptic functions of real and complex variables.
  • Pseudorandom numbers generation algorithms.
  • Statistic functions.
  • Linear algebra BLAS and LAPACK packages are used under the hood.
  • Digital resampling algorithms.

Build and run libdspl-2.0

To build the DSPL-2.0 library on Windows, a special set of programs dsplib toolchain is provided. Dsplib toolchain includes GCC, Gnuplot, CodeBlocks IDE, file manager Far and also Unix utilities for Windows OS.

Documentation content