summaryrefslogtreecommitdiff
path: root/plugins/supereq/nsfft-1.00/README
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-12 13:24:51 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-12 13:25:46 +0100
commit40073ef868e09e86480f5331ef5bc95bf7de3347 (patch)
treef5ff3707f39d7462b2ff4d4e10dee7339a48b584 /plugins/supereq/nsfft-1.00/README
parenta70bbf6c7a6896e3bc97177cab68b5cb96091868 (diff)
added Shibatch nsfft lib support to supereq
Diffstat (limited to 'plugins/supereq/nsfft-1.00/README')
-rw-r--r--plugins/supereq/nsfft-1.00/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/supereq/nsfft-1.00/README b/plugins/supereq/nsfft-1.00/README
new file mode 100644
index 00000000..1ca873b1
--- /dev/null
+++ b/plugins/supereq/nsfft-1.00/README
@@ -0,0 +1,15 @@
+
+NSFFT (Nonrestrictive SIMD FFT) is yet another FFT library for
+performing 1-dimensional fast Fourier transforms. NSDFT is a simple,
+small and portable library, and it is efficient since it can utilize
+SIMD instruction sets in modern processors. It performs multiple
+transforms simultaneously, and thus it is especially suitable for
+digital signal processing. It does not need so much computation to
+make a good execution plan. This library is in public domain, so that
+you can incorporate this library into your product without any
+obligation.
+
+Visit http://shibatch.sourceforge.net/ to get the latest version of
+this library.
+
+Contact : Naoki Shibata shibatch@users.sourceforge.net