openMSX
Static Public Member Functions | Static Public Attributes | List of all members
FFTReal< FFT_LEN_L2 > Class Template Reference

#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
 

Detailed Description

template<unsigned FFT_LEN_L2>
class FFTReal< FFT_LEN_L2 >

Definition at line 35 of file FFTReal.hh.

Member Function Documentation

◆ execute()

template<unsigned FFT_LEN_L2>
static void FFTReal< FFT_LEN_L2 >::execute ( std::span< const float, FFT_LEN input,
std::span< float, FFT_LEN output,
std::span< float, FFT_LEN tmpBuf 
)
inlinestatic

Definition at line 42 of file FFTReal.hh.

Member Data Documentation

◆ FFT_LEN

template<unsigned FFT_LEN_L2>
constexpr unsigned FFTReal< FFT_LEN_L2 >::FFT_LEN = 1 << FFT_LEN_L2
staticconstexpr

Definition at line 40 of file FFTReal.hh.


The documentation for this class was generated from the following file: