FastLED 3.9.15
Loading...
Searching...
No Matches

◆ batchMag()

static void fl::audio::fft::Context::batchMag ( const kiss_fft_scalar * re,
const kiss_fft_scalar * im,
u16 * mag,
int n )
inlinestaticprivate

Definition at line 410 of file fft_impl.cpp.hpp.

412 {
413 for (int i = 0; i < n; ++i) {
414 mag[i] = fastMag(re[i], im[i]);
415 }
416 }
static u16 fastMag(i32 re, i32 im)

References fastMag(), and kiss_fft_scalar.

Referenced by runHybrid(), runLogRebin(), runNaive(), and runOctaveWise().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: