Expand description
SIMD-accelerated Real-valued Fast Fourier Transform (RFFT) operations
This module provides SIMD-accelerated implementations of FFT operations for real-valued inputs, using the unified SIMD abstraction layer from scirs2-core.
Functionsยง
- irfft_
adaptive - Adaptive IRFFT that automatically chooses the best implementation
- irfft_
simd - Compute the inverse of the 1-dimensional discrete Fourier Transform for real input with SIMD acceleration.
- rfft_
adaptive - Adaptive RFFT that automatically chooses the best implementation
- rfft_
simd - Compute the 1-dimensional discrete Fourier Transform for real input with SIMD acceleration.