Expand description
Configuration types and utilities for Sparse FFT algorithms
This module contains the configuration structures, enums, and utility functions used to configure and control sparse FFT computations.
Structs§
- SparseFFT
Config - Sparse FFT configuration
Enums§
- SparseFFT
Algorithm - Sparse FFT algorithm variant
- Sparsity
Estimation Method - Sparsity estimation method
- Window
Function - Window function to apply before FFT
Functions§
- try_
as_ complex - Helper function to extract complex values from various types (for doctests)