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
Sergey Bakhurin 05201ebfde
Merge pull request #9 from ryandesign/implicit
Fix implicit function declarations
2024-07-14 13:21:01 +03:00
.github/ISSUE_TEMPLATE
_release Changes to be committed: 2024-06-05 17:13:21 +03:00
dspl Fix implicit function declarations 2024-06-21 03:45:14 -05:00
examples Fixed polyroot bug 2024-06-05 13:09:59 +03:00
include Contour plot basic functions 2024-01-09 23:07:12 +03:00
performance
verification Changes to be committed: 2023-12-09 12:53:03 +03:00
.gitattributes
.gitignore
.travis.yml
LICENSE
Makefile
README.md modified: README.md 2024-05-30 15:56:48 +03:00
make.inc

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