MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::dsp::spectral Namespace Reference

Classes

class  FFT
 Class for performing real or complex 1D FFTs. More...
 
struct  getValueType
 
struct  getValueType< T >
 

Enumerations

enum class  EngineType { Accelerate_FFT , Ipp_FFT , Fallback_FFT }
 Enum for the available fft backends. More...
 

Enumeration Type Documentation

◆ EngineType

Enum for the available fft backends.

Useful for verifying that the engine being used is what you expect it to be.

Enumerator
Accelerate_FFT 
Ipp_FFT 
Fallback_FFT