diff options
author | waker <wakeroid@gmail.com> | 2011-02-12 13:24:51 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-02-12 13:25:46 +0100 |
commit | 40073ef868e09e86480f5331ef5bc95bf7de3347 (patch) | |
tree | f5ff3707f39d7462b2ff4d4e10dee7339a48b584 /plugins/supereq/nsfft-1.00/README | |
parent | a70bbf6c7a6896e3bc97177cab68b5cb96091868 (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/README | 15 |
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 |