arduino-audio-tools
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
FFTRealUseTrigo< ALGO > Class Template Reference

#include <FFTReal.h>

Public Types

typedef FFTRealFixLenParam::DataType DataType
 
typedef OscSinCos< DataTypeOscType
 

Public Member Functions

void iterate (OscType &osc, DataType &c, DataType &s, const DataType cos_ptr[], long index_c, long index_s)
 
void prepare (OscType &osc)
 

Static Public Member Functions

static void iterate (OscType &osc, DataType &c, DataType &s, const DataType cos_ptr[], long index_c, long index_s)
 
static void prepare (OscType &osc)
 

Member Typedef Documentation

◆ DataType

template<int ALGO>
typedef FFTRealFixLenParam::DataType DataType

◆ OscType

template<int ALGO>
typedef OscSinCos<DataType> OscType

Member Function Documentation

◆ iterate() [1/2]

template<int ALGO>
void iterate ( OscType osc,
DataType c,
DataType s,
const DataType  cos_ptr[],
long  index_c,
long  index_s 
)
inlinestatic

◆ iterate() [2/2]

void iterate ( OscType osc,
DataType c,
DataType s,
const DataType  cos_ptr[],
long  index_c,
long  index_s 
)
inline

◆ prepare() [1/2]

template<int ALGO>
void prepare ( OscType osc)
inlinestatic

◆ prepare() [2/2]

void prepare ( OscType osc)
inline

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