pub fn gpu_batch_sparse_fft<T>(
signals: &[Vec<T>],
k: usize,
backend: GPUBackend,
algorithm: Option<SparseFFTAlgorithm>,
window_function: Option<WindowFunction>,
) -> FFTResult<Vec<SparseFFTResult>>Expand description
Perform GPU-accelerated batch processing of multiple signals
§Arguments
signals- List of input signalsk- Expected sparsitybackend- GPU backend to usealgorithm- Sparse FFT algorithm variantwindow_function- Window function to apply before FFT
§Returns
- List of sparse FFT results for each input signal