Microphone Class Reference#

Demo: demo::Microphone Class Reference
Demo
demo::Microphone Class Reference

Microphone data structure. More...

#include <noise_cancellation_system.hpp>

Public Attributes

std::string position
 
std::vector< double > audioSignals
 

Detailed Description

Microphone data structure.

This class represents the data related to a microphone, including its position and captured audio signals.

Member Data Documentation

◆ audioSignals

std::vector<double> demo::Microphone::audioSignals

The captured audio signals by the microphone.

◆ position

std::string demo::Microphone::position

The position of the microphone inside the cabin.


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