Skip to content

Commit ce12a62

Browse files
committed
Add DSP libraries
1 parent 063575e commit ce12a62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
2121
- [Data visualization](#data-visualization)
2222
- [Debug](#debug)
2323
- [Documentation](#documentation)
24+
- [DSP](#dsp)
2425
- [Font](#font)
2526
- [Game Engine](#game-engine)
2627
- [GUI](#gui)
@@ -462,6 +463,16 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
462463
* [Natural Docs](https://github.com/NaturalDocs/NaturalDocs) - Natural Docs is an open source documentation generator for multiple programming languages. [AGPL/Commercial] [website](https://www.naturaldocs.org)
463464
* [Sphinx](https://github.com/sphinx-doc/sphinx) - Sphinx makes it easy to create intelligent and beautiful documentation. [BSD-2-Clause] [website](https://www.sphinx-doc.org)
464465

466+
## DSP
467+
*Digital signal processing.*
468+
469+
* [DSPFilters](https://github.com/vinniefalco/DSPFilters) - A collection of useful C++ classes for digital signal processing. [MIT]
470+
* [FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL]
471+
* [iir1](https://github.com/berndporr/iir1) - IIR Realtime C++ filter library. [MIT]
472+
* [kissfft](https://github.com/mborgerding/kissfft) - A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid. [BSD-3-Clause]
473+
* [pocketfft](https://github.com/mreineck/pocketfft) - FFT implementation based on FFTPack, but with several improvements. [BSD-3-Clause]
474+
* [wavelib](https://github.com/rafat/wavelib) - C implementation of 1D and 2D wavelet transforms. [BSD-3-Clause]
475+
465476
## Font
466477
*Libraries for parsing and manipulating font files.*
467478

todo.txt

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ https://github.com/mozilla/mozjpeg
117117
https://github.com/tinfoilboy/Explodable
118118
https://github.com/shaih/HElib
119119
https://github.com/jlnr/gosu
120-
https://github.com/vinniefalco/DSPFilters
121120
https://github.com/m-ou-se/moggle
122121

123122
https://github.com/Hawstein/cracking-the-coding-interview

0 commit comments

Comments
 (0)