openMSX
|
#include <FFTReal.hh>
Static Public Member Functions | |
static void | execute (std::span< const float, FFT_LEN > input, std::span< float, FFT_LEN > output, std::span< float, FFT_LEN > tmpBuf) |
Static Public Attributes | |
static constexpr unsigned | FFT_LEN = 1 << FFT_LEN_L2 |
Definition at line 36 of file FFTReal.hh.
|
inlinestatic |
Definition at line 43 of file FFTReal.hh.
|
staticconstexpr |
Definition at line 41 of file FFTReal.hh.