Updated readme

This commit is contained in:
Anne de Jong 2018-03-06 21:26:08 +01:00 committed by J.A. de Jong - ASCEE
parent 8a00420b17
commit afd2b7d38a
1 changed files with 7 additions and 2 deletions

View File

@ -15,9 +15,14 @@ Current features that are implemented:
- Compile-time determination of the floating-point accuracy (32/64 bit)
- Fast convolution FIR filter implementation
- Decimation of the sample rate by an integer factor of 4.
- Octave filterbank FIR filters designed to be compliant to IEC 61260
- Octave filterbank FIR filters designed to comply with IEC 61260
(1995).
- Averaged power spectra and power spectral density determination
using Welch' method. Taper functions of Hann, Hamming, Bartlett and
Blackman are provided.
- A thread-safe job queue including routines to create worker threads.
- Several linear algebra routines (wrappers around BLAS and LAPACK).
- A nice debug tracer implementation
Some of the near future features:
- Third octave filter bank