commit cd7fc7d03759f1b380e184b87e40d478e3ab83b4
parent 8449ce9b1b71a637d76c2ea081f80071e2bb9d30
Author: [email protected] <[email protected]>
Date: Thu, 1 Feb 2024 10:24:17 +0000
Update README.md
Diffstat:
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -4,8 +4,11 @@
<img width="300" height="auto" src="img/KFR1.png">
</p>
-
-
+
+
+
+
+
https://www.kfr.dev
@@ -15,10 +18,10 @@ KFR is an open source C++ DSP framework that contains high performance building
Compiler support:
-
-
+


+
KFR has no external dependencies except a C++17 compatible standard C++ library.
CMake is used as build system.
@@ -34,7 +37,8 @@ _Note_: Building DFT module requires Clang at this moment due to internal compil
### FFT/DFT
* Optimized DFT implementation for any size (non-power of two sizes are supported)
* DFT performance is on par with the most performant implementation currently available [See Benchmarks](#benchmark-results)
-* Real Forward and Inverse DFT
+* Real forward and inverse DFT
+* Multidimensional complex and real DFT
* Discrete Cosine Transform type II (and its inverse, also called DCT type III)
* Convolution using FFT
* Convolution filter
@@ -139,9 +143,9 @@ Built with
`dev` - current development version. Pull requests should go to `dev`.
-`master` - current stable version passing all compiler/architecture tests.
+`main` - current stable version passing all compiler/architecture tests.
-`v4` - previous version of KFR (no new features here, fixes only)
+`v5` - previous version of KFR (no new features, fixes only)
## License