All Projects → linkotec → ffts

linkotec / ffts

Licence: other
The Fastest Fourier Transform in the South

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
Makefile
30231 projects
assembly
5116 projects
M4
1887 projects

Labels

Projects that are alternatives of or similar to ffts

dsp-kit
A digital signal processing library in Javascript
Stars: ✭ 32 (-71.17%)
Mutual labels:  fft
Filmroom
A Image Processing test field of Apple Platform. Mainly using Swift and Metal
Stars: ✭ 42 (-62.16%)
Mutual labels:  fft
old-audiosync
First implementation of the audio synchronization feature for Vidify, now obsolete
Stars: ✭ 16 (-85.59%)
Mutual labels:  fft
CCWT
Complex Continuous Wavelet Transform
Stars: ✭ 136 (+22.52%)
Mutual labels:  fft
OceanFFT
OpenGL Demo: Simulating Ocean Waves with FFT
Stars: ✭ 60 (-45.95%)
Mutual labels:  fft
FFmpegPlayer
Simple FFmpeg video player
Stars: ✭ 72 (-35.14%)
Mutual labels:  fft
mkl fft
NumPy-based Python interface to Intel (R) MKL FFT functionality
Stars: ✭ 52 (-53.15%)
Mutual labels:  fft
VoiceNET.Library
.NET library to easily create Voice Command Control feature.
Stars: ✭ 14 (-87.39%)
Mutual labels:  fft
go-kzg
FFT, data-recovery and KZG commitments, a.k.a. Kate commitments, in Go - *super experimental*
Stars: ✭ 34 (-69.37%)
Mutual labels:  fft
pffft
A fork of Julien Pommier's Pretty Fast FFT (PFFFT) library, with several additions
Stars: ✭ 149 (+34.23%)
Mutual labels:  fft
benchmarking-fft
choosing FFT library...
Stars: ✭ 74 (-33.33%)
Mutual labels:  fft
FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
Stars: ✭ 132 (+18.92%)
Mutual labels:  fft
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+479.28%)
Mutual labels:  fft
NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
Stars: ✭ 13 (-88.29%)
Mutual labels:  fft
audiowmark
Audio Watermarking
Stars: ✭ 101 (-9.01%)
Mutual labels:  fft
Chisel-FFT-generator
FFT generator using Chisel
Stars: ✭ 26 (-76.58%)
Mutual labels:  fft
GX-EncinoWaves
Graphics Experiment - FFT Ocean Water Simulation
Stars: ✭ 34 (-69.37%)
Mutual labels:  fft
dblclockfft
A configurable C++ generator of pipelined Verilog FFT cores
Stars: ✭ 147 (+32.43%)
Mutual labels:  fft
openvino pytorch layers
How to export PyTorch models with unsupported layers to ONNX and then to Intel OpenVINO
Stars: ✭ 17 (-84.68%)
Mutual labels:  fft
aurora-sdk-mac
An SDK to develop effects for Nanoleaf Light Panels using features like frequency, beat, or tempo.
Stars: ✭ 43 (-61.26%)
Mutual labels:  fft

FFTS -- The Fastest Fourier Transform in the South

Build Status

To build for Android, edit and run build_android.sh

To build for iOS, edit and run build_iphone.sh

To build for Linux or OS X on x86, run ./configure --enable-sse --enable-single --prefix=/usr/local make make install

Optionally build for Windows and Linux with CMake, run mkdir build cd build cmake ..

FFTS dynamically generates code at runtime. This can be disabled with --disable-dynamic-code

Note that 32 bit x86 dynamic machine code generation is not supported at the moment.

For JNI targets: --enable-jni will build the jni stuff automatically for the host target, and --enable-shared must also be added manually for it to work.

If you like FFTS, please show your support by sending a postcard to:

Anthony Blake
Department of Computer Science
The University of Waikato
Private Bag 3105
Hamilton 3240
NEW ZEALAND

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].