Introduction - If you have any usage issues, please Google them yourself
Sparse Fast Fourier Transform (SFFT) is a class of sub-linear time algorithms for computing the discrete Fourier
transform of a time domain signal which is sparse in the frequency domain, i.e. there are very few “large”
coefficients in the frequency domain. The algorithm was presented in [1]. As reported in that paper, experiments
with two C++ implementations of the algorithm (SFFT 1.0 and 2.0) demonstrates practical improvement in
the runtime over Fast Fourier Transform (FFT) for a wide range of signal sparsities.