SignalProcessing Library for Arduino. More...
#include <cmsis/arm_math.h>
#include "RingBuff.h"
Go to the source code of this file.
Classes | |
class | IIRClass |
Biquad IIR filter class. More... | |
Macros | |
#define | FRAMSIZE IIRClass::DEFAULT_FRAMESIZE |
#define | ARM_MATH_CM4 |
#define | __FPU_PRESENT 1U |
Typedefs | |
typedef enum e_filterType | filterType_t |
Enumerations | |
enum | e_filterType { TYPE_LPF , TYPE_HPF , TYPE_BPF , TYPE_BEF } |
SignalProcessing Library for Arduino.