Apollo  6.0
Open source self driving car software
Classes | Public Member Functions | List of all members
apollo::audio::MovingDetection Class Reference

#include <moving_detection.h>

Collaboration diagram for apollo::audio::MovingDetection:
Collaboration graph

Public Member Functions

 MovingDetection ()=default
 
std::vector< std::complex< double > > fft1d (const std::vector< double > &signals)
 
MovingResult Detect (const std::vector< std::vector< double >> &signals)
 
MovingResult DetectSingleChannel (const std::size_t channel_index, const std::vector< double > &signal)
 

Constructor & Destructor Documentation

◆ MovingDetection()

apollo::audio::MovingDetection::MovingDetection ( )
default

Member Function Documentation

◆ Detect()

MovingResult apollo::audio::MovingDetection::Detect ( const std::vector< std::vector< double >> &  signals)

◆ DetectSingleChannel()

MovingResult apollo::audio::MovingDetection::DetectSingleChannel ( const std::size_t  channel_index,
const std::vector< double > &  signal 
)

◆ fft1d()

std::vector<std::complex<double> > apollo::audio::MovingDetection::fft1d ( const std::vector< double > &  signals)

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