|
FastLED 3.9.15
|
#include <fft.h>
Public Member Functions | |
| FFT_Args (const FFT_Args &other)=default | |
| FFT_Args (FFT_Args &&other) noexcept=default | |
| FFT_Args (int samples=DefaultSamples(), int bands=DefaultBands(), float fmin=DefaultMinFrequency(), float fmax=DefaultMaxFrequency(), int sample_rate=DefaultSampleRate()) | |
| bool | operator!= (const FFT_Args &other) const |
| FFT_Args & | operator= (const FFT_Args &other)=default |
| FFT_Args & | operator= (FFT_Args &&other) noexcept=default |
| bool | operator== (const FFT_Args &other) const |
Static Public Member Functions | |
| static int | DefaultBands () |
| static float | DefaultMaxFrequency () |
| static float | DefaultMinFrequency () |
| static int | DefaultSampleRate () |
| static int | DefaultSamples () |
Public Attributes | |
| int | bands |
| float | fmax |
| float | fmin |
| int | sample_rate |
| int | samples |