aboutsummaryrefslogtreecommitdiffstats
path: root/common/alcomplex.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't make a float version of complex_fftChris Robinson2023-10-251-9/+7
|
* Improve the FFT bit reversal computationChris Robinson2023-09-091-8/+6
| | | | | This also allows to include 11-bit indices in the fast lookup table path, without exceeding GCC's internal limit of compile-time calculations.
* Better handle span sources from iteratorsChris Robinson2022-12-141-3/+3
|
* Avoid manually specifying FFT template parametersChris Robinson2022-12-141-6/+6
|
* Use complex floats for convolution reverb FFTsChris Robinson2022-11-241-5/+12
|
* Use inline wrappers to clarify forward/inverse FFTsChris Robinson2020-09-131-3/+16
|
* Add a note about clearing complex_hilbert's imaginary inputChris Robinson2019-09-141-1/+2
|
* Use a span for the complex_fft/hilbert functionsChris Robinson2019-06-081-9/+9
|
* Use standard complex types instead of customChris Robinson2018-11-171-17/+3
|
* Remove unneeded declarations and definitionsChris Robinson2018-11-171-33/+0
|
* Improve formatting of the hilbert functionChris Robinson2018-05-241-6/+6
|
* Common: Implement discrete Hilbert transformRaulshc2018-05-201-0/+9
|
* Move the ALcomplex and FFT functions to a separate fileChris Robinson2018-05-151-0/+62