Vital
|
A template class to provide a statically allocated FourierTransform instance for a given number of bits. More...
#include <fourier_transform.h>
Static Public Member Functions | |
static FourierTransform * | transform () |
Provides access to a static FourierTransform instance for the specified bits. | |
A template class to provide a statically allocated FourierTransform instance for a given number of bits.
This class maintains a static instance of FourierTransform for the given number of bits. It can be useful for caching and reusing FFT instances without recreating them multiple times.
bits | The exponent defining the FFT size. The resulting size is 2^bits. |
|
inlinestatic |
Provides access to a static FourierTransform instance for the specified bits.