Module sparse_fft_batch

Module sparse_fft_batch 

Source
Expand description

Batch processing for sparse FFT algorithms

This module provides batch processing capabilities for sparse FFT algorithms, which can significantly improve performance when processing multiple signals, especially on GPU hardware.

Structs§

BatchConfig
Batch processing configuration for sparse FFT

Functions§

batch_sparse_fft
Perform batch sparse FFT on CPU
gpu_batch_sparse_fft
Perform batch sparse FFT on GPU
spectral_flatness_batch_sparse_fft
Optimized batch processing for spectral flatness sparse FFT