|
FastLED 3.9.15
|
#include "fl/math/math.h"
Include dependency graph for fft_precision.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | FASTLED_FFT_DOUBLE 2 |
| #define | FASTLED_FFT_FIXED16 3 |
| #define | FASTLED_FFT_FLOAT 1 |
| #define | FASTLED_FFT_PRECISION FASTLED_FFT_FIXED16 |
| #define | FFT_COS(x) |
| #define | FFT_EXP(x) |
| #define | FFT_LOG(x) |
| #define | FFT_POW(x, y) |
| #define | FFT_SIN(x) |
| #define | FFT_SQRT(x) |
Typedefs | |
| typedef float | fft_float_t |