FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FFT_Args Struct Reference

Detailed Description

Definition at line 35 of file fft.h.

#include <fft.h>

Public Member Functions

 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
 
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
 

The documentation for this struct was generated from the following file: