![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Declares the MicrophoneFourier class for performing FFT on microphone input. More...
#include <Arduino.h>#include <ADC.h>#include <DMAChannel.h>#include <AnalogBufferDMA.h>#include "Utils/MicrophoneFourierBase.h"

Go to the source code of this file.
Classes | |
| class | MicrophoneFourier |
| Provides real-time FFT analysis of microphone signals. More... | |
Declares the MicrophoneFourier class for performing FFT on microphone input.
This file defines the MicrophoneFourier class, which extends MicrophoneFourierBase to provide functionality for real-time Fast Fourier Transform (FFT) analysis of microphone signals using DMA.
22/12/2024 22/12/2024 Coela Can't! Bitstream
Definition in file MicrophoneFourier_DMA.h.