diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-24 07:54:59 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-24 07:54:59 +0100 |
| commit | 249687bee829fccbbacfdee8b90fc0d0fe3ba7d3 (patch) | |
| tree | fb20f72cd111b0f5d14144bf27f09428081a4202 /src/audio/fft.h | |
| parent | 994c8e29bac4a5969cffb9eb913d2e74692bc71c (diff) | |
Diffstat (limited to 'src/audio/fft.h')
| -rw-r--r-- | src/audio/fft.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio/fft.h b/src/audio/fft.h index 6a54742..df37ad5 100644 --- a/src/audio/fft.h +++ b/src/audio/fft.h @@ -8,9 +8,6 @@ #include <cstddef> -// Bit-reversal permutation (in-place). Exposed for testing. -void bit_reverse_permute(float* real, float* imag, size_t N); - // Forward FFT: Time domain → Frequency domain // Input: real[] (length N), imag[] (length N, can be zeros) // Output: real[] and imag[] contain complex frequency bins |
