Loading [MathJax]/extensions/tex2jax.js
ProtoTracer  1.0
Real-time 3D rendering and animation engine
All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
MicrophoneFourier_DMA.h File Reference

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"
Include dependency graph for MicrophoneFourier_DMA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MicrophoneFourier
 Provides real-time FFT analysis of microphone signals. More...
 

Detailed Description

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.