![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides a base class for FFT-based microphone signal processing. More...
#include <Arduino.h>
#include "../../../../Utils/Filter/DerivativeFilter.h"
#include "../../../../Utils/Filter/FFTFilter.h"
#include "../../../../Utils/Time/TimeStep.h"
#include "../../../../Utils/Signals/FFT.h"
Go to the source code of this file.
Classes | |
class | MicrophoneFourierBase |
Base class for FFT-based microphone signal processing. More... | |
Provides a base class for FFT-based microphone signal processing.
This file defines the MicrophoneFourierBase class, offering foundational functionality for performing Fast Fourier Transform (FFT) on microphone input signals. It includes methods for retrieving FFT results and managing microphone signal data.
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file MicrophoneFourierBase.h.