#include <moving_detection.h>
|
| 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) |
|
◆ MovingDetection()
apollo::audio::MovingDetection::MovingDetection |
( |
| ) |
|
|
default |
◆ 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: