aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhayati ayguen <h_ayguen@web.de>2020-12-25 11:37:09 +0100
committerGitHub <noreply@github.com>2020-12-25 11:37:09 +0100
commit0559bc382e6ca27a60a1a1dd39d140a96fb101e0 (patch)
tree00b41a902089f4a7870e2f7779537f0f8fe17b0c /README.md
parenta748cde6e596bef575ba559b1097afab7e69711f (diff)
parent929060c0c3e6873bd7ee085af92695f76934adf9 (diff)
downloadpffft-0559bc382e6ca27a60a1a1dd39d140a96fb101e0.tar.gz
Merge pull request #18 from hayguen/master
added pfdsp library with mixer and carrier generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b25e9a..f11e32f 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@ license is BSD-like.
PFFASTCONV does fast convolution (FIR filtering), of single precision
real vectors, utilizing the PFFFT library. The license is BSD-like.
+PFDSP contains a few other signal processing functions.
+Currently, mixing and carrier generation functions are contained.
+It is work in progress - also the API!
+The fast convolution from PFFASTCONV might get merged into PFDSP.
+
## Why does it exist: