Module algorithms

Module algorithms 

Source
Expand description

Core sparse FFT algorithm implementations

This module contains the main SparseFFT struct and its algorithm implementations.

Structs§

SparseFFT
Sparse FFT processor
SparseFFTResult
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