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 d5586dfb9e improved FFT performance and added verificator for radix-2 fft from 4 points to 65536
Changes to be committed:
modified:   _release/dspl.c
modified:   _release/dspl.h
modified:   dspl/dox/doxyfile_en
modified:   dspl/dox/footer_en.html
modified:   dspl/dox/header_en.html
modified:   dspl/src/dspl_internal.h
modified:   dspl/src/fft.c
modified:   dspl/src/fft_subkernel.c
modified:   dspl/src/filter_ap.c
modified:   include/dspl.h
modified:   performance/bin/octave/fft_cmplx_performance.m
modified:   performance/src/fft_cmplx_performance.c
new file:   verification/bin/octave/fft_radix2_verification.m
new file:   verification/src/fft_radix2_verification.c
2020-11-10 19:06:20 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2020-09-04 14:35:31 +03:00
_release improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
dspl improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
examples Merge branch 'master' of https://github.com/Dsplib/libdspl-2.0 2020-10-16 23:31:29 +03:00
include improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
performance improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +03:00
verification improved FFT performance and added verificator for radix-2 fft from 4 points to 65536 2020-11-10 19:06:20 +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
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