mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
openmp directives
This commit is contained in:
2
README
2
README
@ -99,7 +99,7 @@ UNDER THE HOOD:
|
||||
|
||||
Optimized butterflies are used for factors 2,3,4, and 5.
|
||||
|
||||
The real optimization code only works for even length ffts. It does two half-length
|
||||
The real (i.e. not complex) optimization code only works for even length ffts. It does two half-length
|
||||
FFTs in parallel (packed into real&imag), and then combines them via twiddling.
|
||||
|
||||
The fast convolution filtering uses the overlap-scrap method, slightly
|
||||
|
Reference in New Issue
Block a user