OpenShot Library | OpenShotAudio  0.2.2
juce::dsp::FFTFallback::FFTConfig Struct Reference

Classes

struct  Factor
 

Public Member Functions

 FFTConfig (int sizeOfFFT, bool isInverse)
 
void perform (const Complex< float > *input, Complex< float > *output) const noexcept
 
void perform (const Complex< float > *input, Complex< float > *output, int stride, int strideIn, const Factor *facs) const noexcept
 
void butterfly (const Factor factor, Complex< float > *data, int stride) const noexcept
 
void butterfly2 (Complex< float > *data, const int stride, const int length) const noexcept
 
void butterfly4 (Complex< float > *data, const int stride, const int length) const noexcept
 

Public Attributes

const int fftSize
 
const bool inverse
 
Factor factors [32]
 
HeapBlock< Complex< float > > twiddleTable
 

Detailed Description

Definition at line 191 of file juce_FFT.cpp.


Class Documentation

◆ juce::dsp::FFTFallback::FFTConfig::Factor

struct juce::dsp::FFTFallback::FFTConfig::Factor

Definition at line 267 of file juce_FFT.cpp.

Class Members
int radix
int length

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