Expand description
Core sparse FFT algorithm implementations
This module contains the main SparseFFT struct and its algorithm implementations.
Structs§
- SparseFFT
- Sparse FFT processor
- SparseFFT
Result - Result of a sparse FFT computation
Functions§
- adaptive_
sparse_ fft - Adaptive sparse FFT with automatic sparsity estimation
- frequency_
pruning_ sparse_ fft - Frequency pruning sparse FFT
- sparse_
fft - Compute sparse FFT of a signal
- sparse_
fft2 - 2D sparse FFT (placeholder implementation)
- sparse_
fftn - N-dimensional sparse FFT (placeholder implementation)
- spectral_
flatness_ sparse_ fft - Spectral flatness sparse FFT