aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhayati ayguen <h_ayguen@web.de>2020-12-20 20:56:57 +0100
committerhayati ayguen <h_ayguen@web.de>2020-12-20 20:56:57 +0100
commit929060c0c3e6873bd7ee085af92695f76934adf9 (patch)
tree00b41a902089f4a7870e2f7779537f0f8fe17b0c
parentd64eea5c6abe2c81f37b4e5932d15276fe85d09a (diff)
downloadpffft-929060c0c3e6873bd7ee085af92695f76934adf9.tar.gz
minor note on PFDSP
Signed-off-by: hayati ayguen <h_ayguen@web.de>
-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: