MCPcopy Create free account
hub / github.com/FastLED/FastLED / binBoundary

Method binBoundary

src/fl/audio/fft/fft.cpp.hpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124float Bins::binBoundary(int i) const {
125 float f_i = binToFreq(i);
126 float f_next = binToFreq(i + 1);
127 return fl::sqrtf(f_i * f_next);
128}
129
130fl::vector<float>& Bins::raw_mut() {
131 if (mBinsRaw.capacity() == 0) {

Callers 2

calculateBandEnergyMethod · 0.80
infoMethod · 0.80

Calls 1

sqrtfFunction · 0.85

Tested by

no test coverage detected